summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Updated Codification to actually work in presen...Gilles Dubochet2006-01-133-81/+34
| | | | | | Updated Codification to actually work in presence of functions and block. Printer has been improved a little too.
* Tried to fix sourcepath, but they still have so...Sean McDirmid2006-01-135-229/+267
| | | | | | Tried to fix sourcepath, but they still have some issues that need to be resolved deeper inside the compiler.
* not sure if this was fixed already, but changed...Sean McDirmid2006-01-131-1/+4
| | | | | | not sure if this was fixed already, but changed sourcepath default to "." so it wouldn't crash the classpath class anymore.
* - added missing $Id tagmichelou2006-01-131-30/+40
|
* - corrected $Id tagmichelou2006-01-131-2/+3
|
* Accidentally broke the build.Sean McDirmid2006-01-111-1/+0
|
* Getting rid of some unused Java files in scala/...Sean McDirmid2006-01-117-835/+0
| | | | | | Getting rid of some unused Java files in scala/tools/util because they now have scala equivalents in scala/tools/nsc/util.
* More stuff to support hte eclipse plugin. Sean McDirmid2006-01-1113-168/+468
| | | | | | | | * Added symbol positions to to the pickler. * Deprecated util/ClassPath.java to use ClassPath.scala, which allows for source attachments. -- maybe we should remove ClassPath.java since it is no longer used. * Added support for content outline.
* - corrected error with _PREFIX in template for ...michelou2006-01-091-1/+1
| | | | | - corrected error with _PREFIX in template for batch command
* - renamed _CPATH to _CLASSPATHmichelou2006-01-091-3/+3
|
* - renamed _CPATH to _CLASSPATHmichelou2006-01-091-3/+3
|
* - removed some blanksmichelou2006-01-091-5/+5
|
* - removed some blanksmichelou2006-01-091-5/+5
|
* The Scalac Ant task now supports a 'addparams' ...Gilles Dubochet2006-01-091-1/+22
| | | | | | | The Scalac Ant task now supports a 'addparams' parameter for passing custom parameters to the compiler. Build script updated to use it too: set nsc.params to add custom parameters.
* - updated template for batch command on Windowsmichelou2006-01-091-14/+38
|
* - updated template for batch command on Windows.michelou2006-01-091-14/+37
|
* ant/ScalaTool is now compatible with Java 1.4.Gilles Dubochet2006-01-091-7/+7
|
* (no commit message)Martin Odersky2006-01-095-2/+8
|
* - replaced ":" by "requires"michelou2006-01-091-3/+4
|
* Improved the ScalaTool Ant task to be more cros...Gilles Dubochet2006-01-093-17/+30
| | | | | Improved the ScalaTool Ant task to be more cross-platform.
* Updated the Ant build system:Gilles Dubochet2006-01-098-646/+524
| | | | | | | | | 1. Minor aesthetic changes to Scalac. 2. Added Ant task ScalaTool that automatically constructs wrappers for a tool. Wrapper templates are in ant/templates. 3. Modified build.xml to use ScalaTool. 4. Removed nsc/ant/NSC which is now obsolete (replaced by ant/Scalac). 5. Added a antlib.xml file that allows to load all ant tasks in one operation in an ant script.
* (no commit message)Martin Odersky2006-01-0753-85/+180
|
* (no commit message)Martin Odersky2006-01-0413-44/+83
|
* (no commit message)Martin Odersky2006-01-031-1/+5
|
* (no commit message)Martin Odersky2006-01-0329-184/+228
|
* (no commit message)Martin Odersky2006-01-0310-137/+239
|
* If scala.boot.class.path is not set, then try t...Lex Spoon2005-12-291-1/+18
| | | | | | If scala.boot.class.path is not set, then try to guess it based on scala.home
* 1.Gilles Dubochet2005-12-231-0/+454
| | | | | | 2. Modified the build script to use the new optional Ant tasks that have been added to 'lib/', which is much cleaner.
* (no commit message)Martin Odersky2005-12-234-759/+771
|
* - added property COPYRIGHTmichelou2005-12-221-2/+4
|
* - corrected Java propertiesmichelou2005-12-221-1/+2
|
* - corrected value of SCALA_HOMEmichelou2005-12-221-2/+2
|
* - corrected value of SCALA_HOMEmichelou2005-12-221-4/+4
|
* 1.Gilles Dubochet2005-12-216-112/+72
| | | | | | 2. Improved the generation of a distribution. 3. 'scalanstest' works again.
* (no commit message)Martin Odersky2005-12-211-0/+25
|
* (no commit message)Martin Odersky2005-12-2120-357/+828
|
* 1.Gilles Dubochet2005-12-202-6/+1
| | | | | 2. Removed dead text in ant/NSC.
* Actually really fixed the bug in NSC this time.Gilles Dubochet2005-12-201-1/+1
|
* Fixed a small bug in NSC that prevented compila...Gilles Dubochet2005-12-201-1/+1
| | | | | Fixed a small bug in NSC that prevented compilation.
* 1.Gilles Dubochet2005-12-195-93/+93
| | | | | 2. Scripts no longer use the wrapper script but are self-contained.
* (no commit message)Martin Odersky2005-12-1918-35/+33
|
* First correction after the big jump: Scalac's s...Gilles Dubochet2005-12-191-1/+1
| | | | | | First correction after the big jump: Scalac's symtab.Definition should no longer refer to scala.Type.
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-19511-0/+65999
Switching to the new build system and to the new build system. This is a MAJOR commit, so be careful when updating.