summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* Fixed too strict warning for protected membersIulian Dragos2008-04-231-1/+1
|
* Peers are lazy vals now NAME2008-04-2330-116/+133
|
* Modified the implementation of curry so that forGeoffrey Washburn2008-04-2368-123/+190
| | | | | | | | | FunctionN, where N > 4, many fewer classes are created statically at the expense of creating more objects dynamically (which seems reasonable given how common such functions are likely to be). This also allows for curry in FunctionN for N > 8 without running into the filename length restriction.
* Fixed protected accessor for inherited java mem...Iulian Dragos2008-04-224-27/+76
| | | | | | Fixed protected accessor for inherited java members in traits (see ticket #151).
* added test for outer in Namers.scalamichelou2008-04-223-45/+39
|
* Really fixed curry this time.Geoffrey Washburn2008-04-2268-92/+68
|
* No curry for you! (If you are FunctionN, for N ...Geoffrey Washburn2008-04-2268-86/+68
| | | | | No curry for you! (If you are FunctionN, for N < 2 and N > 16)
* Corrected uncurry to be called curry.Geoffrey Washburn2008-04-2268-73/+162
| | | | | Generalized curry to FunctionN for N >= 2
* Accidentally deleted some settings somehow.Geoffrey Washburn2008-04-221-0/+14
|
* SuperSabbus generated distribution is now compl...Gilles Dubochet2008-04-222-1/+163
| | | | | | SuperSabbus generated distribution is now complete. Added targets for packaging distribution to SBaz or archives.
* Eliminated the commented out scaladoc settingsGeoffrey Washburn2008-04-221-39/+12
| | | | | | StringSettings are no longer hidden to the IDE by default Manually hid all StringSettings except the plugin directory setting.
* in fact the tests in the main function doesn't ...jeberle2008-04-221-0/+1
| | | | | | in fact the tests in the main function doesn't compile for dot-net target... ?? I'll try to get that fixed.
* Sorting.scala is platform-independentjeberle2008-04-221-1/+0
|
* Fixed #521: MSIL should support separate compil...lorch2008-04-222-12/+15
| | | | | | | | | Fixed #521: MSIL should support separate compilation - The output directory must be specified by "-d" (default: ".") There is - a new switch -Xkeep-msil-files (default: false). This switch must be - explicitly enabled if you want to keep the generated .msil files
* added all the empty dotnet-library files that w...jeberle2008-04-22128-0/+128
| | | | | | | | added all the empty dotnet-library files that where not included while compiling for msil. Now we can include **/*.scala in the build.xml. Next step : implement some of these empty files or delete them if the original file (in scala library) also compile for the dotnet target.
* Joined alignments, resolved some issues with nu...NAME2008-04-2110-24/+72
| | | | | Joined alignments, resolved some issues with null and Option
* fixed #779Philipp Haller2008-04-211-1/+3
|
* scala.swing update for rc2, third tryNAME2008-04-211-1/+0
|
* scala.swing update for rc2, second tryNAME2008-04-212-12/+20
|
* fixed #780 and #552Philipp Haller2008-04-211-1/+1
|
* scala.swing update for rc2NAME2008-04-2176-654/+737
|
* Fixed deprecatio warnings when calling 'newName'.Iulian Dragos2008-04-218-22/+22
|
* fixed #768 for HashSet.Martin Odersky2008-04-213-3/+48
|
* IDE bug fixesSean McDirmid2008-04-203-4/+14
|