summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-03-31151-510/+809
|
* - Changed args to datepaltherr2003-03-311-1/+1
|
* - Fixed signature of toObjectArraypaltherr2003-03-281-1/+1
|
* - Fixed erasure to replace length calls on unbo...paltherr2003-03-282-6/+27
| | | | | | - Fixed erasure to replace length calls on unboxed array by primitive - calls Fixed GenJVM to optimize length primitives
* - Added method boundpaltherr2003-03-281-6/+22
| | | | | - Changed the erasure of some array types
* - Fixed method copyToArraypaltherr2003-03-281-3/+3
|
* - Added array length primitivespaltherr2003-03-283-18/+128
|
* - bug fix: do not load private methods of Java ...schinz2003-03-281-1/+2
| | | | | | | - bug fix: do not load private methods of Java classes, because they restrict the visibility of overloaded methods in a bad way - removed trailing whitespace
* - Suppressed SymbolWriter.javapaltherr2003-03-241-1/+0
|
* - Removed $console$* from siris-printed typespaltherr2003-03-241-1/+3
|
* - Changed some names so that --jvm and --int ge...paltherr2003-03-241-8/+9
| | | | | - Changed some names so that --jvm and --int generate diffrent log files
* - Fixed method updateInfopaltherr2003-03-241-6/+4
|
* - Removed class SymbolWriterpaltherr2003-03-243-61/+3
|
* - bug fix: moved outerMap to the phase (descrip...schinz2003-03-242-1/+6
| | | | | | - bug fix: moved outerMap to the phase (descriptor) so that it is preserved during recompilations
* - Suppressed compiler warningpaltherr2003-03-241-4/+2
|
* - Removed java-backend (jaco) specific stuffpaltherr2003-03-244-16/+2
|
* - Replaced name equality tests by symbol equali...paltherr2003-03-241-19/+13
| | | | | - Replaced name equality tests by symbol equality test
* - renamed JVMGenerator to GenJVM, to match file...schinz2003-03-242-3/+3
| | | | | - renamed JVMGenerator to GenJVM, to match file name.
* - Optimized method value2TypeName into method v...paltherr2003-03-241-9/+9
| | | | | - Optimized method value2TypeName into method value2Type
* - Removed fields True & False in class scala.Bo...paltherr2003-03-2414-119/+40
| | | | | - Removed fields True & False in class scala.Boolean
* - Fixed method namepaltherr2003-03-241-4/+2
| | | | | - Simplified method apply()
* - Removed field globalpaltherr2003-03-241-2/+0
|
* - Removed class Phase.paltherr2003-03-2130-154/+98
| | | | | | - Removed argument descr in constructors of the class Transformer and of its subclasses.
* - Removed method createPhase in class PhaseDesc...paltherr2003-03-2117-99/+57
| | | | | | | - Removed method createPhase in class PhaseDescriptor Made method apply - abstract in class PhaseDescriptor Implemented method apply in all - subclasses of class PhaseDescriptor
* *** empty log message ***Martin Odersky2003-03-216-26/+18
|
* reduced value from 100 to 30 in module M2 (memo...michelou2003-03-212-2/+2
| | | | | reduced value from 100 to 30 in module M2 (memory problem on Windoze)
* - Added examples.bibpaltherr2003-03-213-1/+22
|
* - Added test file Course-2002-13.scalapaltherr2003-03-212-0/+391
|
* - bug fix: properly handle overloaded values in...schinz2003-03-211-1/+2
| | | | | - bug fix: properly handle overloaded values in classes
* *** empty log message ***Martin Odersky2003-03-213-8/+8
|
* *** empty log message ***Martin Odersky2003-03-211-1/+0
|
* *** empty log message ***Martin Odersky2003-03-212-0/+10
|
* - modified and simplified handling of overloade...schinz2003-03-211-54/+47
| | | | | | - modified and simplified handling of overloaded symbols (thanks to Philippe), which fixes an obscure bug
* - Fixed the transform method to attribute the t...paltherr2003-03-211-0/+1
| | | | | | - Fixed the transform method to attribute the tree's symbol also if there is an error
* *** empty log message ***Martin Odersky2003-03-2113-97/+174
|
* - Added test file Course-2002-09.scalapaltherr2003-03-212-0/+387
|
* - Enhanced error messagepaltherr2003-03-211-1/+1
|
* - Added exercicespaltherr2003-03-212-0/+290
|
* *** empty log message ***Martin Odersky2003-03-202-42/+0
|
* - Added test file Course-2002-07.scalapaltherr2003-03-202-0/+571
|
* - Added test file Course-2002-10.scalapaltherr2003-03-202-0/+178
|
* - Added methods take & droppaltherr2003-03-201-0/+10
|
* *** empty log message ***Martin Odersky2003-03-208-41/+49
|
* - Forced loading of Interpreter.scala only with...paltherr2003-03-203-4/+4
| | | | | - Forced loading of Interpreter.scala only with siris
* - Fixed crash when base classes are erroneouspaltherr2003-03-201-0/+1
|
* - bug fix: use the correct owner for class type...schinz2003-03-201-3/+3
| | | | | | - bug fix: use the correct owner for class type and value parameters and module bodies
* - bug fix: always insert new symbols in their o...schinz2003-03-201-14/+2
| | | | | | - bug fix: always insert new symbols in their owner's scope removed - obsolete code
* - Fixed path to bcel.jarpaltherr2003-03-191-1/+1
|
* - Changed error code for windows (-1 does not w...paltherr2003-03-192-2/+2
| | | | | - Changed error code for windows (-1 does not work)
* - Added cygwin supportpaltherr2003-03-191-6/+9
|