summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/process
Commit message (Expand)AuthorAgeFilesLines
* SI-9684 Deprecate JavaConversionsSom Snytt2016-04-221-2/+2
* Use System.lineSeparator, rather than sys.propsJason Zaugg2016-03-291-1/+1
* Resolve warnings related to SyncVar#setKota Mizushima2016-03-182-5/+5
* [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-112-9/+14
* Merge commit 'bb3ded3' into merge-2.11-to-2.12-oct-5Lukas Rytz2015-10-051-2/+2
|\
| * Fix typo in Process.scalaRyan Zhang2015-09-291-2/+2
* | Merge commit 'a170c99' into 2.12.xLukas Rytz2015-09-221-2/+2
|\|
| * Improve drifted URLsJanek Bogucki2015-09-091-2/+2
* | Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-08-201-1/+2
|\|
| * Wait until the cat process is finished.Li Yao2015-08-071-1/+2
| * Fix the bug in the example in scala.sys.processLi Yao2015-07-111-1/+1
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-05-012-2/+2
|\|
| * Fix many typosMichał Pociecha2015-04-212-2/+2
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-01-291-1/+1
|\|
| * Fix scaladoc OutpuStream typoEric Peters2014-12-121-1/+1
* | SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-073-73/+93
|/
* SI-5994 battling implicits for String.linesRex Kerr2014-02-102-14/+36
* Fix typos in documentationOlivier Blanvillain2013-12-281-1/+1
* Fix typo in documentation.Jiawei Li2013-09-161-1/+1
* Merge pull request #2867 from mmorearty/patch-1Adriaan Moors2013-08-231-1/+1
|\
| * Fix typo in sample code in scaladoc for package scala.sys.processMike Morearty2013-08-231-1/+1
* | ProcessBuilder.lines(log) *does* throw an exception.Rike-Benjamin Schuppner2013-08-201-1/+1
|/
* Fix typo in DocumentationValerian2013-07-141-1/+1
* Remove dependency on xml in sys.process.Adriaan Moors2013-06-202-21/+1
* SI-6488 Interrupt i/o threads on process destroySom Snytt2013-05-152-12/+20
* Absolutized paths involving the scala package.Paul Phillips2013-05-037-7/+14
* Name boolean arguments in src/library.Jason Zaugg2013-03-053-18/+18
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-242-6/+6
* Merge pull request #2077 from vy/patch-3James Iry2013-02-121-1/+1
|\
| * Update src/library/scala/sys/process/package.scalaVolkan Yazıcı2013-02-061-1/+1
* | Update src/library/scala/sys/process/ProcessBuilder.scalaVolkan Yazıcı2013-02-061-20/+20
|/
* Fixed typo in ProcessBuilder scaladoc.secwall2013-01-221-1/+1
* Merge branch '2.10.0-wip' into merge-2.10.0Josh Suereth2012-11-058-8/+8
|\
| * Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-028-8/+8
* | SI-6488: Stop I/O threads prior to Process destructionDeclan Conlon2012-10-261-1/+4
|/
* More relative path elimination.Paul Phillips2012-09-153-4/+4
* Eliminate breaking relative names in source.Paul Phillips2012-09-142-2/+2
* Various improvements to SIP 18 diagnostics. Made scala library and compiler f...Martin Odersky2012-04-121-0/+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-156-158/+613
* Close file descriptor leak in sys.process.Daniel C. Sobral2012-02-151-6/+12
* Fix documentation stutters.Blair Zajac2011-12-061-1/+1
* Example in scala.sys.process didn't match the text that describes it. Fixed.Daniel C. Sobral2011-12-011-1/+2
* Big improvements to the documentation of collec...Heather Miller2011-10-091-8/+8
* Removed special comments on Martin's requestmichelou2011-09-291-4/+0
* fixed svn props, did some cleanupmichelou2011-09-171-0/+4
* Document the usage and methods of scala.sys.pro...Josh Suereth2011-08-316-10/+315
* 2nd round of clean ups (see r25285)michelou2011-07-151-11/+13
* Reducing the sbt launcher footprint by eliminat...Paul Phillips2011-05-011-0/+1