summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/process/ProcessImpl.scala
Commit message (Expand)AuthorAgeFilesLines
* SI-10007 sys.process thread syncSom Snytt2016-11-171-16/+18
* Resolve warnings related to SyncVar#setKota Mizushima2016-03-181-4/+4
* [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-111-7/+12
* SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-071-62/+72
* SI-6488 Interrupt i/o threads on process destroySom Snytt2013-05-151-2/+2
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-1/+1
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-5/+5
* Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-051-1/+1
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* | SI-6488: Stop I/O threads prior to Process destructionDeclan Conlon2012-10-261-1/+4
|/
* More relative path elimination.Paul Phillips2012-09-151-1/+1
* I wrote a warning when nullary methods return U...Paul Phillips2011-04-281-1/+1
* Fixed all the forms of process input/output red...Paul Phillips2011-02-121-2/+5
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Purely detabification of the process code.Paul Phillips2011-01-121-126/+126
* More fiddling with the process code.Paul Phillips2011-01-121-220/+221
* Imported sbt.Process into trunk, in the guise o...Paul Phillips2011-01-121-0/+232