summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updating starr to 2.7.1.finalLukas Rytz2008-05-074-4/+4
|
* changed directory structure of manpagesLukas Rytz2008-05-066-0/+0
|
* in fact superSabbus uses msil.xml, not build-ms...jeberle2008-05-061-2/+2
| | | | | in fact superSabbus uses msil.xml, not build-msil.xml
* 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-063-37/+52
| | | | | | 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-023-22/+124
|
* 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-012-3/+3
|
* 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-013-7/+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
|
* Hopefully fixed the annoying jvm/inner test cas...Gilles Dubochet2008-04-291-3/+9
| | | | | Hopefully fixed the annoying jvm/inner test case this time.
* 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-296-93/+27
| | | | | Rolled back r14773, until I figure out why the plugin breaks.
* Fixed jvm/inner test to work on a Java distribu...Gilles Dubochet2008-04-291-2/+3
| | | | | | Fixed jvm/inner test to work on a Java distribution where jre and sdk bin folders are separate.
* SuperSabbus uses proper Java command to run par...Gilles Dubochet2008-04-292-1/+19
| | | | | | 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.
* "ant msil" works again on a fresh build (and af...lorch2008-04-241-10/+6
| | | | | "ant msil" works again on a fresh build (and after "ant clean")
* 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.
* Fixed #524 and improved copy propagation to dea...Iulian Dragos2008-04-233-17/+31
| | | | | Fixed #524 and improved copy propagation to deal with constants.
* Added support for defining actors using `Respon...Philipp Haller2008-04-232-2/+2
| | | | | | | | Added support for defining actors using `Responder`s (using the `reactor` factory method). `Future`s are now also `Responder`s. Actors have an additional method `async` which makes methods like `react` usable inside `Responder`s.
* Added support for defining actors using s (usin...Philipp Haller2008-04-232-11/+80
| | | | | | | Added support for defining actors using s (using the factory method). s are now also s. Actors have an additional method which makes methods like usable inside s.
* updated STARR to 2.7.1.RC2 (2nd time due to 2nd...Lukas Rytz2008-04-233-3/+3
| | | | | | updated STARR to 2.7.1.RC2 (2nd time due to 2nd release. includes fix for #779)
* Tweaks to SuperSabbus' cleaning behavhiour when...Gilles Dubochet2008-04-231-1/+12
| | | | | | Tweaks to SuperSabbus' cleaning behavhiour when Locker is updated. See description of "newlocker" and "freshlocker" targets.