summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Removed reference to linuxsoftpaltherr2003-08-071-2/+1
|
* - Simplified handling of PROJECT_OUTPUTDIRpaltherr2003-08-071-9/+1
|
* - Added some toolspaltherr2003-08-071-1/+4
|
* - Fixed typo (changed 2 \> into \=)paltherr2003-08-071-1/+1
|
* *** empty log message ***Martin Odersky2003-08-0615-337/+434
|
* - Replaced some variablespaltherr2003-08-063-6/+6
| | | | | - Changed some formatting
* - Removed files that no longer existpaltherr2003-08-062-16/+0
|
* - Removed dependenciespaltherr2003-08-061-6/+0
|
* - Changed script generation codepaltherr2003-08-061-19/+24
|
* - Added cvsignorepaltherr2003-08-061-0/+1
|
* - changed 'as' to 'asInstanceOf'michelou2003-08-061-2/+3
|
* - changed 'as' to 'asInstanceOf'michelou2003-08-061-3/+7
| | | | | - added 'newThreshold' method (private)
* - activated code to write pickle data to class ...schinz2003-08-051-2/+13
| | | | | - activated code to write pickle data to class files
* - made unzip's type more generalschinz2003-08-051-1/+1
|
* *** empty log message ***Martin Odersky2003-08-055-193/+253
|
* - added functions make, tabulate, flatten, unzi...schinz2003-08-051-98/+194
| | | | | | | | - added functions make, tabulate, flatten, unzip, takeRight, dropRight, splitAt, span, break, reverseMap, reverse_:::, remove, partition, count, - used pattern-matching everywhere, - replaced all occurences of Tuple2 by Pair, - used a common style.
* - added the identity function (id)schinz2003-08-051-0/+2
|
* *** empty log message ***Martin Odersky2003-08-051-7/+8
|
* *** empty log message ***paltherr2003-08-052-4/+4
|
* - Updated Makefile to use Makefile.configpaltherr2003-08-051-7/+8
|
* - Updated Makefile to use Makefile.config and s...paltherr2003-08-051-11/+24
| | | | | - Updated Makefile to use Makefile.config and scalatex.mk
* - Added scalatex.mkpaltherr2003-08-051-0/+67
|
* *** empty log message ***paltherr2003-08-051-3/+3
|
* - Added scalatex.scmpaltherr2003-08-051-0/+214
|
* - Split Makefile into 3 filespaltherr2003-08-053-302/+339
| | | | | - Removed references to linuxsoft
* - renamed tutorial.scalatex to tutorial.scala.texschinz2003-08-051-10/+123
|
* *** empty log message ***Martin Odersky2003-08-0418-78/+86
|
* - added a hack to make sure that flags are tran...schinz2003-08-041-0/+2
| | | | | | | - added a hack to make sure that flags are transformed correctly before we check them to see if the owner of a method is an interface; this should really be cleaned by transforming flags separately from types.
* - Added support for inlining default bootclassp...paltherr2003-08-041-0/+9
| | | | | | - Added support for inlining default bootclasspath into specified bootclasspath
* - Fixed default TEXINPUTSpaltherr2003-08-041-1/+1
|
* *** empty log message ***Martin Odersky2003-08-0419-227/+463
|
* - Added trabsformation of <local>.this into <ow...paltherr2003-08-021-0/+9
| | | | | - Added trabsformation of <local>.this into <owner>.this
* - Changed localDummy to generate non-empty namespaltherr2003-08-022-1/+9
|
* - Added show methodspaltherr2003-07-311-7/+65
|
* *** empty log message ***Martin Odersky2003-07-317-75/+87
|
* *** empty log message ***Martin Odersky2003-07-3193-750/+1100
|
* - Changed owner of STRING_PLUS_ANY from STRING ...paltherr2003-07-301-2/+2
| | | | | - Changed owner of STRING_PLUS_ANY from STRING to JAVA_STRING
* - Repolaced Tree argument of This and Super nod...paltherr2003-07-3012-112/+76
| | | | | - Repolaced Tree argument of This and Super nodes by a Name argument
* - Added TypeNamespaltherr2003-07-302-0/+16
|
* hash-consing on load, enabled per defaultburaq2003-07-304-7/+51
|
* added testNotEqualsburaq2003-07-301-0/+13
|
* - modified phase to make it compatible with sep...schinz2003-07-302-53/+73
| | | | | | | - modified phase to make it compatible with separate compilation: transformInfo now adds the outer argument to the constructor type, and this is no longer done during the tree transformation
* - Added scaladoc targetpaltherr2003-07-302-1/+34
|
* - Added $Id$paltherr2003-07-301-0/+2
|
* Added:cremet2003-07-308-28/+233
| | | | | | | - collecting of documentation comments. - options for scaladoc - a class to load a documentation module.
* *** empty log message ***schinz2003-07-292-0/+291
|
* shortest-match policy instead of longest match ...buraq2003-07-291-8/+8
| | | | | shortest-match policy instead of longest match policy
* refactoring: removed class FiniteAutom.buraq2003-07-295-161/+267
| | | | | | | | | different types, so many casts were needed. In fact, FiniteAutom is not used anywhere. now fixed. fields are migrated to subclasses DetWordAutom and NondetWordAutom, with more specific types
* added examples, added "shortest match policy", ...buraq2003-07-291-2/+21
| | | | | | added examples, added "shortest match policy", corrected typo in chapter Pattern Matching
* removed FiniteAutom (refactoring)buraq2003-07-291-1/+0
|