summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* reintroduced SCALA_HOME assignment in 2nd cygwi...michelou2006-07-192-0/+2
| | | | | reintroduced SCALA_HOME assignment in 2nd cygwin test
* removed leading/trailing tabs/blanks in nsc/Com...michelou2006-07-191-2/+1
| | | | | removed leading/trailing tabs/blanks in nsc/CompileSocket.scala
* improved command for compile server (contrib #168)michelou2006-07-191-51/+43
|
* added support for paths containing blanks on Cy...michelou2006-07-192-2/+8
| | | | | added support for paths containing blanks on Cygwin
* removed more leading/trailing tabs/blanks in Cl...michelou2006-07-191-6/+7
| | | | | removed more leading/trailing tabs/blanks in ClassfileParser.scala
* removed leading/trailing tabs/blanks, added hea...michelou2006-07-1915-793/+892
| | | | | removed leading/trailing tabs/blanks, added headers and comments
* Updated all SVN properties.Gilles Dubochet2006-07-195-5/+5
|
* Removed debug print Martin Odersky2006-07-181-1/+0
|
* Fixed bugs 663,664,665Martin Odersky2006-07-183-5/+5
|
* Fix the line endings.Lex Spoon2006-07-182-204/+204
| | | | | Windows files get Windows line endings.
* commented out println in CompileSocket.scalamichelou2006-07-181-7/+7
|
* fixed (quick fix) handling of arguments in nsc/...michelou2006-07-182-25/+7
| | | | | fixed (quick fix) handling of arguments in nsc/CompilerCommand.scala
* added quotes around variable _BOOT_CLASSPATHmichelou2006-07-181-2/+2
|
* removed leading/trailing tabs/blanks in transfo...michelou2006-07-171-10/+12
| | | | | removed leading/trailing tabs/blanks in transform/InfoTransform.scala
* completed fsc options in man pagesmichelou2006-07-171-2/+17
|
* Parameterized Actor[T].Philipp Haller2006-07-1713-21/+20
|
* removed some diagnostic outputLex Spoon2006-07-161-2/+0
|
* added event (pull) parsingBurak Emir2006-07-147-56/+250
|
* try exec-ing "scala.bat" if "scala" by itself d...Lex Spoon2006-07-141-8/+38
| | | | | try exec-ing "scala.bat" if "scala" by itself does not work
* EXTENSION_CLASSPATH now contains both files/dir...michelou2006-07-141-0/+3
| | | | | EXTENSION_CLASSPATH now contains both files/dirs on Windows
* fixed bug657.Martin Odersky2006-07-142-7/+16
|
* Fixed dangling refs.Philipp Haller2006-07-144-5/+0
|
* documented -nocompdaemon and -DLex Spoon2006-07-141-4/+11
|
* Refactored actors lib.Philipp Haller2006-07-1432-1938/+506
|
* updated the help messageLex Spoon2006-07-141-6/+12
|
* updated the entries for the JAVACMD environment...Lex Spoon2006-07-142-2/+6
| | | | | updated the entries for the JAVACMD environment variable
* note that -J is unimplementedLex Spoon2006-07-141-2/+2
|
* Removed unnecessary import clause from scala.te...mihaylov2006-07-141-1/+0
| | | | | Removed unnecessary import clause from scala.text.Document
* Fixed bug contribution #167mihaylov2006-07-141-1/+1
|
* - try to use scala from ${scala.home}/bin if av...Lex Spoon2006-07-131-7/+69
| | | | | | | | - try to use scala from ${scala.home}/bin if available - before using /tmp, try to use ${scala.home}/var/scala-devel and then ${user.home}/tmp
* added a missing returnLex Spoon2006-07-131-0/+1
|
* added the option to compile using the fsc compi...Lex Spoon2006-07-131-17/+81
| | | | | added the option to compile using the fsc compilation daemon
* - added -nocompdaemonLex Spoon2006-07-131-0/+11
| | | | | - added an unparse method
* moved deleteRecursively out of class Interprete...Lex Spoon2006-07-131-13/+15
| | | | | | moved deleteRecursively out of class Interpreter and into a utility object
* - made password one word, not twoLex Spoon2006-07-133-8/+8
| | | | | - save the password as a UTF-8 string, not UTF-16
* - added unparse methodsLex Spoon2006-07-131-9/+38
| | | | | - made Setting.name be publicly visible
* Copied scala.tools.util.UTF8Codec into scala.ioPhilipp Haller2006-07-132-1/+78
|
* Added pickler combinators to scala.ioPhilipp Haller2006-07-131-0/+314
|
* added -D for defining Java propertiesLex Spoon2006-07-132-1/+45
|
* tweaked the loop over possible settings so that...Lex Spoon2006-07-131-1/+2
| | | | | | tweaked the loop over possible settings so that bad settings do not get processed twice
* reverse the order of guesses about howtorun: fi...Lex Spoon2006-07-132-11/+32
| | | | | | reverse the order of guesses about howtorun: first look for an object, then look for a script file
* updated svn:keywords for man1/fsc.scalamichelou2006-07-131-1/+1
|
* updated svn:keywords and header of TypingTransf...michelou2006-07-131-5/+6
| | | | | updated svn:keywords and header of TypingTransformers.scala
* added a caveat to the -server optionLex Spoon2006-07-131-1/+3
|
* removed obsolete automata stuffBurak Emir2006-07-1211-3796/+1
|
* fixed bug #644, removed onsolete field doBindingBurak Emir2006-07-122-10/+29
|
* Added typing tree transformer frameworkMartin Odersky2006-07-122-20/+48
|
* more fix, more optimizationBurak Emir2006-07-122-24/+45
|
* documented -savecompiledLex Spoon2006-07-121-3/+24
|
* Made fsc safer and scriptableMartin Odersky2006-07-1210-12/+43
| | | | | | Fixed position errors for imported prefixes Fixed symbol literals (bug369)