Displaying 2 results from an estimated 2 matches for "ev_backcmd".
2012 Jul 02
0
[klibc:master] [EVAL] Remove unused EV_BACKCMD flag
...libs/klibc/klibc.git;a=commit;h=4467d6e5caa5c97023c824114cf76c7d862340e5
Author: Jonathan Nieder <jrnieder at gmail.com>
AuthorDate: Thu, 7 Jul 2011 11:55:42 +0800
Committer: maximilian attems <max at stro.at>
CommitDate: Mon, 2 Jul 2012 10:38:03 +0200
[klibc] [EVAL] Remove unused EV_BACKCMD flag
The original ash defered forking commands in backquotes so builtins
could be run in the same context as the shell. This behavior was
controlled using the EV_BACKCMD to evaltree.
Unfortunately, as Matthias Scheler noticed in 1999 (NetBSD PR/7814),
the result was counterintuitive; for example...
2012 Oct 05
0
2.0.2 klibc release
...rning: variable 'oldstackp' set but not used
[klibc] [MEMALLOC] Avoid clang warning about dead store to "size"
[klibc] [EVAL] Avoid using undefined handler
[klibc] Avoid overflow for very long variable name
Jonathan Nieder (2):
[klibc] [EVAL] Remove unused EV_BACKCMD flag
[klibc] [OUTPUT] Make outc an inline function
Steve McIntyre (1):
[klibc] arm/setjmp.S: fix longjmp
Thorsten Glaser (3):
[klibc] arm: fix trashing of callee-saved registers in thumb setjmp()
[klibc] arm: unbreak armhf shared binaries (those with thumb)
[klibc] a...