summaryrefslogtreecommitdiff
path: root/src/cldc-library
Commit message (Collapse)AuthorAgeFilesLines
* Removed CLDC library, since we've stopper suppo...Gilles Dubochet2009-05-2930-4719/+0
| | | | | Removed CLDC library, since we've stopper supporting CLDC.
* Further development of the Numeric and Ordering...Paul Phillips2009-05-282-119/+3
| | | | | | | Further development of the Numeric and Ordering traits. Replaced Predef implicits from everything => Ordered with a single implicit from Ordering => Ordered.
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-273-14/+14
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-1320-20/+20
|
* Updated copyright notices to 2009Antonio Cunei2009-01-0910-10/+10
|
* New reorg planGeoffrey Washburn2008-04-0730-0/+4835
|
* The great library reorg!Geoffrey Washburn2008-04-0430-4835/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | The standard library will now be laid out approximately like this library/scala /jvm/scala /jvm/jvm1.4/scala /jvm/jvm1.5/scala /jvm/android/scala /jvm/cldc/scala /dotnet/scala To build the standard library for a given target you start by copying the root library/scala tree to a staging area, then move down in the hierarchy copying the nested "scala" trees on top in the staging area. So if you wanted to build for cldc, for example, you would do something like the following: rsync -avz library/scala staging/ rsync -avz library/scala/jvm/scala staging/ rsync -avz library/scala/jvm/cldc/scala staging/ The ant build files will be updated to do this for you automagically, and there will soon be shell script to do this if you want to compile some parts of the standard library manually.
* added insert for Byte/Short, synchronized CLDC ...michelou2008-03-251-28/+464
| | | | | added insert for Byte/Short, synchronized CLDC version
* Hopefully that fixes CLDC's incapacity to deal ...Gilles Dubochet2008-03-221-8/+0
| | | | | Hopefully that fixes CLDC's incapacity to deal with floating points.
* Fixed issue #668, removed fix for issue #602.Gilles Dubochet2008-03-211-0/+34
|
* Fixed issues #584 and #602.Gilles Dubochet2008-03-201-7/+19
|
* Fixed svn propertiesmihaylov2008-03-193-3/+3
|
* updated RichString on dotnet/cldcmichelou2008-02-261-10/+33
|
* switched to Scala implementation of StringBuildermichelou2008-02-063-80/+437
|
* import Predef._michelou2008-01-311-0/+2
|
* fixed #423, added integer square root (CLDC)michelou2008-01-312-5/+152
|
* no Liftcode on CLDC toomichelou2008-01-211-0/+30
|
* updated CLDC library for Class[T]michelou2007-12-215-26/+20
|
* Maybe fixed CLDC build.Gilles Dubochet2007-11-301-382/+79
|
* Structural calls should be faster thanks to met...Gilles Dubochet2007-11-291-0/+626
| | | | | | Structural calls should be faster thanks to method caching. Fixed issue #192.
* removed FloatTag/DoubleTag (CLDC)michelou2007-11-281-15/+15
|
* Fixed runtime.StringAdd for MSIL and CLDCmichelou2007-11-261-0/+22
|
* reenabled actor exit in partestmichelou2007-11-191-4/+4
|
* fixed #176 (CLDC build)michelou2007-11-189-75/+1525
|
* Integrated J2ME version of the library as of re...mihaylov2007-06-1324-0/+2013
Integrated J2ME version of the library as of rev 12002