summaryrefslogtreecommitdiff
path: root/src/library/scala/Console.scala
Commit message (Expand)AuthorAgeFilesLines
* Group Console and AnsiColor entities and add usage examplesJanek Bogucki2016-05-231-14/+132
* Improve naming of ReadStdinSimon Ochsenreither2014-01-181-15/+15
* Maintenance of Predef.Paul Phillips2013-02-121-295/+49
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Address doc comment rot in the standard library.Jason Zaugg2012-05-131-1/+0
* 2nd round of clean ups (see r25285)michelou2011-07-151-7/+8
* cleanups (scaladoc 2, deprecation warnings, tra...michelou2011-07-131-16/+14
* Applying davetron5000's Console docs patch.Aleksandar Pokopec2011-02-141-93/+137
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* 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