summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices to 2009Antonio Cunei2009-01-09193-194/+194
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-083-3/+4
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* Fix for #1624.Antonio Cunei2009-01-071-12/+5
| | | | | | | | | The code logic of this fragment was wrong, and worked mainly because the CharsetDecoder usually generates the same number of characters in output as are given in input. Using special characters would change that, leading to a condition by which the resulting CharBuffer would never eventually empty.
* Fixed floating point regex.Miles Sabin2009-01-071-1/+1
|
* (no commit message)lesani2009-01-062-3/+3
|
* fixed ticket #1620michelou2009-01-0612-194/+151
|
* #1598Antonio Cunei2008-12-221-2/+2
|
* splitted BigDecimal class for Java 1.4michelou2008-12-161-4/+4
|
* Compilation of ApplyDynamic to reflective metho...Gilles Dubochet2008-12-121-0/+68
| | | | | | | | Compilation of ApplyDynamic to reflective method calls in CleanUp implements varied caching strategies (no caching, monomorphic inline caching and polymorphic inline caching). See "-Ystruct-dispatch" compiler argument.
* updates to scalax collections and standard libr...Martin Odersky2008-12-0939-612/+1454
| | | | | updates to scalax collections and standard library classes.
* added comments; better errror messages; trace u...Martin Odersky2008-12-081-1/+1
| | | | | added comments; better errror messages; trace utility
* Added example for List.flatten (see #909).Iulian Dragos2008-11-271-1/+7
|
* Unchecked stable should have been in annotation...nielsen2008-11-261-13/+0
| | | | | Unchecked stable should have been in annotation.unchecked
* Fix #1514Philipp Haller2008-11-261-1/+1
|
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-2560-4/+7774
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* added manifest tests and util.Marshalmichelou2008-11-252-13/+71
|
* added uncheckedVariance annotationMartin Odersky2008-11-241-0/+13
|
* Applied patch from #1505, modified supplied exa...Geoffrey Washburn2008-11-181-0/+15
| | | | | Applied patch from #1505, modified supplied example to be a test.
* Fixed #1453.Iulian Dragos2008-11-181-1/+1
|
* Fix and test for #1513Geoffrey Washburn2008-11-141-1/+1
|
* Deprecate jolib in preperation for removal.Geoffrey Washburn2008-11-051-1/+1
| | | | | could go ahead and remove it since it is apparently useless.
* Fixing IntMap/LongMap.getOrElse.David MacIver2008-10-272-2/+2
|
* Added firstKey and lastKey to IntMap.David MacIver2008-10-271-0/+19
|
* removed new collections library from here.Martin Odersky2008-10-209-2290/+0
|
* fixed package clauseMartin Odersky2008-10-201-1/+1
|
* initial collection library fragmentsMartin Odersky2008-10-209-0/+2290
|
* Added stringOf to ScalaRunTime.Geoffrey Washburn2008-10-182-1/+20
| | | | | | | | | Fixed deepToString to put spaces after commas (like regular Array toString, and List, etc.). Fixed all the test cases depending on this. Fixed the interpreter to keep my mind from wandering.
* fix List.dropRight scaladocstepancheg2008-10-161-1/+1
|
* added patch of #1335Lukas Rytz2008-10-161-9/+12
|
* copying 'scala.testing.Show' from 2.7.2 branch ...Lukas Rytz2008-10-161-0/+60
| | | | | copying 'scala.testing.Show' from 2.7.2 branch to trunk
* removed leading tabsmichelou2008-09-301-36/+35
|
* Fix for ticket #1301Antonio Cunei2008-09-271-2/+36
|
* Fixed #1178Martin Odersky2008-09-241-0/+3
|
* Removes varargs version of immutable.Queue.enqu...Lex Spoon2008-09-161-6/+0
| | | | | | | Removes varargs version of immutable.Queue.enqueue . Review by: odersky
* note about switching flags like CASE_INSENSITIV...stepancheg2008-09-111-0/+6
| | | | | note about switching flags like CASE_INSENSITIVE or UNICODE_CASE
* Bugfix and tests for #1323.Geoffrey Washburn2008-09-081-20/+52
|
* logolorch2008-09-081-0/+11
|
* logolorch2008-09-081-0/+11
|
* One more attempt to be sound and at the same ti...Martin Odersky2008-09-063-18/+3
| | | | | | One more attempt to be sound and at the same time let the plugin build go through.
* fixed build problemsMartin Odersky2008-09-063-2/+16
|
* fix to 16043Martin Odersky2008-09-052-1/+14
|
* more stability/volatile tuning and an escape ha...Martin Odersky2008-09-051-0/+2
| | | | | | more stability/volatile tuning and an escape hatch for the Eclipse plugin
* @deprecated taglorch2008-09-041-1/+1
|
* Applied patch for #1297Philipp Haller2008-08-281-0/+20
|
* Iterator: document that this iterator behavior ...stepancheg2008-08-261-0/+4
| | | | | | Iterator: document that this iterator behavior is undefined after takeWhile and dropWhile invocation (#1246)
* Fixed serialization of enumsmichelou2008-08-263-32/+45
|
* Added "scalacfork" ant task and enabled it to b...Lukas Rytz2008-08-194-4/+4
| | | | | | | | | Added "scalacfork" ant task and enabled it to build locker and quick. Removed sabbus.jar (sabbus ant tasks are included in scala-compiler.jar for some time now) Made serializable, cloneable, SerialVersionUID, BeanProperty static annotations Fixed the Pickler not to crash on repeated annotations
* Forgot to add author fields.Geoffrey Washburn2008-08-193-0/+8
|
* deprecated SUnitLukas Rytz2008-08-191-0/+5
|
* Fixing #1189.Lukas Rytz2008-08-185-5/+5
|