summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Removed duplicatespaltherr2003-07-184-122/+0
|
* - Changed logopaltherr2003-07-181-7/+6
|
* - Added .cvsignorepaltherr2003-07-181-0/+1
|
* - Removed .scala_wrapperpaltherr2003-07-183-155/+376
| | | | | | - Added .scala_wrapper.tmpl - Modified Makefile to generate .scala_wrapper from .scala_wrapper.tmpl
* rules for Pattern in grammar in appendixburaq2003-07-171-21/+17
|
* pattern matchingburaq2003-07-171-37/+60
|
* *** empty log message ***Martin Odersky2003-07-174-3/+471
|
* - Fixed getMainMethodType for the new Type.isSa...paltherr2003-07-171-1/+3
| | | | | - Fixed getMainMethodType for the new Type.isSameAs, Type.Equals, ...
* *** empty log message ***Martin Odersky2003-07-171-2/+3
|
* *** empty log message ***Martin Odersky2003-07-178-51/+478
|
* Error message fixstenman2003-07-171-1/+1
|
* *** empty log message ***Martin Odersky2003-07-167-57/+75
|
* fixed overly permissive parsing of TreePattern ...buraq2003-07-161-1/+4
| | | | | | fixed overly permissive parsing of TreePattern ( SimplePat Id SimplePat, op2 must not be empty sequence )
* added "isEmptySequence" methodburaq2003-07-161-0/+13
|
* *** empty log message ***michelou2003-07-161-5/+0
|
* corrected typosmichelou2003-07-163-4/+4
|
* - Fixed XERCES_HOMEpaltherr2003-07-161-1/+1
|
* *** empty log message ***Martin Odersky2003-07-1617-222/+329
|
* indentationmichelou2003-07-161-12/+20
|
* - bug fix: fixed a bug which was introduced by ...schinz2003-07-161-5/+11
| | | | | | - bug fix: fixed a bug which was introduced by the previous commmit and which produced incorrect owners for mixed-in members
* indentationmichelou2003-07-163-50/+61
|
* removed tabsmichelou2003-07-161-2/+3
|
* toString method works correct nowburaq2003-07-152-0/+4
|
* toString experiments + code formattingburaq2003-07-155-6/+27
|
* *** empty log message ***Martin Odersky2003-07-1526-0/+156
|
* - Fixed description of Type.typeParams and Type...paltherr2003-07-151-4/+4
| | | | | - Fixed description of Type.typeParams and Type.valueParams
* *** empty log message ***michelou2003-07-152-0/+42
|
* - Added a missing isMethod test on LambdaLiftPh...paltherr2003-07-153-14/+46
| | | | | | | | | - Added a missing isMethod test on LambdaLiftPhase.proxy - Added some assertion checks to Type.typeParams and Type.valueParams - Patched ClassSymbol.typeParams and LambdaLiftPhase.TransformTypeMap.apply to hide bug of method Symbol.constructor (see comment is those two methods).
* - Removed "case TypeRef(...)" from method Type....paltherr2003-07-152-4/+4
| | | | | | | | - Removed "case TypeRef(...)" from method Type.typeParams and Type.valueParams (fixes at least one bug in lambdalift). - Fixed code in Analyzer which relied on the "case TypeRef(...)" - Fixed code in RefCheck which relied on the "case TypeRef(...)"
* *** empty log message ***buraq2003-07-152-7/+7
|
* project sourcedir for dtd2scalaburaq2003-07-151-1/+1
|
* moved FactoryAdapter to another packageburaq2003-07-151-1/+1
|
* moved to another packageburaq2003-07-153-952/+0
|
* moved to anotherburaq2003-07-151-14/+0
|
* XERCES_PATH has to come before scala (esp.buraq2003-07-151-3/+3
|
* dtd2scala moved to another packageburaq2003-07-151-4/+4
|
* test cases for regular pattern matchingburaq2003-07-152-0/+686
|
* - Removed "case TypeRef(...)" from method Type....paltherr2003-07-152-12/+7
| | | | | | | - Removed "case TypeRef(...)" from method Type.typeParams and Type.valueParams (fixes at least one bug in lambdalift). - Fixed code in Analyzer which relied on the "case TypeRef(...)"
* - Fixed interepreter trace code to handle excep...paltherr2003-07-152-3/+26
| | | | | | - Fixed interepreter trace code to handle exceptions raised by the interpreter itsef (internal errors, for example assertion errors).
* refactoringburaq2003-07-151-0/+55
|
* code-cleanup, refactoring, corrected multiple u...buraq2003-07-154-387/+342
| | | | | code-cleanup, refactoring, corrected multiple use of the same symbol
* changed commentsburaq2003-07-151-2/+2
|
* added TracerInScala (refactoring)buraq2003-07-151-0/+1
|
* started work on chapter 8 pattern matchingburaq2003-07-141-28/+55
|
* - Fixed the code that generates value selection...paltherr2003-07-142-2/+2
| | | | | - Fixed the code that generates value selections (missing asSeenFrom)
* obsoleteburaq2003-07-141-79/+0
|
* removed .../transformer/matching/SplitNested - ...buraq2003-07-141-1/+0
| | | | | removed .../transformer/matching/SplitNested - obsolete
* code cleanupburaq2003-07-145-66/+24
|
* proper handling of variables in sequence patternsburaq2003-07-143-39/+46
|
* added static method, hid private variablesburaq2003-07-142-8/+15
|