summaryrefslogtreecommitdiff
path: root/src/library
Commit message (Collapse)AuthorAgeFilesLines
* for the subArray method in all the boxed array ...Lex Spoon2006-05-1910-10/+10
| | | | | | for the subArray method in all the boxed array classes, use the specified starting offset instead of 0
* Fixed bug 593Martin Odersky2006-05-161-1/+1
|
* Fixed bug 594Martin Odersky2006-05-161-2/+7
|
* removed xsd stuffBurak Emir2006-05-093-119/+0
|
* Changed array unboxing to use classes rather th...Martin Odersky2006-05-0512-31/+57
| | | | | Changed array unboxing to use classes rather than strings.
* added support of class literalsMartin Odersky2006-05-052-119/+133
|
* added zipWithIndex to several collection classesLex Spoon2006-05-055-0/+90
|
* added a comment about variance in the type para...Lex Spoon2006-05-041-0/+4
| | | | | added a comment about variance in the type parameter
* added loadStringLex Spoon2006-04-271-1/+5
|
* uncommented override varBurak Emir2006-04-252-3/+3
|
* commentBurak Emir2006-04-211-1/+3
|
* dont munch exceptionBurak Emir2006-04-211-1/+3
|
* added options '-windowtitle' and '-documenttitl...michelou2006-04-122-64/+62
| | | | | | | | added options '-windowtitle' and '-documenttitle' to command scaladoc added attributes 'windowtitle' and 'documenttitle' to Ant task 'Scaladoc' added option '-encoding iso-8859-1' in script test/scalatest removed leading tabs in scala/xml/*.scala
* Removed scala/Ref.javamihaylov2006-04-101-28/+0
|
* Rewrote All$ and AllRef$ in Scalamihaylov2006-04-062-5/+5
|
* Removed the unused scala.runtime.{IOMap,FHV_Has...mihaylov2006-04-063-282/+0
| | | | | Removed the unused scala.runtime.{IOMap,FHV_Hash,AtomicReference} Java classes
* corrected indentation in files scala/runtime/Bo...michelou2006-04-053-17/+17
| | | | | corrected indentation in files scala/runtime/Boxed<pt>.java
* Removed the source for the primitive types; cre...mihaylov2006-04-0510-1168/+0
| | | | | | Removed the source for the primitive types; create them in the compiler (in class Definitions) instead
* changed how a Fluid's ThreadLocal instance get...Lex Spoon2006-04-051-3/+4
| | | | | changed how a Fluid's ThreadLocal instance gets its initial value
* Cleaned up the box classesmihaylov2006-04-049-80/+23
|
* Removed unused methods from the code of the pri...mihaylov2006-04-039-99/+17
| | | | | Removed unused methods from the code of the primitive types
* Cleaned up the code of the primitive typesmihaylov2006-04-029-1025/+927
|
* added more functionality to test/clitestmichelou2006-03-311-4/+2
| | | | | corrected bug in file scala/concurrent/pilib.scala
* fixed several old bugsMartin Odersky2006-03-311-0/+30
|
* comments, plus little spec-conformance fix to d...Burak Emir2006-03-311-23/+54
| | | | | comments, plus little spec-conformance fix to descendants
* more like spec nowBurak Emir2006-03-311-1/+4
|
* Fixed more SVN propertiesGilles Dubochet2006-03-302-1/+1
|
* fixed svn properties of NonLocalReturnException...mihaylov2006-03-301-1/+3
| | | | | fixed svn properties of NonLocalReturnException.scala
* Added BoxedArray.toArray method to override Seq...mihaylov2006-03-281-0/+7
| | | | | Added BoxedArray.toArray method to override Seq.toArray for efficiency
* Moved codification to its own phase.Gilles Dubochet2006-03-274-24/+43
|
* undid import Predef._, after resolving dependen...Burak Emir2006-03-2510-20/+1
| | | | | undid import Predef._, after resolving dependency in TopScope.
* undid consolidation in object XML, and added im...Burak Emir2006-03-2516-26/+29
| | | | | | undid consolidation in object XML, and added import Predef._ to all files that needed it. strange.
* consolidated constants in object XMLBurak Emir2006-03-253-8/+9
|
* removed type alias for uniformityBurak Emir2006-03-251-2/+2
|
* removed some type aliases form uniformityBurak Emir2006-03-2511-49/+49
|
* handle xml:space in printingBurak Emir2006-03-252-4/+17
|
* handle xml prefix nowBurak Emir2006-03-251-8/+8
|
* added binding for xml prefixBurak Emir2006-03-251-5/+13
|
* Changed Fluid.set to Fluid.value_=, per a sugge...Lex Spoon2006-03-242-3/+3
| | | | | Changed Fluid.set to Fluid.value_=, per a suggestion by Stefan M. Aust
* for continuationsBurak Emir2006-03-241-0/+53
|
* added header and author in file scala/util/Flui...michelou2006-03-211-0/+13
| | | | | added header and author in file scala/util/Fluid.scala
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-212-12/+123
| | | | | | to have new input and output streams temporarily pushed in a thread-sensible way.
* 1.Gilles Dubochet2006-03-2065-3440/+0
| | | | | | 2. ScalaTool Ant task updated to be more flexible. 3. Build now generates a separate archive for DBC (also changed in source layout).
* Fixed problem in 2.Martin Odersky2006-03-201-1/+1
|
* 1.Martin Odersky2006-03-2012-82/+111
| | | | | | | | 2. Changed method compareTo in class Ordered to compare. 3. Moved retsynch to pending 4. Fixed bug 550
* added missing file scala/runtime/NonLocalReturn...michelou2006-03-181-0/+13
| | | | | added missing file scala/runtime/NonLocalReturnException.scala
* Improved the efficiency of Iterator.filter and ...mihaylov2006-03-152-18/+27
| | | | | Improved the efficiency of Iterator.filter and BufferedIterator.buffer
* removed asList, change \Burak Emir2006-03-141-5/+3
|
* prtty printer update plus node::\ methodBurak Emir2006-03-142-6/+12
|
* Improved scaladoc comment for class CountedIter...mihaylov2006-03-141-2/+1
| | | | | Improved scaladoc comment for class CountedIterator