summaryrefslogtreecommitdiff
path: root/src/dotnet-library
Commit message (Collapse)AuthorAgeFilesLines
* in fact the tests in the main function doesn't ...jeberle2008-04-221-0/+1
| | | | | | in fact the tests in the main function doesn't compile for dot-net target... ?? I'll try to get that fixed.
* Sorting.scala is platform-independentjeberle2008-04-221-1/+0
|
* added all the empty dotnet-library files that w...jeberle2008-04-22128-0/+128
| | | | | | | | added all the empty dotnet-library files that where not included while compiling for msil. Now we can include **/*.scala in the build.xml. Next step : implement some of these empty files or delete them if the original file (in scala library) also compile for the dotnet target.
* removing PagedSeq.scala from dotnet-libraryLukas Rytz2008-04-091-0/+1
|
* More stubs for MSIL, but I do not have the pati...Geoffrey Washburn2008-04-0710-0/+9
| | | | | | | | More stubs for MSIL, but I do not have the patience to create all of them at the moment. So for now the MSIL build is still a special case. We should have the students working on MSIL finish creating stubs (and perhaps implement some of them).
* Closer to having MSIL build again.Geoffrey Washburn2008-04-0758-3/+68
|
* New reorg planGeoffrey Washburn2008-04-0733-0/+3943
|
* The great library reorg!Geoffrey Washburn2008-04-0433-3943/+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.
* Fixed svn propertiesmihaylov2008-03-192-2/+2
|
* minor fix (bis)michelou2008-02-281-3/+3
|
* minor fixmichelou2008-02-281-2/+2
|
* updated currentTime (dotnet)michelou2008-02-281-2/+8
|
* updated RichString on dotnet/cldcmichelou2008-02-261-16/+36
|
* fixed #468 (msil)michelou2008-02-221-24/+85
|
* removed RichString methods and @throwsmichelou2008-02-211-47/+317
|
* switched to Scala implementation of StringBuildermichelou2008-02-066-134/+446
|
* fixed #423, added integer square root (CLDC)michelou2008-01-311-1/+1
|
* added toBinary-/toHex-/toOctalString (Long)michelou2008-01-181-0/+30
|
* updated RichClassmichelou2007-12-212-5/+5
|
* updated MSIL library for class[T]michelou2007-12-215-21/+17
|
* format -> formattedMartin Odersky2007-11-301-1/+1
|
* Fixed runtime.StringAdd for MSIL and CLDCmichelou2007-11-261-0/+28
|
* fixed #176 (CLDC build)michelou2007-11-181-12/+30
|
* moved runtime.TypeRep to branch (not yet mature)michelou2007-11-051-1/+4
|
* added missing override modifier (msil)michelou2007-11-021-1/+1
|
* fixed #202 (NaN), refactored codemichelou2007-10-301-3/+3
|
* Updated lib/mscorlib to Mono 1.2.5, added bin/h...michelou2007-09-251-0/+39
| | | | | | Updated lib/mscorlib to Mono 1.2.5, added bin/hex/oct conversions in class RichInt
* Updated src/dotnet-library/READMEmihaylov2007-09-171-4/+64
|
* Synced src/dotnet-library with rev 12880 of src...mihaylov2007-09-173-20/+48
| | | | | Synced src/dotnet-library with rev 12880 of src/library
* added class List without serialization codemichelou2007-09-132-1/+1227
|
* corrected typo in type argument (collection.Set)michelou2007-09-041-1217/+0
|
* Updated STARR to Scala-2.6.0-RC2michelou2007-08-231-0/+1217
|
* minor change (msil)michelou2007-07-252-5/+7
|
* added class scala.Randommichelou2007-07-241-0/+74
|
* Synced dotnet-library/ with rev 12365mihaylov2007-07-193-15/+40
|
* removed "fromString" warningsmichelou2007-07-171-1/+3
|
* Synced dotnet library with rev 12294mihaylov2007-07-132-8/+8
|
* fixed split method on JVMmichelou2007-06-131-0/+2
|
* Synced src/dotnet-library with rev 12018mihaylov2007-06-133-4/+6
|
* Merged dotnet-library with rev 11970 of the trunkmihaylov2007-06-119-257/+270
|
* minor changemichelou2007-05-291-3/+3
|
* Updated tests so they would pass.Sean McDirmid2007-05-221-9/+6
|
* Synced src/dotnet-library with src/library rev ...mihaylov2007-05-1510-39/+191
| | | | | Synced src/dotnet-library with src/library rev 11027
* Made mutable.{Set, BitSet} platform-independentmihaylov2007-05-011-0/+3
|
* updated for-comprehension syntaxmichelou2007-04-191-7/+7
|
* Synchronized src/dotnet-library with rev 10541 ...mihaylov2007-03-2710-182/+98
| | | | | Synchronized src/dotnet-library with rev 10541 of src/library
* Added the C# files to src/dotnet-library/scala/...mihaylov2007-02-0913-0/+300
| | | | | Added the C# files to src/dotnet-library/scala/runtime
* Removed some platform-agnostic files from src/d...mihaylov2007-02-095-124/+0
| | | | | Removed some platform-agnostic files from src/dotnet-library
* leave only .NET-specific files in src/dotnet-li...mihaylov2007-02-09358-31017/+340
| | | | | leave only .NET-specific files in src/dotnet-library
* Created src/dotnet-library from r9912 of src/li...mihaylov2007-02-07363-0/+32237
Created src/dotnet-library from r9912 of src/library