summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* - bug fix: detect types whose instantiation can...schinz2005-05-117-64/+200
| | | | | | - 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
|
* - added more options.michelou2005-05-111-4/+13
| | | | | - corrected typos.
* *** empty log message ***Martin Odersky2005-05-1187-684/+959
|
* - removed PearsonHashschinz2005-05-111-49/+0
|
* - added function in FNV_Hash to add an integer ...schinz2005-05-116-17/+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
* - 'scala-regexp-opt-charset' no more uses the i...michelou2005-05-101-4/+51
| | | | | | - 'scala-regexp-opt-charset' no more uses the internal function 'regexp-opt-charset'.
* - corrected eol characters.michelou2005-05-091-12/+12
|
* - added entry 'run/lists.scala'.michelou2005-05-091-0/+1
|
* *** empty log message ***michelou2005-05-092-0/+129
|
* - 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-056-77/+120
| | | | | scala.xml: markup handler behaviour controlled by mixin
* XML library, DTD validation (changes in parser,...buraq2005-05-0419-154/+462
| | | | | | XML library, DTD validation (changes in parser, additions to scala.xml.dtd)
* fixed commentburaq2005-05-031-1/+1
|
* - Fixed paths in generated .bat filespaltherr2005-05-031-0/+1
|
* - moved 'src' directory together with 'lib' and...michelou2005-05-021-6/+15
| | | | | | - moved 'src' directory together with 'lib' and 'support' dirs. kept - flat directory structure for the Windows distribution.
* - rollback last change (we keep flat directory ...michelou2005-05-021-1/+1
| | | | | - rollback last change (we keep flat directory structure on Win32).
* - Changed root of test filespaltherr2005-05-021-1/+1
|
* - don't keep file .scala-wrapper on Win32 (roll...michelou2005-05-021-1/+1
| | | | | - don't keep file .scala-wrapper on Win32 (rollback).
* - moved redefinition of UNIX2DOS to Makefile.pr...michelou2005-05-021-4/+0
| | | | | - moved redefinition of UNIX2DOS to Makefile.private on Cygwin.
* - changed directory structure of the Scala dist...michelou2005-05-021-27/+28
| | | | | - changed directory structure of the Scala distribution.
* *** empty log message ***michelou2005-05-027-1/+20
|
* - redefine UNIX2DOS variable on Cygwin.michelou2005-05-021-0/+4
|
* - added man page for scaladoc.michelou2005-05-021-1/+2
|
* *** empty log message ***michelou2005-05-025-58/+196
|