summaryrefslogtreecommitdiff
path: root/src/library/scala/sys
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-282-9/+9
* | 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
* | Merge pull request #4875 from slothspot/ticket/9454Lukas Rytz2015-12-182-9/+14
|\ \
| * | [SI-9454] Add isAlive method into sys.process.Process traitDmitry Melnichenko2015-12-112-9/+14
* | | SI-9583: Update SystemProperties.empty to return a mutable.Map to fix buildersShane Delmore2015-12-101-1/+1
|/ /
* | SI-9555 Refactor SystemProperties to avoid mutable mapJason Zaugg2015-11-131-17/+17
* | 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
* | Align noTraceSuppression val names to system property nameJanek Bogucki2015-07-201-1/+3
* | Merge remote-tracking branch 'origin/2.11.x' into merge/2.11.x-to-2.12.x-2015...Jason Zaugg2015-07-132-0/+5
|\|
| * SI-9206: REPL custom welcome messageSom Snytt2015-06-232-0/+5
* | Merge branch '2.11.x' into merge/2.11.x-to-2.12.x-20150624Jason Zaugg2015-06-241-3/+4
|\|
| * SI-9206 BooleanProp if set and not untrueSom Snytt2015-06-181-3/+4
* | 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
* | SI-7775 Exclude nulls when iterating sys propsSom Snytt2015-03-021-2/+9
* | 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
* | Merge commit '7ba38a0' into merge/2.11.x-to-2.12.x-20150129Jason Zaugg2015-01-291-0/+2
|\|
| * Correct collections variable definitions to avoid many scaladoc warnings.Eugene Vigdorchik2014-11-061-0/+2
* | Merge commit '1b98061' into merge/2.11.x-to-2.12.x-20140915Jason Zaugg2014-09-161-5/+4
|\|
| * SI-8817 Correct scaladoc for scala.sys.addShutdownHookterma2014-09-111-5/+4
| * [backport] Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-111-1/+1
* | Merge pull request #3920 from rubyu/issue/7350Grzegorz Kossakowski2014-09-013-73/+93
|\ \
| * | SI-7350 Prevent resource leaks in PipedProcesses.runAndExitValue()rubyu2014-08-073-73/+93
| |/
* / Fixes cut sentences in the generated scaladocsDominik Gruntz2014-08-061-1/+1
|/
* 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