summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* factored out the choice of wrapper code, so tha...Lex Spoon2007-06-181-13/+26
| | | | | factored out the choice of wrapper code, so that subclasses can tweak it
* allow the choice of ScriptRunner to be overridd...Lex Spoon2007-06-181-1/+4
| | | | | allow the choice of ScriptRunner to be overridden by subclasses
* added setting Xmatchalgo + cleanup of PatternMa...Burak Emir2007-06-184-82/+118
| | | | | | added setting Xmatchalgo + cleanup of PatternMatchers * more control on which algo get used * removed some obsolete code * added test case
* added tests for scala.Iterablemichelou2007-06-183-43/+59
|
* added missing chmodmichelou2007-06-181-2/+4
|
* removed .NET specifics from Scala commandsmichelou2007-06-1810-37/+408
|
* Corrected Scaladoc comment for Array.slice (con...mihaylov2007-06-181-1/+1
| | | | | Corrected Scaladoc comment for Array.slice (contrib #666)
* Fixed contrib #658 - Iterable.isEmptymihaylov2007-06-171-1/+1
|
* added prefix method, for more useful Benchmark ...Burak Emir2007-06-161-1/+6
| | | | | added prefix method, for more useful Benchmark output
* more existentialsMartin Odersky2007-06-1517-184/+271
|
* added verbose outputmichelou2007-06-151-1/+2
|
* fixed paths on Cygwinmichelou2007-06-151-4/+8
|
* removed fjbg from STARR michelou2007-06-151-1/+1
|
* Refactored ScriptRunner and the offline compila...Lex Spoon2007-06-146-54/+117
| | | | | | Refactored ScriptRunner and the offline compilation classes so that they can be subclassed effectively.
* expose the isWin valueLex Spoon2007-06-141-1/+1
|
* factored out the choice of promptLex Spoon2007-06-141-1/+5
|
* added 2 failure testsmichelou2007-06-141-5/+15
|
* corrected another typomichelou2007-06-141-4/+4
|
* corrected typomichelou2007-06-141-2/+2
|
* displays settings for .NETmichelou2007-06-141-12/+42
|
* added Nik's contrib to script.jsmichelou2007-06-143-924/+54
|
* fixed split method on JVMmichelou2007-06-136-82/+101
|
* Fxied test/scalatest to find the assemblies at ...mihaylov2007-06-131-1/+1
| | | | | | Fxied test/scalatest to find the assemblies at their original places thus obviating the need to copy them (thanks to Stephane)
* Fixed test script to look for build/msil/predef...mihaylov2007-06-131-1/+1
| | | | | Fixed test script to look for build/msil/predef.dll, not lib/predef.dll
* rehash symbols if their names changeMartin Odersky2007-06-133-4/+42
|
* Updated STARR to Scala 2.5.1-finalmichelou2007-06-133-3/+3
|
* Synced src/dotnet-library with rev 12018mihaylov2007-06-133-4/+6
|
* fixed bug 1174Adriaan Moors2007-06-131-1/+1
|
* incremented MinorVersion, deprecated All/AllRef...michelou2007-06-1353-738/+777
| | | | | | incremented MinorVersion, deprecated All/AllRef, remove many type aliases
* Added build support for the J2ME version of the...mihaylov2007-06-132-0/+110
| | | | | Added build support for the J2ME version of the library
* Integrated J2ME version of the library as of re...mihaylov2007-06-1336-13/+2050
| | | | | Integrated J2ME version of the library as of rev 12002
* Fixed J2ME support in the compilermihaylov2007-06-135-36/+50
|
* in BoxesUtility.unboxTo* cast directly to the e...mihaylov2007-06-133-25/+11
| | | | | | in BoxesUtility.unboxTo* cast directly to the expected box class before unboxing
* svn:keywordsmichelou2007-06-133-4/+25
|
* added a few hooks so that scalac variantsLex Spoon2007-06-121-3/+15
| | | | | can reuse this code by subclassing
* renamed documenttitle -> doctitleLex Spoon2007-06-121-1/+1
|
* stop including scalap.1 in the deb, becauseLex Spoon2007-06-121-1/+1
| | | | | scalap itself is not included
* factored out the rootImports methodLex Spoon2007-06-121-8/+23
|
* stupid bug: writeRef instead of writeRefsLex Spoon2007-06-121-1/+1
|
* Implemented synchronous message send for remote...Philipp Haller2007-06-123-30/+103
| | | | | Implemented synchronous message send for remote actors.
* Replaced -Xscript by -script, so that script filesLex Spoon2007-06-124-15/+53
| | | | | can be compiled into a user-specified object wrapper
* factored out the creation of the compiler, so thatLex Spoon2007-06-121-1/+6
| | | | | a subclass can override the concrete compiler class to be used
* factored out the command name and compiler comm...Lex Spoon2007-06-121-3/+9
| | | | | | factored out the command name and compiler command name, so that subclasses can override them
* disabled debug flagmichelou2007-06-121-5/+5
|
* added .dll test library (Win32)michelou2007-06-123-6/+105
|
* Added buffering of msgs in case remote net kern...Philipp Haller2007-06-122-4/+38
| | | | | Added buffering of msgs in case remote net kernel is not yet up.
* Moved Proxy as the last supertype of RichString...mihaylov2007-06-121-1/+1
| | | | | | Moved Proxy as the last supertype of RichString so it can inherit the forwarding of toString
* reverted change #11979michelou2007-06-112-1/+2
|
* added 64-bit librarymichelou2007-06-113-1/+2
|
* fixed 2 quirks on .NETmichelou2007-06-112-15/+37
|