summaryrefslogtreecommitdiff
path: root/src/library/scala/Console.scala
Commit message (Expand)AuthorAgeFilesLines
* Fixed a number of faulty Scaladoc comments in l...Gilles Dubochet2010-01-261-1/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Removed everything deprecated in 2.7.3 or earli...Paul Phillips2009-11-121-33/+0
* fix cyclic reference errors in scaladoc.Lukas Rytz2009-11-041-3/+0
* changed standard library so that it does not re...Martin Odersky2009-10-281-1/+2
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-1/+1
* Added Console.setErr and Console.withErr methods.Philipp Haller2009-08-241-4/+40
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-3/+2
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-1/+1
* Modified all boxing methods to use java.lang.{P...Paul Phillips2009-04-081-17/+7
* removed deprecated warning, updated svn props, ...michelou2009-03-101-19/+23
* Updated (all) copyright notices to 2009Antonio Cunei2009-01-131-1/+1
* Changes/deprecation of Console.format. Geoffrey Washburn2008-07-241-5/+6
* Fixed (most of) the varargs warnings in the com...Miles Sabin2008-07-011-1/+1
* Check in revised fix to Console.readLine, etc.Geoffrey Washburn2008-06-091-22/+104
* Console.readLine() now throws EOFException inst...Geoffrey Washburn2008-05-011-3/+7
* Improvements to genprodGeoffrey Washburn2008-04-161-3/+5
* Trunk version of console now uses printf.Geoffrey Washburn2008-04-081-6/+5
* New reorg planGeoffrey Washburn2008-04-071-0/+345
* The great library reorg!Geoffrey Washburn2008-04-041-345/+0
* Undid most of the valueOf optimizations as they...Geoffrey Washburn2008-03-041-5/+15
* Should generally use valueOf when constructing ...Geoffrey Washburn2008-03-031-5/+5
* Using java.lang.Boolean.valueOf(...) is more ef...Geoffrey Washburn2008-03-031-1/+1
* Fixed ticket #221: incorrect ScalaDoc for Conso...Gilles Dubochet2007-11-061-11/+7
* corrected another typomichelou2007-06-141-4/+4
* added Nik's contrib to script.jsmichelou2007-06-141-25/+25
* Renamed Fluid to DynamicVariableLex Spoon2007-05-211-9/+9
* Fixed a small bug in scala.Console.readShort()mihaylov2007-03-271-1/+1
* (1) added readLong to Console.Martin Odersky2007-03-221-0/+5
* fixed bugs 948/971;Martin Odersky2007-03-051-12/+12
* Removed Pair(...), Triple(...).Martin Odersky2007-02-211-4/+4
* changed tuple syntax to (...)Martin Odersky2007-02-131-3/+3
* Merged the dotnet-scala branchmihaylov2007-02-061-3/+3
* changed pair(...) to {...}Martin Odersky2007-02-051-3/+3
* Fixed some bugs, added test case for ConsoleIulian Dragos2007-01-311-0/+12
* fixed Console.printfMartin Odersky2007-01-311-1/+1
* uncurried Console.printfmichelou2007-01-311-10/+23
* Uncommented printfIulian Dragos2007-01-311-2/+2
* Reverted Lex's changes until we fix the type ch...Iulian Dragos2007-01-191-2/+2
* Replaced == null()eq null(ne null)mihaylov2006-11-131-2/+2
* Replaced java.io._ with specific importsmihaylov2006-11-101-2/+4
* Refactored portability supportmihaylov2006-11-011-6/+8
* Moved scala.runtime.compat to scala.compatmihaylov2006-10-081-4/+2
* Made Console.out and Console.in publicLex Spoon2006-09-121-2/+2
* cleaned up code in library/scala/**/*.scalamichelou2006-08-311-275/+278
* Changed Fluid.set to Fluid.value_=, per a sugge...Lex Spoon2006-03-241-2/+2
* Added a Fluid class, and used it to allow consoleLex Spoon2006-03-211-12/+62
* Use 'mixin class' instead of 'trait'mihaylov2006-03-031-2/+0
* Rearranged header and updated copyright messagemihaylov2006-03-021-2/+5
* Switching to the new build system and to the ne...Gilles Dubochet2005-12-191-0/+253