summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - Relocated jar files under PROJECT_OBJECTDIRpaltherr2004-09-211-5/+1
|
* - Relocated jar files under PROJECT_OBJECTDIRpaltherr2004-09-211-6/+10
|
* - Simplified the file lists for the jar filespaltherr2004-09-211-11/+2
|
* - Allowed flag --objdir= with no argumentpaltherr2004-09-211-1/+0
|
* - Removed ./test/bin/scala-test from distribpaltherr2004-09-213-26/+24
| | | | | - Relocated test files in distrib from ./test/files to ./test
* - also copy file test.il.txt (used in docu/clr/...michelou2004-09-211-0/+3
| | | | | - also copy file test.il.txt (used in docu/clr/index.html).
* - Merged ./test/bin/scala-test info ./bin/.scal...paltherr2004-09-212-600/+516
| | | | | - Merged ./test/bin/scala-test info ./bin/.scala_wrapper
* - Remove scalatest and scala-info from windows ...paltherr2004-09-211-0/+2
| | | | | - Remove scalatest and scala-info from windows distribution
* - Added MACRO_TEST_SRCDIR and MACRO_TEST_OBJDIRpaltherr2004-09-212-0/+6
|
* - Added PROJECT_TESTDIRpaltherr2004-09-211-0/+1
|
* - corrected 3 errors in example 4.2.1 (TimeOfDa...michelou2004-09-211-4/+6
| | | | | - corrected 3 errors in example 4.2.1 (TimeOfDayVar).
* - Removed makescalacpaltherr2004-09-161-2/+0
|
* - Changed boot process: removed library compila...paltherr2004-09-161-4/+10
| | | | | - Changed boot process: removed library compilation from boot
* Set version to 1.3.0.3paltherr2004-09-161-1/+1
|
* - Generalized the code that transforms local va...paltherr2004-09-161-3/+8
| | | | | | - Generalized the code that transforms local variables of primary constructors to work for all constructors
* - Readded a fixed version of the code to handle...paltherr2004-09-161-0/+10
| | | | | | - Readded a fixed version of the code to handle local variables owned by other local variables
* - Added Test 2paltherr2004-09-161-1/+101
|
* - removed wrong (?) if-test in method 'liftSymb...michelou2004-09-161-4/+0
| | | | | - removed wrong (?) if-test in method 'liftSymbol'.
* - Updated test file listspaltherr2004-09-162-0/+7
|
* Set version to 1.3.0.2paltherr2004-09-161-1/+1
|
* - Fixed typo in LIBRARY_SC_CLASSPATHpaltherr2004-09-161-1/+1
|
* - Removed unsupported !paltherr2004-09-161-1/+3
|
* Set version to 1.3.0.1paltherr2004-09-161-1/+1
|
* Set version to 1.3.0.0paltherr2004-09-161-1/+1
|
* - added Scala related documents.michelou2004-09-161-0/+10
|
* - Fixed generation of bat file for new scala_wr...michelou2004-09-161-2/+8
| | | | | | - Fixed generation of bat file for new scala_wrapper Made ia stuff - writable by everybody
* - Added SCALA and SCALAINFOpaltherr2004-09-151-0/+2
|
* - Updated to new wrapperpaltherr2004-09-151-2/+5
|
* - Made context variables context indenpendentpaltherr2004-09-151-9/+15
|
* - Changed scala_wrapper so that tools are run a...paltherr2004-09-1510-810/+381
| | | | | | | | | - Changed scala_wrapper so that tools are run as normal scala programs - Added support for SCALA_SOURCEPATH & SCALA_EXTDIRS Added properties - "scala.library.source.path" & "scala.library.class.path" Improved - computation of default bootclasspath Changed scalap to used ClassPath - from scala.tools.util
* - added directory 'examples' in $websitedir.michelou2004-09-151-0/+6
|
* - added entry 'examples/more.html'.michelou2004-09-151-0/+1
|
* - Created separate outputdirs for library and t...paltherr2004-09-151-11/+23
| | | | | - Created separate outputdirs for library and tools classes
* - Added Idpaltherr2004-09-151-0/+2
|
* - I added an example and a link to the Pilib pa...cremet2004-09-151-1/+13
| | | | | | - I added an example and a link to the Pilib paper in the comments of the library.
* - I added the variance display for class declar...cremet2004-09-143-1/+9
| | | | | | | | - I added the variance display for class declarations. - I changed the display of sealed symbols from "qualified" to "sealed". - I removed the display of the leading "?" character for symbols coming from a Java meta-attribute.
* - Clear the exit label in Assign nodes processingmihaylov2004-09-141-19/+12
| | | | | | - Avoid alocating new local variable for the selector of Switch when it already is a local variable, an argument or a literal
* - Cleaned up some old comments and added some n...mihaylov2004-09-141-33/+3
| | | | | - Cleaned up some old comments and added some new ones
* - Don't generate unreachable branches; used to ...mihaylov2004-09-141-33/+50
| | | | | | | - Don't generate unreachable branches; used to happen after a jump on a - label Avoid jumping to a branch; always try to jump to the outermost - location
* - When selecting the most specific '==' method ...mihaylov2004-09-141-38/+47
| | | | | | | - When selecting the most specific '==' method treat alse the special cases left: Byte == right: Byte -> scala.Byte.==(scala.Int) left: Short == right: Short -> scala.Short.==(scala.Int)
* - Added Idpaltherr2004-09-131-2/+4
| | | | | - Changed case of "bug"
* - Added bug 361paltherr2004-09-131-0/+16
|
* - Added a missing substitution for cloned type ...paltherr2004-09-131-0/+8
| | | | | - Added a missing substitution for cloned type parameters
* - Replaced a regular pattern match with a regul...mihaylov2004-09-101-1/+1
| | | | | | - Replaced a regular pattern match with a regular pattern match (no kidding!)
* - Fix handling of switches and labelsmihaylov2004-09-101-27/+33
|
* - Try to find the most specific '==' method to ...mihaylov2004-09-101-2/+41
| | | | | | - Try to find the most specific '==' method to avoid unnecessary boxing/unboxing in code generated by the pattern matcher
* *** empty log message ***Martin Odersky2004-09-103-8/+4
|
* - Several bugfixes and small optimizationsmihaylov2004-09-092-33/+138
|
* - [MSIL] instantiate CLRPackageParser as the ro...mihaylov2004-09-091-1/+4
| | | | | - [MSIL] instantiate CLRPackageParser as the root parser
* - Initialize CLRTypes instead of CLRPackageParsermihaylov2004-09-091-3/+6
|