summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* added msil distribution to supersabbusLukas Rytz2008-05-092-35/+29
|
* removed some needless linespradel2008-05-081-5/+0
|
* fixed some minor problems with partest.Lukas Rytz2008-05-083-7/+48
|
* added todo list to msil.xmlLukas Rytz2008-05-081-0/+6
|
* updated msil build script. now similar to four.xmlLukas Rytz2008-05-081-73/+118
|
* partest now interprets scalac options passed in...Philipp Haller2008-05-075-72/+113
| | | | | | | | partest now interprets scalac options passed in property scalatest.scalac_opts. The compiler/lib build to test can now be specified using the property scalatest.build. Added a partest option for running on JVM 1.4 (--four).
* - updated partest to work with SuperSabbus (pac...Lukas Rytz2008-05-075-22/+22
| | | | | | | | - updated partest to work with SuperSabbus (pack direcotry) and installed distributions.\n-removed 'latestFjbgFile' where apropriate, because fjbg is now included in scala-compiler.jar.\n-updated runner scripts to work with an installed distribution.
* Option asserts that its argument is not null.Geoffrey Washburn2008-05-071-0/+3
|
* build scala librairie for dotnet framework....jeberle2008-05-071-5/+8
|
* Updated partest to work with SuperSabbusLukas Rytz2008-05-071-7/+7
|
* adding dotnet into the pack.xmljeberle2008-05-071-1/+16
|
* in fact superSabbus uses msil.xml, not build-ms...jeberle2008-05-063-36/+234
| | | | | in fact superSabbus uses msil.xml, not build-msil.xml
* added the dotnet version of Manifest.scalajeberle2008-05-061-0/+127
|
* added msil target to superSabbus (don't forget ...jeberle2008-05-062-37/+40
| | | | | | added msil target to superSabbus (don't forget to set the .properties file)
* Ported fix for #845 to trunkPhilipp Haller2008-05-051-5/+15
|
* The interpreter no longer generates class files...Lex Spoon2008-05-058-41/+200
| | | | | | The interpreter no longer generates class files to disk. It instead uses an in-memory virtual directory.
* corrected packaging of four distributionLukas Rytz2008-05-051-3/+5
|
* Lex "signed-off" on removing the lines I had co...Geoffrey Washburn2008-05-041-2/+0
| | | | | Lex "signed-off" on removing the lines I had commented out.
* changes to swing library to make Button app workMartin Odersky2008-05-0214-37/+39
|
* replaced null test by try/catch (Console.readLine)michelou2008-05-021-5/+10
|
* fixed #828, #789, #828.Martin Odersky2008-05-025-6/+81
|
* suppersabbus now generates an api tarballLukas Rytz2008-05-021-1/+8
|
* made manifests serializablemichelou2008-05-021-22/+38
|
* added scala-test sbaz package to supersabbusLukas Rytz2008-05-021-1/+18
|
* files of jmv-1.4 library must always overwrite ...Lukas Rytz2008-05-021-1/+1
| | | | | | files of jmv-1.4 library must always overwrite the ones of the library, even if timestamp is older
* fixed #790pradel2008-05-021-0/+20
|
* Fix for #483.Geoffrey Washburn2008-05-011-2/+2
|
* Removed LGPL licensing based upon Erik's permis...Geoffrey Washburn2008-05-011-18/+1
| | | | | Removed LGPL licensing based upon Erik's permission.
* Fix for #773. Geoffrey Washburn2008-05-012-4/+4
| | | | | | | | Problem was calling incompleteInputError multiple times would escalate the problem to be treated as a "real" error. This does not appear to be the correct semantics. Tried to fix this up as best as possible, but Sean needs to investigate the implications for the Eclipse plugin.
* Fixed #809 (except for the case of String/RichS...Geoffrey Washburn2008-05-011-3/+6
| | | | | | Fixed #809 (except for the case of String/RichString, but there is not much that can be done about changing the documentation for String).
* Fix for #769Geoffrey Washburn2008-05-011-1/+1
|
* Console.readLine() now throws EOFException inst...Geoffrey Washburn2008-05-012-6/+15
| | | | | Console.readLine() now throws EOFException instead of returning null.
* fixed #789. Samll bugfixes in library.Martin Odersky2008-04-304-9/+28
|
* added () to predef.exit, #752Lukas Rytz2008-04-301-1/+1
|
* Missed one file.Iulian Dragos2008-04-301-1/+1
|
* Copied the build script to the doc folder until...NAME2008-04-292-1/+84
| | | | | | Copied the build script to the doc folder until we have a better svn layout.
* Fixed showOptionsNAME2008-04-291-3/+2
|
* Wrapped some simple dialogs and BorderPanelNAME2008-04-297-24/+289
|
* Rolled back r14773, until I figure out why the ...Iulian Dragos2008-04-294-76/+27
| | | | | Rolled back r14773, until I figure out why the plugin breaks.
* SuperSabbus uses proper Java command to run par...Gilles Dubochet2008-04-291-0/+3
| | | | | | SuperSabbus uses proper Java command to run partest. Added targets for nightly tasks.
* Fix for #808Geoffrey Washburn2008-04-291-1/+2
|
* Table constructor with default model revived, t...NAME2008-04-284-17/+41
| | | | | | Table constructor with default model revived, table change events overhauled
* #815michelou2008-04-281-0/+1
|
* Added FileChooser, renamed ComponentList, added...NAME2008-04-2845-75/+460
| | | | | Added FileChooser, renamed ComponentList, added comments
* propagating changes from Sabbus to SuperSABBUSlorch2008-04-271-27/+9
|
* Fixed problem in Unpickler which prevented Ecli...Martin Odersky2008-04-262-3/+3
| | | | | Fixed problem in Unpickler which prevented Eclipse to build.
* Manifests are generated when required by an imp...Gilles Dubochet2008-04-243-51/+134
| | | | | | | Manifests are generated when required by an implicit. The generated Manifests are quite simple (for now) and only provide an entry point to the underlying erased type (a java.lang.Class).
* fixed windows script templateLukas Rytz2008-04-241-1/+1
|
* Changed isLeft and isRight to use less memory. Geoffrey Washburn2008-04-241-11/+5
| | | | | | | | Changed either from a sealed trait to a sealed abstract class to allow exhaustiveness checking. All changes per the discussion in #797.
* Changed most uses of lazy val in Either to be d...Geoffrey Washburn2008-04-241-9/+9
| | | | | Changed most uses of lazy val in Either to be defs.