summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Martin Odersky2003-06-138-29/+72
|
* Added new runtime file.Matthias Zenger2003-06-121-0/+1
|
* Adapted the code to the new Monitor trait.Matthias Zenger2003-06-125-5/+5
|
* Cleaned up the code.Matthias Zenger2003-06-124-22/+22
|
* Cleaned up and optimized the code.Matthias Zenger2003-06-125-71/+197
|
* Removed some debug output. ;-)Matthias Zenger2003-06-122-6/+6
|
* Fixed two bugs:Matthias Zenger2003-06-122-112/+140
| | | | | | - Bug 35 in bugtracking - Sequences in class constructors
* - Removed support for notespaltherr2003-06-124-54/+1
|
* - Removed old unused codepaltherr2003-06-121-9/+0
|
* *** empty log message ***michelou2003-06-111-1/+1
|
* *** empty log message ***michelou2003-06-112-2/+3
|
* *** empty log message ***michelou2003-06-111-0/+25
|
* *** empty log message ***Martin Odersky2003-06-114-3/+16
|
* - Fixed a commentpaltherr2003-06-111-1/+1
|
* - Removed DefaultDefinitionPrinter (replaced by...paltherr2003-06-111-46/+5
| | | | | - Removed DefaultDefinitionPrinter (replaced by InterpreterPrinter)
* - Added InterpreterPrinter.javapaltherr2003-06-112-0/+78
|
* - Removed opcode Box and corresponding boxing c...paltherr2003-06-112-67/+0
| | | | | - Removed opcode Box and corresponding boxing code in Evaluator.
* - Replaced use a Code.Box by a Code.Invokepaltherr2003-06-111-4/+17
|
* - Added missing public modifierpaltherr2003-06-111-3/+3
|
* *** empty log message ***Martin Odersky2003-06-1122-988/+1151
|
* Removed some functionality.Matthias Zenger2003-06-101-3/+5
|
* Renamed some functions in the collection classes.Matthias Zenger2003-06-1011-261/+451
|
* Added some more constructors for the collection...Matthias Zenger2003-06-101-3/+21
| | | | | Added some more constructors for the collection classes framework.
* Introduced "syntactic sugar" for quickly creati...Matthias Zenger2003-06-103-4/+9
| | | | | Introduced "syntactic sugar" for quickly creating sets, maps, etc.
* Implemented support for hash tables that are no...Matthias Zenger2003-06-091-1/+5
| | | | | Implemented support for hash tables that are not supposed to be resized.
* Fixed method resize so that it now calculates t...Matthias Zenger2003-06-091-1/+1
| | | | | | Fixed method resize so that it now calculates the new threshold properly.
* Added Iterable to the list of "implemented" tra...Matthias Zenger2003-06-091-1/+3
| | | | | Added Iterable to the list of "implemented" traits.
* New collection classes.Matthias Zenger2003-06-098-178/+408
|
* Some collection classes.Matthias Zenger2003-06-053-0/+247
| | | | | welcome.
* Added a find method.Matthias Zenger2003-06-051-0/+5
|
* *** empty log message ***Martin Odersky2003-06-045-2/+39
|
* *** empty log message ***Martin Odersky2003-06-0431-292/+433
|
* *** empty log message ***Martin Odersky2003-06-027-456/+430
|
* *** empty log message ***Martin Odersky2003-05-2815-18/+472
|
* *** empty log message ***Martin Odersky2003-05-281-1/+16
|
* test "meth != null" was missing in transformArgsmichelou2003-05-281-1/+1
|
* *** empty log message ***Martin Odersky2003-05-271-0/+1
|
* *** empty log message ***Martin Odersky2003-05-279-134/+58
|
* - Changed log messagepaltherr2003-05-231-1/+1
|
* - Added call to widenpaltherr2003-05-231-1/+1
|
* - Fixed method isSubType for UnboxedType and Un...paltherr2003-05-231-2/+10
| | | | | - Fixed method isSubType for UnboxedType and UnboxedArrayType
* - Commented out altherr1.scalapaltherr2003-05-231-1/+1
|
* - Commented out debug codepaltherr2003-05-221-1/+1
|
* - Added arrays.scalapaltherr2003-05-223-0/+207
|
* - Added imports.scalapaltherr2003-05-222-0/+2
|
* - Removed the incorrect codepaltherr2003-05-222-79/+0
|
* - Added imports.scala & imports.checkpaltherr2003-05-224-0/+378
|
* *** empty log message ***Martin Odersky2003-05-221-6/+35
|
* - Replaced an equals by a ==paltherr2003-05-221-1/+1
|
* - Added imports.scala & imports.checkpaltherr2003-05-222-0/+186
|