summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/process/BasicIO.scala
Commit message (Expand)AuthorAgeFilesLines
* Use System.lineSeparator, rather than sys.propsJason Zaugg2016-03-291-1/+1
* Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-011-1/+1
|\
| * Fix many typosMichaƂ Pociecha2015-04-211-1/+1
* | SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-071-1/+1
|/
* SI-6488 Interrupt i/o threads on process destroySom Snytt2013-05-151-10/+18
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* 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
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* Whitespace commit.Paul Phillips2012-02-291-1/+1
* Move code to a better place.Daniel C. Sobral2012-02-171-2/+3
* Major rewrite of sys.process documentation.Daniel C. Sobral2012-02-151-0/+111
* Close file descriptor leak in sys.process.Daniel C. Sobral2012-02-151-6/+12
* Document the usage and methods of scala.sys.pro...Josh Suereth2011-08-311-0/+6
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-0/+1
* Fixed all the forms of process input/output red...Paul Phillips2011-02-121-13/+14
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Purely detabification of the process code.Paul Phillips2011-01-121-80/+80
* More fiddling with the process code.Paul Phillips2011-01-121-8/+37
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-0/+81