summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - bug fix: the "cast" function now performs coe...schinz2005-05-197-21/+112
| | | | | | - bug fix: the "cast" function now performs coercion for numeric types, as it should.
* - updated header.michelou2005-05-181-1/+1
|
* - corrected typo in comment.michelou2005-05-181-1/+1
|
* - bug fix: detection of classes needing lazines...schinz2005-05-181-13/+33
| | | | | | - bug fix: detection of classes needing laziness should now work in all cases
* - fixed multi-threading behaviour for the compu...schinz2005-05-181-3/+3
| | | | | | - fixed multi-threading behaviour for the computation of the ancestor cache
* *** empty log message ***Martin Odersky2005-05-1716-346/+409
|
* Fixed the initial value of hasNext of Iterator....mihaylov2005-05-141-1/+1
| | | | | Fixed the initial value of hasNext of Iterator.single()
* aMartin Odersky2005-05-135-29/+67
|
* *** empty log message ***Martin Odersky2005-05-135-1378/+1371
|
* - in instantiation methods, reuse array of type...schinz2005-05-121-9/+34
| | | | | | - in instantiation methods, reuse array of type parameters whenever possible to save some time and space
* - bug fix: detect types whose instantiation can...schinz2005-05-116-64/+199
| | | | | | - bug fix: detect types whose instantiation can lead to infinite loops, and compile them differently so that their parents are computed lazily
* - bug fix: made the first type argument covariantschinz2005-05-111-1/+1
|
* - renamed 'Serializable' to 'serializable'.michelou2005-05-111-0/+12
|
* *** empty log message ***Martin Odersky2005-05-1184-676/+949
|
* - removed PearsonHashschinz2005-05-111-49/+0
|
* - added function in FNV_Hash to add an integer ...schinz2005-05-114-15/+14
| | | | | | | | - added function in FNV_Hash to add an integer to a hash, to be able to remove PearsonHash, - removed PearsonHash and all uses thereof, - removed isStronglyTrivial from TypeConstructor, as no constructor exists for strongly trivial types anymore
* - improved code of 'zipAll'.michelou2005-05-091-5/+6
|
* can ignore external parsed entities if non vali...buraq2005-05-061-2/+6
| | | | | can ignore external parsed entities if non validating
* commentsburaq2005-05-051-1/+9
|
* scala.xml: markup handler behaviour controlled ...buraq2005-05-055-77/+119
| | | | | scala.xml: markup handler behaviour controlled by mixin
* XML library, DTD validation (changes in parser,...buraq2005-05-0418-153/+458
| | | | | | XML library, DTD validation (changes in parser, additions to scala.xml.dtd)
* fixed commentburaq2005-05-031-1/+1
|
* - Changed root of test filespaltherr2005-05-021-1/+1
|
* - fixed wrong usage of separator character in U...michelou2005-05-022-45/+71
| | | | | - fixed wrong usage of separator character in URIs.
* - changed HTML tags to lower case.michelou2005-05-021-18/+18
|
* - Fixed shift 2paltherr2005-05-021-1/+1
|
* - corrected tags in Scala comments...michelou2005-04-281-4/+4
|
* *** empty log message ***Martin Odersky2005-04-2851-1131/+1568
|
* - added test guard before accessing constr.clazz.michelou2005-04-281-0/+2
|
* - fixed (de-)serialization error using readReso...michelou2005-04-2815-41/+155
| | | | | - fixed (de-)serialization error using readResolve.
* DTD parsing bugfixburaq2005-04-273-23/+57
|
* Moved tail call phase before transmatch.Iulian Dragos2005-04-262-35/+151
|
* added docu-iiburaq2005-04-261-0/+74
|
* DTD parsing, representationburaq2005-04-264-35/+483
|
* Added better type printer.Iulian Dragos2005-04-262-3/+50
|
* helloburaq2005-04-261-161/+0
|
* resurrectedburaq2005-04-263-0/+166
|
* added TopScope againburaq2005-04-262-18/+20
|
* - added allowUnsafeArrays thread-local variable...schinz2005-04-254-3/+34
| | | | | | | | | | - added allowUnsafeArrays thread-local variable in Type, to allow or disallow the creation of "unsafe" arrays by the current thread. Unsafe arrays are defined as those whose type, after erasure, is the same as the erasure of some other array type. (For example, an array of "C with D" is indistinguishable from an array of "C" after erasure, hence unsafe).
* moved from xml.Parsing.buraq2005-04-251-0/+101
|
* rearranging the library some moreburaq2005-04-2515-224/+226
|
* oopsburaq2005-04-252-69/+38
|
* moved to subdir dtdburaq2005-04-252-82/+0
|
* moved filesburaq2005-04-242-0/+113
|
* moved files to other directoriesburaq2005-04-245-0/+627
|
* rearrangement of Scala XML libraryburaq2005-04-2413-757/+103
|
* removed junkburaq2005-04-241-2/+0
|
* merging wildcards into wordexp, too difficult t...buraq2005-04-242-19/+8
| | | | | merging wildcards into wordexp, too difficult to keep the algo flexible
* bugfixburaq2005-04-242-15/+28
|
* minor cleanupburaq2005-04-242-11/+6
|