summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Added scala_wrapper-footer.bat and scala_wrap...paltherr2003-03-172-0/+28
| | | | | - Added scala_wrapper-footer.bat and scala_wrapper-header.bat
* - Added MANIFESTpaltherr2003-03-171-0/+1
|
* - Added rules to build distributionpaltherr2003-03-171-0/+226
|
* - Ignored distribspaltherr2003-03-171-0/+1
|
* - Removed 'paltherr2003-03-171-1/+1
|
* - Commented out vincent.scala (it does not fail)paltherr2003-03-171-1/+1
|
* - Fixed usage of flag -Cpaltherr2003-03-171-4/+5
| | | | | | - Added code to create destination directory if necessary Added code to - remove archive on build failure
* - Fixed path to negative compilation test filespaltherr2003-03-171-1/+1
|
* - Added .check filespaltherr2003-03-1720-0/+422
|
* - Added files in "cours/"paltherr2003-03-171-0/+6
|
* - Removed examples.lstpaltherr2003-03-171-0/+21
|
* - Removed test-pospaltherr2003-03-171-7/+0
|
* - Added test-neg.lstpaltherr2003-03-172-0/+25
|
* - Added test-pos.lstpaltherr2003-03-171-0/+71
|
* - Added test-run.lstpaltherr2003-03-171-0/+16
|
* - Added emacs.lstpaltherr2003-03-171-0/+10
|
* - Added missing filespaltherr2003-03-171-1/+12
|
* - Added READMEpaltherr2003-03-171-0/+22
|
* - Added LICENSEpaltherr2003-03-171-0/+40
|
* *** empty log message ***schinz2003-03-173-0/+809
|
* - Added java archivepaltherr2003-03-171-0/+10
|
* - Added jar.mkpaltherr2003-03-171-0/+78
|
* - Fixed usage commentpaltherr2003-03-171-1/+1
|
* - Improved signature printing in sirispaltherr2003-03-141-2/+109
|
* - Removed printing of accessor methodspaltherr2003-03-141-0/+6
|
* - Added method isPublic, isProtected, isPrivate...paltherr2003-03-141-0/+20
| | | | | - Added method isPublic, isProtected, isPrivate and isAccessor
* - Added code to make sure Interpreter.scala is ...paltherr2003-03-141-0/+3
| | | | | - Added code to make sure Interpreter.scala is always compiled
* - print names of generated files when -verbose ...schinz2003-03-141-1/+3
| | | | | - print names of generated files when -verbose is enabled
* *** empty log message ***Martin Odersky2003-03-147-12/+60
|
* - Changed origin of symbol in translation of me...paltherr2003-03-141-2/+2
| | | | | - Changed origin of symbol in translation of method "is"
* - Fixed erasure of new arrayspaltherr2003-03-141-10/+13
|
* - Added some cases to the method toStringpaltherr2003-03-141-0/+10
|
* - Added Course-2002-11.scalapaltherr2003-03-142-0/+307
|
* - Added Course-2002-08.scalapaltherr2003-03-142-0/+764
|
* - Added Course-2002-06.scalapaltherr2003-03-142-0/+302
|
* - Added a method isSameAs for erased typespaltherr2003-03-141-5/+14
|
* - Fixed fullErasurepaltherr2003-03-131-2/+3
|
* *** empty log message ***Martin Odersky2003-03-139-1/+234
|
* *** empty log message ***Martin Odersky2003-03-137-32/+55
|
* - Fixed loading of null valuespaltherr2003-03-131-1/+1
|
* - Removed printing of kindpaltherr2003-03-131-1/+0
|
* - Updated evaluator to cope with module singlet...paltherr2003-03-131-6/+7
| | | | | | - Updated evaluator to cope with module singleton initialization in module constructor
* - Added initialization of module singleton in m...paltherr2003-03-131-0/+8
| | | | | - Added initialization of module singleton in module's constructor
* - Made symbol loading lazypaltherr2003-03-131-12/+22
|
* - Added printing of definitionspaltherr2003-03-131-0/+80
| | | | | - Added imports to previous console modules
* - bug fix: initialise module instance field as ...schinz2003-03-131-19/+26
| | | | | | | - bug fix: initialise module instance field as soon as possible, i.e. in the *instance* constructor and not in the *class* constructor anymore, to enable "early use" of the module
* - Changed enterUnit to use consoleContext for c...paltherr2003-03-131-1/+1
| | | | | - Changed enterUnit to use consoleContext for console code
* - Added consoleContextpaltherr2003-03-131-0/+23
|
* - inside of a module, use "this" directly to ac...schinz2003-03-131-11/+25
| | | | | | - inside of a module, use "this" directly to access the current module instance - (small crash fixed)
* - use the explicit "this" now introduced by the...schinz2003-03-131-1/+1
| | | | | | - use the explicit "this" now introduced by the analyzer to know to which outer class a symbol belongs