summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed OSGi version numbermichelou2007-05-161-2/+9
|
* Fixed race conditionSean McDirmid2007-05-161-2/+3
|
* Fixed race conditionSean McDirmid2007-05-162-4/+10
|
* added channels example. fixed pingpong example.Philipp Haller2007-05-162-1/+26
|
* removed unnecessary synchronizationPhilipp Haller2007-05-161-3/+3
|
* fixed 1106Adriaan Moors2007-05-151-0/+1
|
* fixed bug1112Adriaan Moors2007-05-155-4/+23
|
* Actor.start() returns thisPhilipp Haller2007-05-152-2/+3
|
* Fixed contribution #474 - BigInt.equalsmihaylov2007-05-151-0/+1
|
* added missing blank in bundle settingsmichelou2007-05-151-1/+1
|
* added OSGi bundle supportmichelou2007-05-152-0/+19
|
* fixed bug1107Martin Odersky2007-05-152-2/+5
|
* runtime.Properties -> util.Propertiesmichelou2007-05-151-1/+1
|
* Fxied some svn propertiesmihaylov2007-05-152-2/+2
|
* Synced src/dotnet-library with src/library rev ...mihaylov2007-05-1516-60/+215
| | | | | Synced src/dotnet-library with src/library rev 11027
* added missing else blockmichelou2007-05-151-1/+2
|
* merged Burak's destructive rev11032 with rev11031michelou2007-05-153-597/+586
|
* oops, left a printlnBurak Emir2007-05-141-2/+0
|
* fixed bug 1103 and Sean's example, making marku...Burak Emir2007-05-141-591/+624
| | | | | | fixed bug 1103 and Sean's example, making markupparser error handling more defensive.
* fixed bug1084Martin Odersky2007-05-1431-184/+203
|
* (no commit message)Sean McDirmid2007-05-142-1/+3
|
* several updates to parallel build.xml:Lex Spoon2007-05-141-41/+78
| | | | | | | | - merged scala-actors.jar into scala-library.jar - deprecation and unchecked warnings turned on - jar manifests have more information in them - scala-library.jar also gets a version property file
* Fixed failing serialization for singletons.Iulian Dragos2007-05-141-1/+1
|
* Fixed scala.runtime.Camparator.equals to return...mihaylov2007-05-141-21/+29
| | | | | | Fixed scala.runtime.Camparator.equals to return the same as '==' on the unboxed values
* Fixed contribution #468 in RichChar.{to, until}mihaylov2007-05-141-2/+10
|
* Fixed bug #1097.Iulian Dragos2007-05-111-4/+7
|
* Updated *-src.jar to Scala 2.5.0-RC2michelou2007-05-111-1/+1
|
* added property file to scala-library.jarmichelou2007-05-112-0/+90
|
* Updated STARR to Scala 2.5.0-RC2michelou2007-05-112-2/+2
|
* Added test/files/pos/contrib467.scalamihaylov2007-05-111-0/+22
|
* fixed problem with bug1001Martin Odersky2007-05-111-1/+1
|
* Fixed bug1096Martin Odersky2007-05-112-1/+4
|
* Fixed several bugs, added dependent method types.Martin Odersky2007-05-1110-61/+253
|
* </p/>michelou2007-05-1012-670/+660
|
* [#1058] Sabbus warns the user when having less ...Gilles Dubochet2007-05-101-4/+8
| | | | | | [#1058] Sabbus warns the user when having less than 600MB of memory — which has Scaladoc thrashing during a dist.
* [#1095] Changed Scalac Ant task to use default ...Gilles Dubochet2007-05-101-148/+69
| | | | | | | [#1095] Changed Scalac Ant task to use default settings from “nsc.Settings” instead of its own. This means that Scala will now be built with “vars” debug symbols.
* minor changesmichelou2007-05-102-3/+1
|
* Cosmetic changes only by indirectly all in.Sean McDirmid2007-05-101-384/+390
|
* fixed bug related to sequence + new patmat algoBurak Emir2007-05-092-9/+20
|
* renamed tests for contribs #460 and #461michelou2007-05-094-0/+0
|
* added tests for contribs #460 and #461michelou2007-05-095-6/+28
|
* bug contributions fixed 460 461Burak Emir2007-05-092-74/+97
|
* added library sources for Eclipse pluginmichelou2007-05-081-0/+1
|
* fixed bugBurak Emir2007-05-081-1/+1
|
* removed some debug prints, simplified phonebook...Burak Emir2007-05-085-101/+86
| | | | | | removed some debug prints, simplified phonebook3, better scaladoc comments
* added CSS class "source"michelou2007-05-082-1/+6
|
* Reverted to the Int.{box,unbox}, etc way of box...mihaylov2007-05-0714-141/+71
| | | | | Reverted to the Int.{box,unbox}, etc way of box/unbox representation
* fixed bug1090Adriaan Moors2007-05-073-3/+21
| | | | | widen now only normalizes when necessary
* Added no package support.Sean McDirmid2007-05-072-4/+10
|
* Fixed crash on synchronized with 'return' insid...Iulian Dragos2007-05-071-0/+2
| | | | | Fixed crash on synchronized with 'return' inside try-finally block.