summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fixed build of partestPhilipp Haller2008-02-121-0/+6
|
* Corrections to the documentationIulian Dragos2008-02-121-3/+7
|
* fixed build problem for sbaz; fixed one half of...Martin Odersky2008-02-114-6/+7
| | | | | fixed build problem for sbaz; fixed one half of #470
* Implemented --show-diff, --show-log and --faile...Philipp Haller2008-02-118-133/+1736
| | | | | Implemented --show-diff, --show-log and --failed options
* uses src/*-src.jar both in latest and distromichelou2008-02-111-7/+8
|
* Fixed the test. Geoffrey Washburn2008-02-111-0/+1
| | | | | | Turns out that it will fail if the LC_CTYPE or LANG environment variables do not specify a UTF8 encoding.
* Changed translation for pattern definitions whi...Martin Odersky2008-02-102-8/+3
| | | | | | Changed translation for pattern definitions which bind zero variables so that they work in the interpreter.
* fixed missing deprecated warning on types; fixe...Martin Odersky2008-02-087-25/+483
| | | | | | fixed missing deprecated warning on types; fixed problem with traits in refinements.
* More functionality and cleaned-up outputPhilipp Haller2008-02-087-72/+318
|
* iterative version of rep1Adriaan Moors2008-02-081-14/+21
| | | | | (note: rep1sep and repN are still (non-tail-)recursive)
* Fixed #368:Geoffrey Washburn2008-02-084-3/+37
| | | | | | | - added assertions to cause failure earlier - added test case - use BatchSourceFile length (characters) rather than file length (bytes)
* Fixed several issues in the MSIL backendshack2008-02-082-8/+19
| | | | | | | | | | | | | | | | | | | predef.dll does now 'peverify' under .NET 3.5 * Method visibility (protected cannot be mapped to family) When implementing methods from traits the visibility must be public (the methods of the interface generated from the trait are already public) * Nested exception handler flaws * Static calls replaced by virtual calls (it seemed to be possible in earlier versions of the .NET framework to call virtual methods using 'call' instead of 'callvirt') * Calls to the static comparator function (see Comparator.cs in the dotnet-library) were broken. Comparator::equals(object) was always called instead
* Updated STARR to 2.7.0-RC1michelou2008-02-076-8/+8
|
* fixes #320Adriaan Moors2008-02-071-6/+12
|
* Fixed "natives" test to work on my Mac.Gilles Dubochet2008-02-073-8/+26
|
* combinator1 --> combinatorAdriaan Moors2008-02-079-0/+0
|
* combinator --> combinatoroldAdriaan Moors2008-02-0710-0/+0
|
* updated examples and json parser to use combina...Adriaan Moors2008-02-0725-66/+77
| | | | | | | | | updated examples and json parser to use combinator1-style parsing, have not yet renamed combinator -> combinatorold, and combinator1 -> combinator --> doing that using SVN rename, so history is preserved (thus, the build for this revision will break, but the next one should be okay. sorry)
* fixed nightly buildmichelou2008-02-072-5/+4
|
* Added better "clone" methods to a few JCL colle...Gilles Dubochet2008-02-065-1/+16
| | | | | Added better "clone" methods to a few JCL collection classes.
* fixed problems with rangesMartin Odersky2008-02-068-40/+92
|
* Partial fix to #397.Gilles Dubochet2008-02-067-251/+40
|
* fixed #438Martin Odersky2008-02-061-2/+2
|
* fixed #412, prepared for structural array problem.Martin Odersky2008-02-063-1/+13
|
* Replaced some hard-coded pathsPhilipp Haller2008-02-062-16/+38
|
* added class BigDecimalmichelou2008-02-063-5/+361
|
* added reverse to RichString.Martin Odersky2008-02-067-18/+46
| | | | | | fixed immediate problem in #409. we ignore now flag MONOMOPRHIC.
* switched to Scala implementation of StringBuildermichelou2008-02-0654-481/+1636
|
* backported (some) changes from branches/scala-r...Adriaan Moors2008-02-051-107/+123
| | | | | | backported (some) changes from branches/scala-refactor will rename combinator1/ to combinator/ after testing everything still works :)
* (no commit message)NAME2008-02-051-1/+1
|
* Fixed #444NAME2008-02-052-14/+11
|
* Fixed #327, #332NAME2008-02-053-15/+11
|
* tweaked the build order and class pathsLex Spoon2008-02-051-6/+6
|
* reverted -unchecked additionmichelou2008-02-052-11/+11
|
* fixed typomichelou2008-02-051-1/+1
|
* add-on to r13888michelou2008-02-051-21/+16
|
* updated default encoding to UTF8michelou2008-02-055-16/+12
|
* Fixed issues #328 and #403.Gilles Dubochet2008-02-045-11/+47
|
* Defined a more precise notion of equality on co...Gilles Dubochet2008-02-042-10/+50
| | | | | Defined a more precise notion of equality on compiler settings.
* Fixed #323.Geoffrey Washburn2008-02-042-5/+7
| | | | | Tweaked whitespace in the test.
* Added tests for #323.Geoffrey Washburn2008-02-042-1/+9
|
* Fixes #416.Geoffrey Washburn2008-02-041-1/+2
|
* Arrays (and probably other things) pretty-print...Geoffrey Washburn2008-02-041-1/+1
| | | | | Arrays (and probably other things) pretty-print properly now.
* Fixed MSIL build (thanks to Philipp)shack2008-02-041-1/+2
|
* Should fix #417 (Exit status was zero on except...Geoffrey Washburn2008-02-042-0/+6
| | | | | Should fix #417 (Exit status was zero on exceptional exits)
* Fixed #437Philipp Haller2008-02-041-28/+19
|
* Fixed #219Philipp Haller2008-02-043-7/+52
|
* moved test to jvm5michelou2008-02-042-0/+0
|
* Moved 'patmatnew' back to 'run'Philipp Haller2008-02-042-0/+0
|
* Added initial re-write of partestPhilipp Haller2008-02-016-0/+668
|