summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAgeFilesLines
* - Made SourceFile and Position scala-independan...paltherr2003-06-1622-130/+211
| | | | | | | | - Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name.
* half-reintroduced attribs, need for parsing int...buraq2003-06-162-14/+29
| | | | | half-reintroduced attribs, need for parsing interface
* removed attributes, need HashMap or something s...buraq2003-06-161-1/+15
| | | | | removed attributes, need HashMap or something similar
* Made a function type explicit.Matthias Zenger2003-06-151-1/+1
|
* Factored out a default map implementation that ...Matthias Zenger2003-06-153-30/+82
| | | | | | Factored out a default map implementation that implements all map operations in terms of three simple operations: find, add, and remove.
* representation of xml elements in scalaburaq2003-06-141-0/+24
|
* comments, cleanupburaq2003-06-142-16/+198
|
* is called dtd2scalaburaq2003-06-141-183/+0
|
* modifications so keywords can be detected by XM...buraq2003-06-131-0/+11
| | | | | modifications so keywords can be detected by XML tool dtd2scala
* classes for XML tool dtd2scalaburaq2003-06-134-0/+923
|
* *** empty log message ***Martin Odersky2003-06-134-19/+62
|
* 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 ***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-111-0/+77
|
* - 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-1117-983/+1146
|
* 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-041-2/+7
|
* *** empty log message ***Martin Odersky2003-06-0413-288/+317
|
* *** empty log message ***Martin Odersky2003-06-025-360/+334
|
* *** empty log message ***Martin Odersky2003-05-281-18/+40
|
* *** 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-277-27/+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 debug codepaltherr2003-05-221-1/+1
|
* *** empty log message ***Martin Odersky2003-05-221-6/+35
|
* *** empty log message ***Martin Odersky2003-05-212-13/+41
|