summaryrefslogtreecommitdiff
path: root/src/dotnet-library
Commit message (Collapse)AuthorAgeFilesLines
* More accumulated XML work, including removing s...Paul Phillips2009-09-252-2/+0
| | | | | | | More accumulated XML work, including removing some bits which were deprecated long ago or are visibly abandoned. Hopefully this will be the last XML patch for a while.
* Some more XML work as I prepare to deal with th...Paul Phillips2009-09-251-1/+0
| | | | | | | Some more XML work as I prepare to deal with the almost unfixable XML equality situation (sure, I can be equal to four different classes and their four different hashcodes, why do you ask?)
* [no content change] Fixed all SVN properties: m...Gilles Dubochet2009-09-24103-103/+103
| | | | | | | | [no content change] Fixed all SVN properties: mimes, EOL, executable. Id expansion is consistently enabled for Scala/Java/C# sources in 'src/' and consistently disabled and removed from everywhere else: there should not be any dead Id tags anymore.
* The results of examining many instances of !!! ...Paul Phillips2009-09-232-4/+2
| | | | | | | | | The results of examining many instances of !!! and seeing what I can do about rendering them less exclamatory. It is not completely out of the realm of possibility that I have calmed down something which would best have remained excited, but I am endeavoring to be more "daring" (in the words of the BAFL.)
* Resurrected the former contents of scala.io in ...Paul Phillips2009-09-113-3/+0
| | | | | | | | Resurrected the former contents of scala.io in their new home, scala.tools.nsc.io, and equipped them with fake beards and handlebar moustaches. Also restored the reverted bits of the compiler which had been taking advantage of them.
* Factored the InputStream-based implementations ...Paul Phillips2009-09-011-0/+1
| | | | | | Factored the InputStream-based implementations out of File into scala.io.Streamable, where they will eventually be reused by Source.
* Brushing some of the cobwebs off the denizens o...Paul Phillips2009-08-312-2/+0
| | | | | | | Brushing some of the cobwebs off the denizens of scala.xml. I am removing bits of XML code which are clearly unfinished and which nothing anywhere in the compiler or library uses.
* Initial implementation of scala.io.Process.Paul Phillips2009-08-261-0/+1
|
* Skeletal implementation of scala.io.File.Paul Phillips2009-06-241-0/+1
| | | | | | | Separated default source code encoding (the one specified by -encoding) from default system encoding, because otherwise you can't compile scala with the defaults on OSX.
* More work and documentation for GenericRanges, ...Paul Phillips2009-06-242-6/+3
| | | | | | More work and documentation for GenericRanges, plus minor findbugs noticed issues.
* Some incremental steps on overhauling IO.Paul Phillips2009-06-231-0/+1
| | | | | | | scala.io.Codec for encapsulating charset encoding/decoding info, and then uses that class as the world's first default/implicit parameter: see BufferedSource.fromInputStream.
* Created DelayedLazyVal for your def/val hybrid ...Paul Phillips2009-06-201-0/+1
| | | | | Created DelayedLazyVal for your def/val hybrid needs.
* Created scala.reflect.Invocation, which offers ...Paul Phillips2009-06-191-0/+1
| | | | | | | | | Created scala.reflect.Invocation, which offers an easy syntax for reflective method calls, like: "abcdefgh" o 'endsWith("gh") // returns Any val res: Boolean = "abc" oo 'endsWith("z") // casts to expected type
* Removed some useless files which declare themse...Paul Phillips2009-06-186-6/+0
| | | | | | | Removed some useless files which declare themselves non-existent for the dotnet target, clearly without realizing they don't exist for any other target either.
* A RichClass for the java side which offers type...Paul Phillips2009-06-121-2/+2
| | | | | | | A RichClass for the java side which offers typed Constructors. Working around bug #1560 and improving on the java interface. Also a small experiment in the reflection department.
* Spoke soothingly to msil.Paul Phillips2009-06-041-0/+1
|
* towards fixing msil.Lukas Rytz2009-06-041-0/+1
|
* Fixed "scala.util.Random" in MSIL library.Gilles Dubochet2009-05-291-11/+14
|
* "scala.Random" has been deprecated since 2.7.2 ...Gilles Dubochet2009-05-291-77/+0
| | | | | | "scala.Random" has been deprecated since 2.7.2 (replaced by "scala.util.Random"), and will not be part of 2.8.
* Further development of the Numeric and Ordering...Paul Phillips2009-05-281-100/+3
| | | | | | | Further development of the Numeric and Ordering traits. Replaced Predef implicits from everything => Ordered with a single implicit from Ordering => Ordered.
* Implements feature request #2008.Gilles Dubochet2009-05-281-1/+22
|
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-273-5/+5
| | | | | | In "Iterable" and in all its subclasses, "iterator" replaces "elements" (and assorted changes).
* Dummies to please our MSIL overlords.Paul Phillips2009-05-263-0/+3
|
* fixed .net buildLukas Rytz2009-05-1647-1837/+1004
|
* epic MSIL hacking - Array compiles.Paul Phillips2009-05-081-0/+1
|
* added emtpy stub of PackratParsers for msilLukas Rytz2009-05-071-0/+1
|
* Synced src/dotnet-library with rev 17621 of src...Paul Phillips2009-05-0212-101/+251
| | | | | Synced src/dotnet-library with rev 17621 of src/library
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-1325-25/+25
|
* Updated copyright notices to 2009Antonio Cunei2009-01-0913-13/+13
|
* fixed two problems of msil buildLukas Rytz2008-12-172-479/+202
|
* 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
* copying 'scala.testing.Show' from 2.7.2 branch ...Lukas Rytz2008-10-161-0/+1
| | | | | copying 'scala.testing.Show' from 2.7.2 branch to trunk
* temporarly disabling OpenHashMap on .NET.Lukas Rytz2008-08-131-0/+4
|
* Checked in David's update to LongMap and IntMap.Geoffrey Washburn2008-08-063-3/+0
|
* David's new collections can't currently be used...Geoffrey Washburn2008-08-063-0/+3
| | | | | David's new collections can't currently be used on .NET.
* Move scala.Random -> scala.util.Random on .NETLukas Rytz2008-07-302-0/+77
|
* Fixes the msil build.Lukas Rytz2008-07-281-0/+17
| | | | | | | On .NET, the method fillInStackTrace does not exist (in System.Exception, which is aliased as RuntimeException). So NonLocalReturnException cannot override it.
* added EOLs, missing headersmichelou2008-06-1031-31/+31
|
* text.Document for .NET target (using System.IO....jeberle2008-05-271-1/+122
| | | | | text.Document for .NET target (using System.IO.TextWriter)
* commented some lines in Sorting.scala (they whe...jeberle2008-05-271-1/+0
| | | | | | commented some lines in Sorting.scala (they where only for testing) which doesn't compile in .NET.
* typo: s/assumptopm/assumption/lorch2008-05-261-1/+1
|
* Inner classes are now kept as such when compili...Lukas Rytz2008-05-211-4/+4
| | | | | Inner classes are now kept as such when compiling to .NET.
* Synced src/dotnet-library with rev 15086 of src...Lukas Rytz2008-05-2010-98/+427
| | | | | Synced src/dotnet-library with rev 15086 of src/library
* fixed #681jeberle2008-05-201-10/+21
| | | | | | | Changes in the Comparator.cs, called when using "==". And recompiled scalaruntime.dll. Perhaps the code can be better (simplifying the condition), but it works.
* Added depreciated annotation and comment to kee...Geoffrey Washburn2008-05-191-1/+3
| | | | | | Added depreciated annotation and comment to keep it synchronized with the JVM standard library.
* removed again 'override' on + of dotnet ListLukas Rytz2008-05-191-1/+1
|
* changed copying of .net / jvm14 libraries.Lukas Rytz2008-05-091-1/+1
|
* added the dotnet version of Manifest.scalajeberle2008-05-061-0/+127
|
* 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
|