summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Removed unchecked warning from 'withIndex'Philipp Haller2008-02-012-3/+1
|
* Moved 'patmatnew' from 'run' to 'pos'Philipp Haller2008-02-012-2/+0
|
* Removed unchecked warning from 'patmatnew'Philipp Haller2008-02-011-1/+1
|
* Moved 'attributes' from run to pos, removed war...Philipp Haller2008-02-012-8/+1
| | | | | Moved 'attributes' from run to pos, removed warning
* Fixed #377.Iulian Dragos2008-02-013-14/+122
|
* fixed #224michelou2008-02-012-1/+26
|
* import Predef._michelou2008-01-311-0/+2
|
* fixed #406michelou2008-01-311-2/+2
|
* Inner classes follow their enclosing class to s...NAME2008-01-312-2/+4
| | | | | | Inner classes follow their enclosing class to satisfy the Eclipse Java compiler
* Fix for old plugin. Sean McDirmid2008-01-311-2/+19
|
* fixed #423, added integer square root (CLDC)michelou2008-01-314-8/+155
|
* added svn:keywords, updated headersmichelou2008-01-313-21/+20
|
* buffering when reading from an inputstreamBurak Emir2008-01-313-27/+162
|
* forget to ci test file (regexp pattern)michelou2008-01-301-2/+9
|
* fixed (hopefully) regexp pattern (Java 1.4 vs 1...michelou2008-01-301-2/+8
| | | | | fixed (hopefully) regexp pattern (Java 1.4 vs 1.5+)
* updated some test filesmichelou2008-01-304-4/+0
|
* fixed #421michelou2008-01-302-0/+31
|
* fixed missing merge in r13827michelou2008-01-291-13/+15
|
* demo of entity handlingBurak Emir2008-01-291-0/+16
|
* backed lout of some changes for vcsMartin Odersky2008-01-291-9/+6
|
* added test for optional attributesmichelou2008-01-292-1/+21
|
* support for <elem key={x:Option[Seq[Node]]} />,...Burak Emir2008-01-283-39/+55
| | | | | support for <elem key={x:Option[Seq[Node]]} />, so that Options can be used for optional attributes.
* removed MissingTypeMartin Odersky2008-01-281-9/+0
|
* hasFlag(DEFERERED) -> isDeferredMartin Odersky2008-01-287-17/+18
|
* minor clean ups of Sean's commit; prepareing fo...Martin Odersky2008-01-289-71/+70
| | | | | minor clean ups of Sean's commit; prepareing for virtual classes.