summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the FJBG_HOME entry; it was not consisten...Matthias Zenger2003-07-131-2/+2
| | | | | | | | Fixed the FJBG_HOME entry; it was not consistent with the other *_HOME entries which refer to the directory where the jar-file is stored. Otherwise installation is a pain for people that do not build scala on the lamp infrastructure.
* completed migration. pattern matching works nowburaq2003-07-132-31/+53
|
* completed migration. code is now operationalburaq2003-07-1311-86/+121
|
* isSequenceValuedburaq2003-07-131-0/+39
|
* temporary hackburaq2003-07-131-0/+2
|
* - Changed ClassSymbol.cloneSymbol to give the c...paltherr2003-07-112-80/+24
| | | | | | | | - Changed ClassSymbol.cloneSymbol to give the cloned constructor a valid - type Updated accordingly method AddInterfacesPhase.getClassSymbol - Removed method AddInterfacesPhase.substParams Removed method - AddInterfacesPhase.substResType
* - Changed getClassSubst to return SymbolSubstTy...paltherr2003-07-112-37/+28
| | | | | | - Changed getClassSubst to return SymbolSubstTypeMap Removed identSubst - (using typeSubst instead)
* - Removed method updateMemberpaltherr2003-07-111-16/+14
|
* *** empty log message ***michelou2003-07-111-1/+1
|
* *** empty log message ***Martin Odersky2003-07-112-12/+12
|
* *** empty log message ***Martin Odersky2003-07-1123-144/+275
|
* - Removed method deepCloneSymbol and inlined it...paltherr2003-07-111-37/+3
| | | | | | | - Removed method deepCloneSymbol and inlined its code into - getClassSymbol Replaced method type cloning code by a call to - Type.cloneType
* - Fixed mkTypeApply for the new LazyConstrMetho...paltherr2003-07-111-2/+0
| | | | | - Fixed mkTypeApply for the new LazyConstrMethodType
* - Fixed LazyConstrMethodType to return a cloned...paltherr2003-07-111-1/+3
| | | | | - Fixed LazyConstrMethodType to return a cloned type
* - Changed cloneType to avoid "as seen from" if ...paltherr2003-07-111-1/+1
| | | | | - Changed cloneType to avoid "as seen from" if owner doesn't change
* - Implemented Symbol.cloneSymbol() and made abs...paltherr2003-07-111-34/+31
| | | | | | - Implemented Symbol.cloneSymbol() and made abstract - Symbol.cloneSymbol(Symbol) Replaced some tests by assertions
* - Removed expand-template and expand-template.scmpaltherr2003-07-112-66/+0
|
* - Added script dtd2scalapaltherr2003-07-111-0/+3
| | | | | - Added msil.jar and fjbg.jar in the distribution
* - Removed bin/dtd2scalapaltherr2003-07-111-22/+0
|
* - Added target dtd2scalapaltherr2003-07-111-1/+8
|
* - Added constant NOSYMBOLpaltherr2003-07-111-0/+1
|
* - Added list of possible targetspaltherr2003-07-111-1/+1
|
* - Added flag --flagspaltherr2003-07-111-5/+8
|
* - Added method Type.cloneTypepaltherr2003-07-112-22/+94
| | | | | | | - Added method Type.Map.applyParams - Added a boolean "dontClone" to methods Type.Map.map(Symbol) and Type.Map.map(Symbol[])
* no longer needed (moved to linuxsoft as for BCE...michelou2003-07-102-57/+0
| | | | | no longer needed (moved to linuxsoft as for BCEL and fjbg)
* no longer needed (integrated in Makefile)michelou2003-07-101-36/+0
|
* added generation of dtd2scalamichelou2003-07-102-0/+32
|
* - Added method Symbol.cloneSymbol(Symbol)paltherr2003-07-107-41/+29
|
* - bug fix: transform correctly "new" expression...schinz2003-07-101-1/+1
| | | | | | - bug fix: transform correctly "new" expressions which appear in calls to super-constructors
* *** empty log message ***Martin Odersky2003-07-101-2/+2
|
* - introduced the new JVM backend as default, wh...schinz2003-07-107-1122/+1106
| | | | | | - introduced the new JVM backend as default, which uses FJBG instead of BCEL to generate bytecode
* - renamed NONE to EMPTY_ARRAY to be consistentschinz2003-07-101-1/+1
|
* - renamed GenJVM[Phase].java to GenJVMBCEL[Phas...schinz2003-07-102-0/+1605
| | | | | - renamed GenJVM[Phase].java to GenJVMBCEL[Phase].java
* - Removed some .applypaltherr2003-07-102-13/+13
|
* Removed tabs.Matthias Zenger2003-07-104-129/+129
|
* Turned the stack class into a covariant datatype.Matthias Zenger2003-07-101-13/+13
|
* Added equals and hashCode functions.Matthias Zenger2003-07-103-8/+155
|
* Reverted to at in Streamsstenman2003-07-091-0/+1
|
* Fixed some inconsistencies.Matthias Zenger2003-07-091-0/+8
|
* *** empty log message ***Martin Odersky2003-07-093-262/+268
|
* Basic implementation of maps and sets.Matthias Zenger2003-07-092-21/+60
|
* Added test for immutable queuesstenman2003-07-091-0/+1
|
* Simple implementation of Sets using lists (even...Matthias Zenger2003-07-091-12/+18
| | | | | | Simple implementation of Sets using lists (even though this implementation detail is hidden in a cool programming pattern).
* Names are now consistent in the immutable package.Matthias Zenger2003-07-092-21/+19
|
* Changed some names.Matthias Zenger2003-07-091-5/+20
|
* Cleaned up the interface.Matthias Zenger2003-07-091-8/+8
|
* Deleted deprecated at()stenman2003-07-091-1/+3
|
* Removed function at (was deprecated).Matthias Zenger2003-07-092-4/+0
|
* Deleted deprecated at()stenman2003-07-094-12/+0
|
* Updated to use apply() instead of deprecated at()stenman2003-07-091-12/+12
|