summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - fixed wrong usage of separator character in U...michelou2005-05-022-45/+71
| | | | | - fixed wrong usage of separator character in URIs.
* - Replaced "siris" by "scalaint"paltherr2005-05-021-1/+1
|
* - changed HTML tags to lower case.michelou2005-05-021-18/+18
|
* - Fixed shift 2paltherr2005-05-021-1/+1
|
* - added man pages for the Scala commands.michelou2005-04-291-0/+13
|
* - man pages for Scala commands.michelou2005-04-294-0/+646
|
* - added option '-family Helvetica' for convert ...michelou2005-04-281-0/+1
| | | | | - added option '-family Helvetica' for convert tool.
* - 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-262-1/+75
|
* DTD parsing, representationburaq2005-04-265-36/+484
|
* Added better type printer.Iulian Dragos2005-04-262-3/+50
|
* helloburaq2005-04-262-161/+5
|
* resurrectedburaq2005-04-263-0/+166
|
* added TopScope againburaq2005-04-263-18/+21
|
* - 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-251-4/+2
|
* rearranging the library some moreburaq2005-04-2515-224/+226
|
* oopsburaq2005-04-252-69/+38
|
* moved to subdir dtdburaq2005-04-252-82/+0
|
* added another little testburaq2005-04-252-1/+13
|
* moved filesburaq2005-04-242-0/+113
|
* moved files to other directoriesburaq2005-04-245-0/+627
|
* rearrangement of Scala XML libraryburaq2005-04-2416-822/+167
|
* removed Wildcardbase mixin, is now integrated i...buraq2005-04-241-1/+0
| | | | | removed Wildcardbase mixin, is now integrated in WordExp
* 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
|
* Added the new zipAll methodmihaylov2005-04-241-0/+1
|
* - removed website related declarations.michelou2005-04-221-2/+0
|
* - added 'sort1.scala' example.michelou2005-04-221-0/+1
|
* - added 'zipAll' method to class 'List'.michelou2005-04-211-13/+35
|
* more verbose error messageburaq2005-04-201-0/+1
|
* - optimisation: treat strongly trivial Scala cl...schinz2005-04-202-67/+66
| | | | | | | - optimisation: treat strongly trivial Scala classes as if they were Java classes: they receive no type constructor and no instantiation method, and their type is a JavaClassType
* added "with Seiralizable" serialverburaq2005-04-201-1/+3
|
* bug, char.getType doesn't work after allburaq2005-04-201-8/+9
|
* - bug fix: correct the use of Character.getTypeschinz2005-04-201-1/+1
|
* - renamed weak* methods in ScalaClassType to is...schinz2005-04-206-16/+26
| | | | | | | | | - renamed weak* methods in ScalaClassType to isNonTrivial*, which better reflects what they do, - moved these methods to ClassType, - made getScalaType return a ClassType, to enable the forthcoming optimisation making strongly trivial classes return a JavaClassType instead of a ScalaClassType
* - renamed getType to getScalaTypeschinz2005-04-197-8/+8
|
* bugfix, whitespace and XML literalsburaq2005-04-191-2/+3
|
* bugfixburaq2005-04-191-1/+1
|
* fixed bug in new XML API related to namespacesburaq2005-04-1910-180/+79
|
* hello - attroibutes were wrongly grounded at nullburaq2005-04-191-2/+2
|
* - The default encoding is now obtained from Sys...paltherr2005-04-191-2/+1
| | | | | | - The default encoding is now obtained from System.getProperty("file.encoding")