summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Check for command-line option dependency AFTER ...mihaylov2008-02-142-3/+3
| | | | | | | Check for command-line option dependency AFTER all command-line arguments have been parsed. Avoids unnecessary dependency on the order of the arguments
* - fixed filenames and package declaration of so...mihaylov2008-02-144-7/+14
| | | | | | | - fixed filenames and package declaration of some XML-related classes to avoid their unnecessary recompilation - added svn:keywords property to said files
* fixed build problem.Martin Odersky2008-02-131-2/+1
|
* removed deprecated class util.Fluidmichelou2008-02-132-25/+1
|
* Fixed #459Philipp Haller2008-02-133-18/+15
|
* Using custom ClassLoader is more robust.Philipp Haller2008-02-132-6/+26
|
* change to caseclass extractors with varargsMartin Odersky2008-02-132-6/+13
|
* Integrated ClassLoader patch from Guy OliverPhilipp Haller2008-02-133-11/+28
|
* added DPP's code for xhtml parsing (cdata/entit...Burak Emir2008-02-134-0/+209
| | | | | added DPP's code for xhtml parsing (cdata/entity handling)
* fixed PrefixedAttr inconsistency and scaladocBurak Emir2008-02-132-3/+3
|
* Slightly improved efficiency of ::.writeObject(...mihaylov2008-02-131-2/+2
| | | | | | | Slightly improved efficiency of ::.writeObject() by not creating an iterator If style over efficiency is preferred then the code should be this.foreach(out.writeObject)
* fixed #471michelou2008-02-123-9/+30
|
* refinement of sbaz fix; fixed #419Martin Odersky2008-02-124-12/+28
|
* Added property to configure the number of actor...Philipp Haller2008-02-121-1/+2
| | | | | Added property to configure the number of actors used
* 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-117-133/+1730
| | | | | Implemented --show-diff, --show-log and --failed options
* 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-086-25/+471
| | | | | | 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-082-3/+9
| | | | | | | - 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-071-1/+1
|
* fixes #320Adriaan Moors2008-02-071-6/+12
|
* 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-0721-46/+57
| | | | | | | | | 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-071-5/+3
|
* 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-063-34/+56
|
* Partial fix to #397.Gilles Dubochet2008-02-065-251/+15
|
* 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-061-0/+322
|
* added reverse to RichString.Martin Odersky2008-02-066-17/+45
| | | | | | fixed immediate problem in #409. we ignore now flag MONOMOPRHIC.
* switched to Scala implementation of StringBuildermichelou2008-02-0653-481/+1551
|
* 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
|
* fixed typomichelou2008-02-051-1/+1
|
* add-on to r13888michelou2008-02-051-21/+16
|
* updated default encoding to UTF8michelou2008-02-054-15/+11
|
* Fixed issues #328 and #403.Gilles Dubochet2008-02-043-11/+24
|
* 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-041-2/+4
| | | | | Tweaked whitespace in the test.
* 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.