summaryrefslogtreecommitdiff
path: root/src/dotnet-library
Commit message (Collapse)AuthorAgeFilesLines
...
* 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