summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/CompileSocket.scala
Commit message (Expand)AuthorAgeFilesLines
...
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-131-3/+3
* splitted usage messagemichelou2007-06-061-7/+8
* updated for-comprehension syntaxmichelou2007-04-191-5/+5
* Use the same temporary directory for redictedLex Spoon2007-03-071-7/+11
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-5/+5
* moved version/copyright properties from source ...michelou2007-01-291-9/+8
* When "fsc -shutdown" is requested, do not start...Lex Spoon2007-01-181-7/+20
* - Increased the timeout for connecting toLex Spoon2007-01-181-16/+18
* Replaced == null()eq null(ne null)mihaylov2006-11-131-1/+1
* Refactored portability supportmihaylov2006-11-011-3/+6
* - check for errors when using the compilation d...Lex Spoon2006-09-211-0/+6
* do not waitFor a newly spawned process -- that ...Lex Spoon2006-07-211-5/+5
* fsc prints more info messages with -verbose optionmichelou2006-07-201-30/+37
* removed leading/trailing tabs/blanks in nsc/Com...michelou2006-07-191-2/+1
* improved command for compile server (contrib #168)michelou2006-07-191-51/+43
* commented out println in CompileSocket.scalamichelou2006-07-181-7/+7
* fixed (quick fix) handling of arguments in nsc/...michelou2006-07-181-25/+5
* removed some diagnostic outputLex Spoon2006-07-161-2/+0
* try exec-ing "scala.bat" if "scala" by itself d...Lex Spoon2006-07-141-8/+38
* - try to use scala from ${scala.home}/bin if av...Lex Spoon2006-07-131-7/+69
* - made password one word, not twoLex Spoon2006-07-131-4/+4
* Made fsc safer and scriptableMartin Odersky2006-07-121-2/+10
* Fixed pattern matching bugs 401, 643Martin Odersky2006-06-281-1/+1
* Fixed bugs 633, 637, 639, 640Martin Odersky2006-06-271-2/+6
* Fixed parsing problem for closuresMartin Odersky2006-06-201-1/+1
* Changed compile server to make it more robust;Martin Odersky2006-06-161-2/+4
* Updated all SVN attributes in the Scala core mo...Gilles Dubochet2006-06-121-1/+1
* added scala compile serverMartin Odersky2006-06-061-0/+148