summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/CompileServer.scala
Commit message (Collapse)AuthorAgeFilesLines
...
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
|
* fsc watchdog removal.Antonio Cunei2008-10-221-73/+54
| | | | | | | | | In addition, fixed a potential initialization problem in the fsc server, which would open a socket, get a port number, and close the socket, only to try to reallocate the same port number a bit later, even though the port might have become unavailable in the meantime. Now the socket is initialized only once, and the port is not released.
* Fix for #296Antonio Cunei2008-10-151-7/+4
| | | | | | | | | | | The handling of informative messages in CompileServer and in Main was duplicated, and the two copies slowly diverged over time. The code has now been refactored, cleaned up, and made more general. The FakePos(fsc) message was due to a missing override def toString. Both problems are fixed.
* Defined a more precise notion of equality on co...Gilles Dubochet2008-02-041-7/+1
| | | | | Defined a more precise notion of equality on compiler settings.
* - handle empty-string argumentsLex Spoon2007-07-221-3/+3
| | | | | | - properly handle errors that happen while parsing the argument list
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-141-24/+35
| | | | | | Refactored ScriptRunner and the offline compilation classes so that they can be subclassed effectively.
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-6/+6
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* splitted usage messagemichelou2007-06-061-8/+12
|
* Adding eclipse meta data.Sean McDirmid2007-04-271-1/+1
|
* removed actors & freinds from concurrentMartin Odersky2007-04-241-1/+1
|
* Use the same temporary directory for redictedLex Spoon2007-03-071-1/+5
| | | | | output as for the port files.
* Fixed bug #953mihaylov2007-02-191-1/+1
|
* Added a reference to Settings in AbstractReportermihaylov2007-02-061-5/+7
|
* moved version/copyright properties from source ...michelou2007-01-291-18/+12
| | | | | moved version/copyright properties from source code to property file
* added svn:keywords and file header to collectio...michelou2007-01-171-2/+2
| | | | | added svn:keywords and file header to collection/jcl/*.scala
* Replaced == null()eq null(ne null)mihaylov2006-11-131-2/+2
|
* Refactored portability supportmihaylov2006-11-011-1/+5
|
* reorganized scala.tools.nsc.io!Burak Emir2006-09-211-2/+2
|
* Eliminated need for extra global class so Globa...Sean McDirmid2006-08-251-1/+1
| | | | | Eliminated need for extra global class so Global can remain concrete.
* Modified scopes and positions so they can be co...Sean McDirmid2006-08-251-1/+1
| | | | | Modified scopes and positions so they can be configured more flexibly.
* fsc prints more info messages with -verbose optionmichelou2006-07-201-9/+12
|
* added a missing returnLex Spoon2006-07-131-0/+1
|
* - made password one word, not twoLex Spoon2006-07-131-3/+3
| | | | | - save the password as a UTF-8 string, not UTF-16
* Made fsc safer and scriptableMartin Odersky2006-07-121-4/+6
| | | | | | Fixed position errors for imported prefixes Fixed symbol literals (bug369)
* Changed compile server to make it more robust;Martin Odersky2006-06-161-73/+81
| | | | | Some stylistic cleanups elsewhere
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-121-1/+1
| | | | | Updated all SVN attributes in the Scala core module.
* added scala compile serverMartin Odersky2006-06-061-0/+159