summaryrefslogtreecommitdiff
path: root/sources/scalac/CompilerCommand.java
Commit message (Collapse)AuthorAgeFilesLines
* Removed old Scalac code in sources and various ...Gilles Dubochet2005-12-181-369/+0
| | | | | Removed old Scalac code in sources and various other obsolete elements.
* - The default encoding is now obtained from Sys...paltherr2005-04-191-2/+1
| | | | | | - The default encoding is now obtained from System.getProperty("file.encoding")
* - updated copyright year.michelou2005-02-091-2/+2
|
* - Split the Reporter class into a Reporter inte...paltherr2005-01-271-4/+6
| | | | | | - Split the Reporter class into a Reporter interface and an AbstractReporter and a ConsoleReporter class.
* - added option -Xrtt to enable support for run-...schinz2004-10-141-0/+5
| | | | | - added option -Xrtt to enable support for run-time types
* - Changed scala_wrapper so that tools are run a...paltherr2004-09-151-4/+4
| | | | | | | | | - 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
* *** empty log message ***Martin Odersky2004-09-021-1/+1
|
* Compiler options for whole program optimizationIulian Dragos2004-06-221-0/+29
|
* pretty-print + whitespace trimmingburaq2004-05-261-0/+5
|
* Xmarkup option only for compatibility, is alway...buraq2004-05-241-1/+1
| | | | | Xmarkup option only for compatibility, is always true now
* fixed transmatchburaq2004-05-171-0/+5
|
* - Added '-g' option to generate debugging infomihaylov2004-05-031-28/+37
| | | | | | | | - Added '-o' option to specify the name of the assembly generated by the MSIL backend - Corrected some typos - Rearranged the order in which the options are printed by '-help' to resebmle the output from 'javac -help'. In effect, the most frequently used options are shown first.
* - Split scala.tools.util.AbstractFile into seve...paltherr2004-03-231-1/+2
| | | | | | | | | | - Split scala.tools.util.AbstractFile into several files Added - scala.tools.util.DirectoryPath Added scala.tools.util.VirtualDirectory - Changed interface of scala.tools.util.AbstractFile Rewrote - scala.tools.util.ZipArchive (merged ZipArchive and JarArchive) Moved - ClassPath to scala.tools.util Changed ClassPath and PackageParser to - rely on DirectoryPath for file lookups
* - Standardized names used in ClassPathpaltherr2004-03-211-4/+4
|
* - Added flag -encodingpaltherr2004-03-211-0/+6
|
* command line option -Xmarkupburaq2004-03-021-0/+5
|
* - Fixed copyright datepaltherr2004-01-201-1/+1
|
* - added a '-r' option to specify the assemblies...mihaylov2003-12-081-0/+5
| | | | | | - added a '-r' option to specify the assemblies referenced by the source program
* - removed BCEL-based JVM back-endschinz2003-10-231-1/+1
|
* - added non-standard option '-Xshortname' for t...michelou2003-10-201-7/+19
| | | | | - added non-standard option '-Xshortname' for the reporter
* - remove scaladoc specific optionsmichelou2003-09-021-27/+66
| | | | | - help message do not display phases if not option use them
* - rewrote the phase creation processpaltherr2003-08-181-12/+13
| | | | | - replace PhaseRepository by CompilerPhases
* *** empty log message ***Martin Odersky2003-08-061-4/+4
|
* Added:cremet2003-07-301-0/+15
| | | | | | | - collecting of documentation comments. - options for scaladoc - a class to load a documentation module.
* *** empty log message ***Martin Odersky2003-07-221-0/+5
|
* - Added list of possible targetspaltherr2003-07-111-1/+1
|
* *** empty log message ***Martin Odersky2003-06-041-0/+5
|
* - Removed java-backend (jaco) specific stuffpaltherr2003-03-241-5/+0
|
* - Added flag -nopredefspaltherr2003-02-211-0/+5
|
* Initial version.Martin Odersky2003-02-131-0/+221