Daniel Kochmański
|
1d495a2ede
|
cosmetic: remove empty line
|
2017-03-23 18:46:30 +01:00 |
|
Daniel Kochmański
|
66e808728c
|
fix typos
|
2017-03-23 18:41:03 +01:00 |
|
Daniel Kochmański
|
53a9d5d454
|
run-program: add process finalizer
|
2017-03-23 18:09:42 +01:00 |
|
Daniel Kochmański
|
a3a040aa8d
|
run-program: don't shadow original arguments
|
2017-03-23 18:09:18 +01:00 |
|
Daniel Kochmański
|
74f4300aa0
|
run-program: arg-prep: add informative comment
|
2017-03-23 18:07:57 +01:00 |
|
Daniel Kochmański
|
925196c453
|
signals: remove sigchld handling
It caused races with waitpid previously masked by fast code in
unixsys.d.
|
2017-03-23 15:43:59 +01:00 |
|
Daniel Kochmański
|
3cbede6606
|
external-process-status: take into account other states
|
2017-03-23 14:06:16 +01:00 |
|
Daniel Kochmański
|
2991c8f27e
|
cmp:run-program: show exact command
|
2017-03-23 13:51:52 +01:00 |
|
Daniel Kochmański
|
f72943f4d1
|
Merge branch 'refactor-run-program' of gitlab.com:embeddable-common-lisp/ecl into refactor-run-program
|
2017-03-22 10:25:47 +01:00 |
|
Daniel Kochmański
|
b5d8310f42
|
run-program: don't add process to global list if wait = t
|
2017-03-22 10:24:23 +01:00 |
|
Daniel Kochmański
|
d2f760970f
|
fix: sigchld-handler takes key parameter process
|
2017-03-21 18:33:56 +01:00 |
|
Daniel Kochmanski
|
bc9b33168c
|
test: sigchld-handler: adjust for cygwin
|
2017-03-20 22:15:42 +01:00 |
|
Daniel Kochmański
|
135a43a027
|
tests: run-program: add status-hook tests
|
2017-03-20 21:05:13 +01:00 |
|
Daniel Kochmański
|
afad65bcc6
|
cosmetic: typo
|
2017-03-20 21:05:04 +01:00 |
|
Daniel Kochmanski
|
17f4e28249
|
create-descriptor: cygwin is handled like UNIX
|
2017-03-20 07:21:42 +01:00 |
|
Daniel Kochmanski
|
26c74e39a6
|
run-program: fix windows interactive streams
|
2017-03-19 22:31:09 +01:00 |
|
Daniel Kochmanski
|
a16c006d94
|
windows: remove unused variables
|
2017-03-19 21:28:55 +01:00 |
|
Daniel Kochmanski
|
d6c8fec000
|
tests: run-program: test more stream cases
|
2017-03-19 21:28:32 +01:00 |
|
Daniel Kochmanski
|
1cff676abd
|
debugger: be more error-prone in debugger
|
2017-03-19 21:27:50 +01:00 |
|
Daniel Kochmański
|
43c19eafe2
|
run-program: don't handle nil stream in unixsys
Valid values are either :stream or stream object, prepare null
earlier.
|
2017-03-18 20:06:46 +01:00 |
|
Daniel Kochmański
|
7a76c928f3
|
run-program: tests: fix typo
|
2017-03-18 09:52:22 +01:00 |
|
Daniel Kochmański
|
ad0fad5b06
|
external-program: don't reuse core.null-stream
|
2017-03-18 09:52:05 +01:00 |
|
Daniel Kochmanski
|
1651219474
|
tests: run-program: windows: fix terminate answers
|
2017-03-17 12:21:21 +01:00 |
|
Daniel Kochmanski
|
716ab71010
|
windows: fix make check
|
2017-03-17 11:53:52 +01:00 |
|
Daniel Kochmański
|
4256ac7e2b
|
tests: run-program: add test for escape-arguents (windows)
|
2017-03-17 09:37:08 +01:00 |
|
Daniel Kochmański
|
656696e62a
|
tests: run-program: add test for various values for streams
|
2017-03-17 09:32:03 +01:00 |
|
Daniel Kochmański
|
a307623564
|
cosmetic: improve gitignore
|
2017-03-17 08:11:49 +01:00 |
|
Daniel Kochmański
|
d6f3db6603
|
Merge branch 'develop' into refactor-run-program
|
2017-03-15 19:07:46 +01:00 |
|
Daniel Kochmański
|
d478e84444
|
Merge branch 'develop' of gitlab.com:embeddable-common-lisp/ecl into develop
|
2017-03-15 19:00:30 +01:00 |
|
Daniel Kochmański
|
36a1494a56
|
Merge branch 'kjak/ecl-develop' into develop
|
2017-03-15 18:49:02 +01:00 |
|
Daniel Kochmański
|
3d25012c55
|
Merge branch 'develop' into 'develop'
add an example for build asdf with dependence
See merge request !59
|
2017-03-15 17:27:14 +00:00 |
|
Bo Yao
|
fb7117a171
|
add an example for build asdf with dependence
|
2017-03-15 13:08:34 -04:00 |
|
Kris Katterjohn
|
3b1db15c2b
|
Use some previously unused variables
|
2017-03-14 15:57:03 -05:00 |
|
Kris Katterjohn
|
5095097a6a
|
Wrap variable definitions in #ifdef's to avoid unused-variable warnings
|
2017-03-14 15:53:32 -05:00 |
|
Kris Katterjohn
|
892a3e92f3
|
Remove some unused variables
|
2017-03-14 15:51:13 -05:00 |
|
Daniel Kochmański
|
71f71a5924
|
Merge branch 'develop' into refactor-run-program
|
2017-03-13 21:24:28 +01:00 |
|
Daniel Kochmański
|
da0a9b6f65
|
Merge branch 'develop' into 'develop'
Some improvements to the help output
See merge request !57
|
2017-03-13 06:51:38 +00:00 |
|
Kris Katterjohn
|
5f0dc68ec3
|
Fix some typos in help output
|
2017-03-12 19:48:28 -05:00 |
|
Kris Katterjohn
|
348443db93
|
Correct the abbreviation for :print in stepper help output
|
2017-03-12 19:41:16 -05:00 |
|
Kris Katterjohn
|
ab6efd0a0c
|
Fix whitespace issues in stepper help output [3/3]
Ignore additional whitespace in the description of :skip
|
2017-03-12 19:39:09 -05:00 |
|
Kris Katterjohn
|
6dfa232e72
|
Fix whitespace issues in stepper help output [2/3]
Realign so that "[Stepper command]" and "[Abbreviation]" are lined
up with each other and with the break, help and toplevel commands.
|
2017-03-12 19:37:15 -05:00 |
|
Kris Katterjohn
|
e61f67bd78
|
Fix whitespace issues in stepper help output [1/3]
Realign the quick summaries to line up each other and with the quick
summaries for the break, help and toplevel commands.
|
2017-03-12 19:33:40 -05:00 |
|
Daniel Kochmański
|
0e3d9d685d
|
Merge branch 'fix#363' into 'develop'
fix #363 make check fail with "Odd number of keys."
Closes #363
See merge request !54
|
2017-02-27 16:09:45 +00:00 |
|
Fabrizio Fabbri
|
f0ae1b2d63
|
Reduce warning with clang compiler.
|
2017-02-25 02:40:03 +01:00 |
|
Fabrizio Fabbri
|
91dae272cd
|
fix #363 make check fail with "Odd number of keys."
|
2017-02-25 02:39:28 +01:00 |
|
Daniel Kochmański
|
a9eb112a99
|
file.d: fix invalid predicate call
|
2017-02-23 20:19:46 +01:00 |
|
Daniel Kochmański
|
307d6b5c2d
|
unicode: initialize array correctly
Fix sent by Jerry James.
|
2017-02-23 20:18:55 +01:00 |
|
Daniel Kochmański
|
6c343fd334
|
safe-run-program: return code
|
2017-02-21 09:22:30 +01:00 |
|
Daniel Kochmański
|
487e671d34
|
process: reduce code nesting
|
2017-02-21 08:59:48 +01:00 |
|
Daniel Kochmański
|
488797c910
|
don't duplicate parent_error
|
2017-02-21 08:59:05 +01:00 |
|