summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright notices to 2009Antonio Cunei2009-01-09329-335/+335
|
* fixed erroneous cyclic reference error conditio...Martin Odersky2009-01-0811-19/+37
| | | | | fixed erroneous cyclic reference error condition; generated new starr.
* Fix timeout problem in partestPhilipp Haller2009-01-083-163/+160
|
* 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-0614-194/+173
|
* fix for #1603Lukas Rytz2009-01-051-1/+1
|
* Add tests for zero timeout in reactWithin and r...Philipp Haller2009-01-034-0/+40
| | | | | Add tests for zero timeout in reactWithin and receiveWithin.
* Make semantics of zero timeout in reactWithin a...Philipp Haller2009-01-031-9/+8
| | | | | | Make semantics of zero timeout in reactWithin and receiveWithin more uniform.
* #1598Antonio Cunei2008-12-221-2/+2
|
* Add debug option to partest ant task.Philipp Haller2008-12-182-0/+21
|
* fixed two problems of msil buildLukas Rytz2008-12-172-479/+202
|
* Fixed warnings.Iulian Dragos2008-12-175-5/+6
|
* Bumped bundle version.Miles Sabin2008-12-161-1/+1
|
* added comment.michelou2008-12-161-1/+3
|
* splitted BigDecimal class for Java 1.4michelou2008-12-162-4/+271
|
* Use Thread.getState() instead of timestamps to ...Philipp Haller2008-12-165-150/+10
| | | | | | Use Thread.getState() instead of timestamps to detect blocked worker threads.
* Remove obsolete TickedScheduler class.Philipp Haller2008-12-161-175/+0
|
* Avoid collecting race in memory leak fixPhilipp Haller2008-12-151-4/+9
|
* Remove race condition when linking/unlinking.Philipp Haller2008-12-151-4/+8
|
* frames can be centered on screen nowIngo Maier2008-12-132-1/+7
|
* Compilation of ApplyDynamic to reflective metho...Gilles Dubochet2008-12-125-115/+366
| | | | | | | | 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.
* Fix memory leak in ActorGCPhilipp Haller2008-12-121-4/+3
|
* One more thing: a 1.4 compatible jar.Iulian Dragos2008-12-111-1/+1
|
* One more thing: The JVM backend updates for inv...Iulian Dragos2008-12-111-0/+5
| | | | | One more thing: The JVM backend updates for invokedynamic.
* Added experimental invoke dynamic support (JSR2...Iulian Dragos2008-12-114-1/+12
| | | | | Added experimental invoke dynamic support (JSR292).
* switch to new initialization semantics.Martin Odersky2008-12-112-2/+3
|
* fixed #1364 (overeriding vals in traits)Martin Odersky2008-12-102-10/+32
|
* updates to scalax collections and standard libr...Martin Odersky2008-12-0939-612/+1454
| | | | | updates to scalax collections and standard library classes.
* disabled one test on Java 1.4michelou2008-12-092-3/+1
|
* corrected check fileMartin Odersky2008-12-091-1/+1
|
* added comments; better errror messages; trace u...Martin Odersky2008-12-0812-63/+197
| | | | | added comments; better errror messages; trace utility
* Fixed #1358.Iulian Dragos2008-12-034-2/+9
|
* All the SIPs have beem moved to the lamp-sip di...nielsen2008-12-0350-2600/+0
| | | | | All the SIPs have beem moved to the lamp-sip directory
* Fixed optimised test suiteIulian Dragos2008-12-021-1/+1
|
* Added example for List.flatten (see #909).Iulian Dragos2008-11-271-1/+7
|
* removing Marshal and dependency on java.io in s...Lukas Rytz2008-11-272-0/+1200
| | | | | removing Marshal and dependency on java.io in scalax..List for msil
* Fixed 1541.Iulian Dragos2008-11-263-2/+18
|
* fix for occasional fsc silent quittingAntonio Cunei2008-11-261-1/+12
|
* 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
|
* ant: use copy instead of copyfileLukas Rytz2008-11-261-2/+2
|
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-25134-90/+10593
| | | | | | | | 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-255-42/+191
|
* added uncheckedvarianceclassMartin Odersky2008-11-251-1/+2
|
* fixed #1438Adriaan Moors2008-11-251-11/+7
| | | | | solution: removed old cruft that caused problems
* Adds language and country settings forcing them...Philipp Haller2008-11-241-0/+1
| | | | | | Adds language and country settings forcing them to en_US when running tests
* added uncheckedVariance annotationMartin Odersky2008-11-241-0/+13
|
* Fix for #1371.Geoffrey Washburn2008-11-223-3/+7
|