summaryrefslogtreecommitdiff
path: root/src/library/scala/sys/process
Commit message (Expand)AuthorAgeFilesLines
* `def run(log: ProcessLogger, connectInput: Boolean): Process` doesn't block u...Pablo Fco. Pérez Hidalgo2017-03-241-4/+3
* Changing deprecation warning to lineStreamMarkus Jura2017-02-131-2/+2
* Merge pull request #5481 from som-snytt/issue/10007-processLukas Rytz2016-11-182-22/+26
|\
| * SI-10007 sys.process thread syncSom Snytt2016-11-172-22/+26
* | Typo and spelling correctionsJanek Bogucki2016-11-112-3/+3
|/
* Merge 2.11.x into 2.12.xAdriaan Moors2016-10-182-9/+9
|\
| * In ProcessBuilder docs, replace .lines w/ .lineStreamPaul Kernfeld2016-09-162-9/+9
* | Typo fix in scala.sys.process.ProcessBuilder.Steven Mitchell2016-08-021-2/+2
* | Lower-case spelling of @deprecated messagesSimon Ochsenreither2016-05-281-8/+8
* | 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