summaryrefslogtreecommitdiff
path: root/src/library/scala/io/BufferedSource.scala
Commit message (Expand)AuthorAgeFilesLines
* Remove unused imports and other minor cleanupsSimon Ochsenreither2015-12-181-2/+0
* SI-8690 BufferedSource.mkString mistakenly skipped the first char.Antoine Gourlay2014-06-291-1/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-3/+3
* SI-7356 - Source.mkString performs painfully slow (...)Rex Kerr2013-09-101-14/+32
* Make all numeric coercions explicit.Paul Phillips2013-05-271-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Next collections commit from Todd Vierling.Paul Phillips2011-11-071-2/+2
* Keep BufferedSource from losing buffered data w...Paul Phillips2011-07-011-10/+49
* Warning! Warning! Yes, that's what's in this co...Paul Phillips2011-06-291-2/+1
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-0/+1
* Modify BufferedSource to use a BufferedLineIter...Donna Malayeri2011-03-071-2/+15
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Restored Source factories to a form source comp...Paul Phillips2010-06-031-3/+3
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* Updated BufferedSource to use Iterator.continua...Paul Phillips2009-08-171-16/+1
* Various work on Codec/File/Source getting it in...Paul Phillips2009-08-171-49/+21
* A variety of work on scala.io.{ File, Source } ...Paul Phillips2009-08-161-11/+6
* Applied patch to fix #2104 and added test.Philipp Haller2009-06-301-6/+7
* Skeletal implementation of scala.io.File.Paul Phillips2009-06-241-2/+2
* Working my way toward a consistent interface fo...Paul Phillips2009-06-241-1/+1
* Some incremental steps on overhauling IO.Paul Phillips2009-06-231-59/+46
* Updated copyright notices to 2009Antonio Cunei2009-01-091-1/+1
* Fix for #1624.Antonio Cunei2009-01-071-12/+5
* Fix #1514Philipp Haller2008-11-261-1/+1
* early initialization fixes.Martin Odersky2008-07-091-1/+2
* More reorg.Geoffrey Washburn2008-04-071-0/+98
* The great library reorg!Geoffrey Washburn2008-04-041-93/+0
* added svn:keywords, updated headersmichelou2008-01-311-3/+3
* buffering when reading from an inputstreamBurak Emir2008-01-311-0/+93