summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - added printlnNbsp and printlnHlinemichelou2003-08-291-0/+10
|
* Implemented optimized pattern matcher that uses...Matthias Zenger2003-08-281-44/+131
| | | | | | Implemented optimized pattern matcher that uses a tagging technique for distinguishing different case classes.
* Minor modifications.Matthias Zenger2003-08-282-1/+38
|
* *** empty log message ***Martin Odersky2003-08-281-4/+0
|
* *** empty log message ***Martin Odersky2003-08-2820-149/+170
|
* Added support for case class tags.Matthias Zenger2003-08-281-0/+2
|
* Added support for case tags.Matthias Zenger2003-08-283-1/+24
|
* - Made the auction example work (it required to...cremet2003-08-285-69/+234
| | | | | | - Made the auction example work (it required to fix the mailbox implementation).
* *** empty log message ***schinz2003-08-282-0/+34
|
* - bug fix: correctly handle calls to the primar...schinz2003-08-281-10/+10
| | | | | | - bug fix: correctly handle calls to the primary constructor from secondary constructors
* *** empty log message ***michelou2003-08-281-4/+8
|
* code cleanup + fixed matching of empty sequence...buraq2003-08-275-2/+9
| | | | | code cleanup + fixed matching of empty sequences with empty patterns
* Switched on switch expressions. ;-)Matthias Zenger2003-08-271-1/+1
|
* - Added insertion methodspaltherr2003-08-271-0/+24
| | | | | - Added JavaDoc
* - don't use accessors for constructor arguments...schinz2003-08-271-17/+13
| | | | | | | - don't use accessors for constructor arguments when they are used during class construction (this both makes the program faster, and avoids unnecessary accessors in some interesting cases)
* - Changed test-xml to use flag -d of dtd2scalapaltherr2003-08-271-2/+1
|
* - Added missing @paltherr2003-08-271-1/+1
|
* - added multiple constructors handlingmihaylov2003-08-271-23/+77
|
* - Changed install code to use installed scalado...paltherr2003-08-271-11/+13
| | | | | - Changed install code to use installed scaladoc to generate api doc
* *** empty log message ***Martin Odersky2003-08-274-54/+69
|
* oops, class name correctedburaq2003-08-271-1/+1
|
* FactoryAdapter rewritten in scalaburaq2003-08-271-1/+1
|
* using FactoryAdpater in scala instead of Factor...buraq2003-08-272-387/+367
| | | | | using FactoryAdpater in scala instead of FactoryAdapter in java
* removed spurious whitespacesburaq2003-08-272-4/+4
|
* - Fixed tutorial namepaltherr2003-08-271-1/+1
|
* - Added Idpaltherr2003-08-271-0/+2
|
* - only redefine \chaptermark if it is really de...schinz2003-08-271-22/+23
| | | | | - only redefine \chaptermark if it is really defined
* Fixed scaladoc so that it can be used in conjun...Matthias Zenger2003-08-272-38/+91
| | | | | | Fixed scaladoc so that it can be used in conjunction with non-book styles.
* added attributes to generic xml representationburaq2003-08-274-52/+127
|
* -- changed socos to scalacmichelou2003-08-271-7/+7
| | | | | -- changed document names in the conclusion
* - renamed tutorial.scala.tex to ScalaTutorial.s...schinz2003-08-273-3/+3
| | | | | - renamed tutorial.scala.tex to ScalaTutorial.scala.tex
* - Added pilib example files.cremet2003-08-261-0/+8
|
* - improved javadoc commentsmichelou2003-08-261-16/+73
|
* - improved javadoc commentsmichelou2003-08-261-29/+182
| | | | | - added encode methods
* - Added "PiLib" library and associated examples.cremet2003-08-2612-8/+1234
| | | | | - Fixed some files in the package "scala.concurrent".
* - bug fix: try to correctly transform secondary...schinz2003-08-261-3/+10
| | | | | - bug fix: try to correctly transform secondary constructors
* - multiple constructors are now supportedschinz2003-08-262-7/+30
|
* - removed tabs and whitespaceschinz2003-08-261-157/+158
|
* - Fixed method toStringpaltherr2003-08-261-1/+1
|
* - Added timestamps preservationpaltherr2003-08-261-21/+21
|
* - Added flag -p and --preserve-timestampspaltherr2003-08-262-39/+50
|
* - updated for the new handling of labels in FJBGschinz2003-08-261-29/+28
|
* - bug fix: try to handle multiple constructorsschinz2003-08-262-16/+32
|
* - Added special case for Switchpaltherr2003-08-261-1/+18
|
* - Moved Switch below If.paltherr2003-08-261-9/+9
|
* Removed some debugging output.Matthias Zenger2003-08-251-1/+1
|
* Included optimization for top-level switches on...Matthias Zenger2003-08-255-16/+222
| | | | | | Included optimization for top-level switches on expressions of type Int. It is switched off in the checked in version.
* Removed some files, otherwise it was not possib...Matthias Zenger2003-08-251-3/+0
| | | | | Removed some files, otherwise it was not possible to build the compiler.
* removed SeqTrace stuff, is not needed by TransM...buraq2003-08-254-121/+0
| | | | | removed SeqTrace stuff, is not needed by TransMatch any longer
* removed SeqTrace stuff.buraq2003-08-252-51/+62
|