summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - changed order of attributes in HTML tags (why...michelou2005-05-271-2/+2
| | | | | - changed order of attributes in HTML tags (why?!).
* - changed code in 'dequeue' method.michelou2005-05-261-139/+136
| | | | | - changed indentation (4 -> 2).
* - added overidden method 'stringPrefix'.michelou2005-05-261-107/+113
| | | | | - changed indentation (4 -> 2).
* even better dtd parsing! handled URLs nowburaq2005-05-264-50/+128
|
* - made Scala traits implement java.io.Serializa...michelou2005-05-261-2/+24
| | | | | - made Scala traits implement java.io.Serializable in 'enterClass'.
* Do not set the *static* modifier for classes.mihaylov2005-05-261-0/+1
| | | | | | difference in practice but in the JVM specification it is not listed among the applicable modifiers for classes.
* Create class constructors only if necessarymihaylov2005-05-261-31/+39
|
* aMartin Odersky2005-05-2528-411/+667
|
* fixed typoburaq2005-05-251-1/+1
|
* bugfix of #423buraq2005-05-252-12/+20
|
* correct handling of entity refs at end of fileburaq2005-05-252-29/+14
|
* improved handling of DTDsburaq2005-05-257-162/+463
|
* - bug fix: include compound types in the comput...schinz2005-05-251-1/+13
| | | | | | | | - bug fix: include compound types in the computation of the set of constructors needed to compute the parents of a class, - bug fix: handle abstract type members in the detection of classes whose parents have to be computed lazily (thanks Philippe)
* beginnings of transmatch in nscburaq2005-05-233-0/+44
|
* - Added new script "scalanstest"paltherr2005-05-232-0/+7
|
* - Removed "scalac", "scalai" and "scaladoc" fro...paltherr2005-05-231-2/+4
| | | | | - Removed "scalac", "scalai" and "scaladoc" from tnsc
* - Adapted to the new compilerpaltherr2005-05-231-4/+4
|
* Refer to java.io.Serializable directly rather t...mihaylov2005-05-202-5/+2
| | | | | Refer to java.io.Serializable directly rather than importing it.
* - Adapted to the new compilerpaltherr2005-05-205-12/+12
|
* - Added list2orderedpaltherr2005-05-201-0/+1
|
* - cleaned up.michelou2005-05-2015-466/+530
|
* - cleaned up.michelou2005-05-202-68/+82
|
* - renamed variable memeber 'input' to 'curInput'.michelou2005-05-201-63/+71
| | | | | - cleaned up.
* - added header.michelou2005-05-202-0/+18
|
* - Changed ".match" into "match"paltherr2005-05-202-3/+3
|
* - Fixed error messagepaltherr2005-05-201-1/+1
|
* - Added separate compilation of Predef for nscpaltherr2005-05-201-0/+4
|
* aMartin Odersky2005-05-1929-140/+176
|
* removedburaq2005-05-191-139/+0
|
* entity handlingburaq2005-05-193-16/+56
|
* little bugfix in getIdentRest (SU is identifier...buraq2005-05-191-0/+5
| | | | | little bugfix in getIdentRest (SU is identifierpart...
* - bug fix: transform all isInstance/asInstance ...schinz2005-05-191-1/+2
| | | | | | - bug fix: transform all isInstance/asInstance calls, even those in qualifiers of other such calls
* - made FUNCTION_OUTER a serializable object.michelou2005-05-191-2/+4
|
* - Removed "SimpleConstr" which is never used.paltherr2005-05-191-1/+0
|
* - 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
|
* - Changed target $(latest)nsc-sc to always comp...paltherr2005-05-181-1/+2
| | | | | - Changed target $(latest)nsc-sc to always compile all scala files
* - Updated the listpaltherr2005-05-181-1/+0
|
* - 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
|
* - Added the compilation of "nsc" to the target ...paltherr2005-05-171-0/+1
| | | | | - Added the compilation of "nsc" to the target "tnsc"
* - Added target tnscpaltherr2005-05-171-0/+21
|
* - Updated listpaltherr2005-05-171-5/+22
|
* Added 'implicit' and 'match' as keywordsmihaylov2005-05-161-5/+5
|
* 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