]> gitweb.factorcode.org Git - factor.git/history - basis/io/launcher
Use canonical way to get HEAD SHA1
[factor.git] / basis / io / launcher /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-04-14 Doug Colemanio.launcher: use process-lines
2023-03-25 Doug Colemanio.launcher: Add run-processes and docs
2023-01-20 John BenediktssonSwitch to https urls
2023-01-15 John Benediktssonio.launcher.windows: adding test for +new-group+ output.
2023-01-15 John Benediktssonio.launcher.windows: don't set DETACHED_PROCESS for now
2023-01-13 John Benediktssonfix some unit-test syntax to use array instead of quota...
2022-01-25 John Benediktssoncore/basis/extra: using STARTUP-HOOK: and SHUTDOWN...
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-12 Doug Colemansequences: Add 1surround which is dup surround
2022-01-03 Alexander Ilinio.launcher-docs: fix example code to match its description
2021-12-21 Doug Colemanfactor: use more split/join words
2021-12-20 Doug Colemanfactor: qualifying blank?, random fixes, renamed test...
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemanio.files: exists? -> file-exists? and rename primitive.
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2021-10-23 Rudi Grinbergfix: add missing vocabulary in example
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-07-01 Doug Colemanunix: Add more posix_spawnp and rename fork-process...
2019-09-28 Doug Colemanio.launcher.unix: Fix test.
2018-07-17 Doug Colemanio.launcher: Add process-lines word.
2018-07-14 Doug Colemanfactor: Make source files/resources 644 instead of...
2018-03-16 Doug Colemanio.launcher.windows: Actually support +new-group+ and...
2018-01-20 John Benediktssonio.launcher.unix: cleanup find-process.
2017-06-01 Doug Colemanfactor: Add newlines to every line.
2016-11-27 John Benediktssonio.launcher: wait for new processes faster.
2016-11-09 John Benediktssonio.launcher: fix timeouts for process streams.
2016-10-31 Björn Lindqvistio.launcher.unix: better to use current-directory variable
2016-10-06 John Benediktssonio.launcher.windows: need to USE: io.launcher.private.
2016-09-20 Alexander Iljinio.launcher-docs: add notes on the hidden slot usage 1714/head
2016-09-20 Alexander Iljinio.launcher: hide processes created by (process-stream)
2016-09-20 Alexander Iljinio.launcher: add the hidden slot to the process tuple
2016-09-04 Björn LindqvistAdding escaping to CHAR: " -> CHAR: \"
2016-07-11 John Benediktssonuse ?delete-file instead of [ delete-file ] ignore...
2016-05-22 Alexander Iljindocs: minor fixes and amendments.
2016-04-04 John Benediktssonuse with-temp-file and with-temp-directory in some...
2016-04-01 John Benediktssonio: fix some temp-file uses in tests.
2016-03-19 John Benediktssoncleanup some uses of current-directory.
2016-03-18 John Benediktssonio.files.unique: change to create unique files and...
2016-03-18 John Benediktssonio.launcher.unix: simplify use of temp-directory.
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 John Benediktssonio.launcher: fix bad refactor.
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-07-20 Doug Colemanfactor: rename system:vm -> vm-path to differentiate...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-07-02 Doug Colemanfactor: clean up spaces in -tests files
2015-04-01 Doug Colemanio.launcher.windows tests: Use unique-file instead...
2014-12-31 John Benediktssonio.launcher: fix stack effects.
2014-12-30 John Benediktssonio.launcher: fix docs for with-process-reader and with...
2014-12-30 John Benediktssonio.launcher: add versions of with-process that preserve...
2014-12-30 John Benediktssonio.launcher: cleanup public interface, make some things...
2014-12-01 John Benediktssonmore minor cleanup.
2014-11-30 John Benediktssonremoving small and unnecessary files.
2014-11-18 Doug Colemanio.launcher.windows: Don't cd to directory when calling...
2014-11-17 John Benediktssonio.launcher: really minor cleanup.
2014-11-06 Benjamin PollackRemove executable bit from tons of files that aren't
2014-10-16 Doug Colemanio.launcher.windows: Make unit tests show that process...
2014-10-07 Doug Colemanio.launcher.windows.test/env.factor: Fix script for...
2014-07-10 Doug Colemanio.launcher: Example is not very cross-platform.
2014-07-10 Doug Colemanio.launcher: Fix help-lint for Windows. The examples...
2014-06-10 Björn Lindqvistio.launcher.windows.tests: many of the tests can result...
2014-04-14 Björn LindqvistDocs: fixed doc example errors triggered by help-lint...
2014-04-14 Björn LindqvistDocs: examples for io.launcher words
2014-04-04 John Benediktssonmore libc fixes.
2014-04-02 Björn Lindqvistlibc: several vocabs now need to depend on libc
2013-05-19 Doug Colemanio.launcher: Fix bug -- if dispose fails, still call...
2013-05-19 Doug Colemanio.launcher: Fix two potential bugs.
2013-03-24 Doug Colemanio.launcher.unix, unix.ffi: Reset ignored signal in...
2013-03-23 Doug Colemanassocs: Add of and ?of. Change all the things at once...
2012-09-22 John Benediktssonio.launcher.unix: fix tests to use arch in file names.
2012-07-26 Doug Colemanio.launcher.windows.tests: dos2unixfy it
2012-07-26 Doug Colemanio.launcher: Bad usage of if-zero. Fixes #584.
2012-07-17 John Benediktssonusing if-zero in even more places.
2011-11-24 Joe Groffuse radix literals
2011-11-08 Joe Groffio.launcher.windows: update tests for prompt
2011-11-02 Doug ColemanMake "foo.private" require load foo instead.
2011-10-31 Doug ColemanMake editors use the new path-finding vocabulary and...
2011-10-29 Doug ColemanChange order or articles in io.launcher.
2011-10-29 Doug ColemanAdd options to set the child process group id or sessio...
2011-10-29 Slava Pestovio.launcher: change kill-process to also close the...
2011-10-25 Doug ColemanUpdate Windows for word renames, fix lint errors
2011-10-11 Doug ColemanFix using list because I'm dumb for developing Windows...
2011-10-11 Doug ColemanProper double-quote and backslash escaping for windows...
2011-10-11 Doug ColemanOn Windows, escape command line arguments with double...
2011-09-19 Doug ColemanRemove Windows CE from core/ basis/ and build-support/
2011-09-07 Doug ColemanFix windows unit test
2011-09-07 Doug ColemanMake "quiet" true by default. Disable quiet mode for...
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
next