summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - added 'fixcrlf' action for batch commands.michelou2005-10-161-0/+1
|
* - added 'bin/scalap.bat' in Windows distribution.michelou2005-10-161-0/+9
|
* - added Ant token '@VERSION@'.michelou2005-10-163-3/+3
|
* - added more tokens in fileset.michelou2005-10-161-6/+15
|
* - share common resources doc/*.pdf and lib/*.michelou2005-10-161-20/+34
|
* *** empty log message ***Martin Odersky2005-10-1612-64/+142
|
* *** empty log message ***michelou2005-10-164-0/+226
|
* - added IzPack project file.michelou2005-10-161-0/+99
|
* - added 'izpack' task.michelou2005-10-161-0/+48
|
* - added 'izpack' target.michelou2005-10-161-0/+7
|
* - added task 'build.jars' (build/lib).michelou2005-10-151-37/+44
|
* - added 'izpack.jar' property.michelou2005-10-151-1/+4
|
* - added 'config.dir' property.michelou2005-10-151-0/+1
|
* - corrected malformed zip action.michelou2005-10-151-2/+1
|
* - added missing goto statement.michelou2005-10-151-0/+1
|
* Special treatment of scala.All and scala.AllRef...Iulian Dragos2005-10-153-20/+71
| | | | | Special treatment of scala.All and scala.AllRef in GenICode.
* Added the source directory in the path of nsc.Iulian Dragos2005-10-151-4/+5
|
* Set version to 1.4.0.3michelou2005-10-141-1/+1
|
* - corrected error in generation of batch comman...michelou2005-10-141-1/+1
| | | | | - corrected error in generation of batch commands (Win).
* Reset lateDEFERRED flags too.Iulian Dragos2005-10-141-2/+2
|
* - added generation of 'sources.zip'.michelou2005-10-141-0/+7
|
* - added scalap tool.michelou2005-10-141-6/+10
|
* *** empty log message ***michelou2005-10-141-0/+7
|
* - added property 'nsc.osc-nstools.excludes'.michelou2005-10-141-0/+4
|
* - added scalap command.michelou2005-10-141-0/+1
|
* - corrected buggy eol.michelou2005-10-141-1/+2
|
* - scala commands now refer to .nsc_wrapper on U...michelou2005-10-141-9/+12
| | | | | - scala commands now refer to .nsc_wrapper on Unix.
* - batch template.michelou2005-10-141-0/+39
|
* - nsc wrapper.michelou2005-10-141-0/+59
|
* - added 'bin.dir' property.michelou2005-10-141-0/+1
|
* - moved to bin/.nsc_wrapper.tmplmichelou2005-10-141-50/+0
|
* - moved to bin/.nsc.bat.tmplmichelou2005-10-141-39/+0
|
* Set version to 1.4.0.2michelou2005-10-131-1/+1
|
* - added generation of scalac command (bin/scala...michelou2005-10-131-25/+64
| | | | | - added generation of scalac command (bin/scalac[.bat]).
* - ignore customized property files.michelou2005-10-131-0/+5
|
* - 1st attempt.michelou2005-10-132-0/+89
|
* Changed the build system back so that newsource...Gilles Dubochet2005-10-131-2/+2
| | | | | | | Changed the build system back so that newsources is used again. Removing it generates a rather unexpected null pointer exception in scalac when building the old Scala distribution. Too bad.
* Changed the build system so that newsources is ...Gilles Dubochet2005-10-131-135/+137
| | | | | | | Changed the build system so that newsources is no longer required. When a .scala and .java file exist for the same class, the .scala file is used for NSC instead of the .java file.
* - use Ant now !michelou2005-10-132-51/+0
|
* - used Ant now !michelou2005-10-131-15/+0
| | | | | - used Ant now !
* - added 'scala.dll' property.michelou2005-10-132-1/+7
|
* Added a simple test to make sure that additiona...Gilles Dubochet2005-10-131-7/+13
| | | | | | Added a simple test to make sure that additional memory has been provided to the script.
* - use Ant now !michelou2005-10-1317-664/+0
|
* - used Ant now !michelou2005-10-131-6/+0
|
* - added 2 tasks 'fixcrlf' in target 'distrib.un...michelou2005-10-131-0/+3
| | | | | - added 2 tasks 'fixcrlf' in target 'distrib.unix'.
* - added some comments.michelou2005-10-131-16/+33
| | | | | - corrected target 'distrib.unix' (directory 'man').
* - added gz and bz2 generation to target 'distri...michelou2005-10-121-8/+47
| | | | | | - added gz and bz2 generation to target 'distrib.unix'. (mostly) - implemented target 'distrib.win'.
* - target 'distrib.unix' now also depends on 'do...michelou2005-10-121-4/+4
| | | | | - target 'distrib.unix' now also depends on 'docs'.
* - corrected typos in Scala comment.michelou2005-10-121-3/+4
|
* Small change to remove pattern match inside pat...Iulian Dragos2005-10-121-1/+1
| | | | | Small change to remove pattern match inside pattern guard.