hush: fix comments, no code changes
[oweals/busybox.git] / shell /
2009-03-31 Denis Vlasenkohush: fix comments, no code changes
2009-03-31 Denis Vlasenkohush: make ^C work again, ^Z probably isn't working
2009-03-31 Denis Vlasenkohush: do not reset sighaldlers after fork - instead...
2009-03-31 Denis Vlasenkohush: rework signal and trap handling. Some smaller...
2009-03-30 Mike Frysingerimplement `unset` semantics as required by POSIX
2009-03-30 Mike Frysingerupdate `trap` poisx link
2009-03-30 Mike Frysingerdo not automatically display job information when the...
2009-03-29 Mike Frysingerenable trap tests
2009-03-29 Mike Frysingerfirst pass at `trap` support in hush
2009-03-29 Mike Frysingeradd test cases for `trap` ... but disabled for now...
2009-03-29 Mike Frysingermark msh as deprecated
2009-03-29 Mike Frysingeruse bb_strtou() in umask/wait and check errno to see...
2009-03-29 Mike Frysingermake sure we check job status whenever updating the...
2009-03-28 Mike Frysingertest for invalid named variables
2009-03-28 Mike Frysingerdo not let handle_dollar() accept vars that start with...
2009-03-28 Mike Frysingerimplement `wait` builtin
2009-03-28 Denis Vlasenkoremove ((expr)) bash'ism
2009-03-28 Denis Vlasenkorandomconfig fix
2009-03-28 Mike Frysingerupdate the normally disabled debug code around the...
2009-03-28 Mike Frysingeradd hush tests for parameter expansion
2009-03-28 Mike Frysingerimplement most POSIX parameter expansions (~+500bytes)
2009-03-28 Mike Frysingermake sure we exit based on test failure rather than...
2009-03-28 Mike Frysingersplit up feature todo by posix/bash
2009-03-28 Mike Frysingerunify `set` handling with command line processing,...
2009-03-28 Mike Frysingerhandle the "-s" command line option that POSIX requires
2009-03-28 Mike Frysingerrename "-f" (fake) option to "-n" to match POSIX
2009-03-28 Mike Frysingertweak format modifier in debug code to fixup gcc warning
2009-03-28 Mike Frysingerconvert some of the ENABLE_FEATURE_EDITING from CPP...
2009-03-28 Mike Frysingerstop lying about [[ test support
2009-03-28 Mike Frysingermake lash deprecation more prominent
2009-03-26 Mike Frysingerenable most job functions on no-mmu systems
2009-03-23 Mike Frysingerdo not make startup banner depend on job support
2009-03-22 Mike Frysingermove parse_stream out of ENABLE_HUSH_TICK to avoid...
2009-03-22 Denis Vlasenkohush: rearrange functions to reduce amount of forward...
2009-03-22 Denis Vlasenkohush: fix segv at repeated "set -- a b c" + "shift"
2009-03-21 Denis Vlasenkohush: fix strcpy of potentially overlapping strings
2009-03-21 Denis Vlasenkomsh testsuite: fix false positive, tweak run stript
2009-03-20 Denis Vlasenkohush: tweak testsuite
2009-03-20 Denis Vlasenkohush: fix bug 207 and "hush -c" parameter passing.
2009-03-20 Denis Vlasenkoash: expand comment
2009-03-20 Denis Vlasenkohush: fix set [--] params. Closes bug 199.
2009-03-20 Denis Vlasenkoash: add missing comma in debug scaffolding
2009-03-20 Denis Vlasenkoash: fix a case where we close wrong descriptor; add...
2009-03-19 Denis Vlasenkoash: DEBUG should be 0 :)
2009-03-19 Denis Vlasenkoash: fix TRACE commands
2009-03-19 Denis Vlasenkoash: make evaltree save/restore int suppression depth.
2009-03-19 Denis Vlasenkodoc update
2009-03-19 Denis Vlasenkoash: in dotrap(), do not clear gotsig[] for SIGINT...
2009-03-19 Denis Vlasenkoash: tentatively fix bug 189.
2009-03-19 Denis Vlasenkoash: fix "ash -c 'exec 1>&0'" complaining that fd 0...
2009-03-09 Denis Vlasenko*: move get_sock_lsa and xwrite_str to libbb, use where...
2009-03-03 Denis Vlasenkomodprobe: emit "can't open 'modules.dep': (errno)"...
2009-02-15 Denis Vlasenkoash: make dot command search current directory first...
2008-12-30 Denis Vlasenkolibbb: add bb_unsetenv (taken from hush).
2008-12-23 Denis Vlasenkolibbb: introduce and use xmalloc_ttyname (-32 in bss).
2008-12-15 Denis Vlasenkoash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit...
2008-12-03 Denis Vlasenkoash: remove TODO which seems to actually work now.
2008-12-03 Denis Vlasenkoash: finally installed it as /bin/sh on my machine.
2008-11-28 Denis Vlasenkoash: add FIXME
2008-11-28 Denis Vlasenkoash: "ash: syntax error: XXX unexpected" -> "ash: synta...
2008-11-28 Denis Vlasenkoash: shrink on top of previous change
2008-11-28 Denis Vlasenkoash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
2008-11-25 Denis Vlasenkoash,hush: add TODO for rare build failure
2008-11-25 Denis Vlasenkoash: fix bad interaction between ash -c '....&' and...
2008-11-22 Denis Vlasenkoash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
2008-11-21 Denis Vlasenkoash: fix miscalculation of memory needed for eval tree
2008-10-29 Denis Vlasenkowhitespace fixes, no code changes
2008-10-27 Denis Vlasenkoash: add testcase for bug 5304
2008-10-27 Denis Vlasenkoash: fix "while kill -0 $child; do true; done" looping...
2008-10-20 Denis Vlasenkodc: conditionalize parts which require libm
2008-10-20 Denis Vlasenkoash: fix NOEXEC mode - we were forgetting to pass envir...
2008-10-20 Denis Vlasenkoash: fix a bug in standalone mode (corrupted getopt...
2008-10-14 Denis Vlasenkohush: add TODO
2008-10-14 Denis Vlasenkohush: next small step towards functions
2008-10-13 Denis Vlasenkohush: fix NOMMU bug (analogous to preceding commit...
2008-10-13 Denis Vlasenkotestcase for the last fix
2008-10-13 Denis Vlasenkohush: fix trashing of environment by local env vars:
2008-10-09 Denis Vlasenkohush: fix environment and memory leaks, add tests for...
2008-10-09 Denis Vlasenkohush: preparatory work for implementing functions
2008-10-09 Denis Vlasenkohush: massive renaming of ill-named structures and...
2008-10-07 Denis Vlasenkoash: support &> redirection (bashism). ~90 bytes of...
2008-10-06 Denis Vlasenkoash: some beautification work, no code changes
2008-10-05 Denis Vlasenkoash: implement ">&file" bashism. ~100 bytes.
2008-09-27 Denis Vlasenkostyle fixes, no code changes
2008-09-25 Bernhard Reutner... - fix compilation on OSF/1
2008-08-16 Denis Vlasenkoash: fix "(cat < file)" hang introduced by rev 22944.
2008-08-06 Bernhard Reutner... - fix typo
2008-08-04 Denis Vlasenkohush: fix mishandling of a'b'c=fff as assignments....
2008-08-03 Denis Vlasenkohush: remove a comment about already fixed bug
2008-07-31 Denis Vlasenkohush: support $_NUMBERS variable names
2008-07-31 Denis Vlasenkohush: fix "case ... in <newline> word)..."
2008-07-31 Denis Vlasenkohush: support "pattern1|pattern2...)" in case statements
2008-07-30 Denis Vlasenkoash: bash compat: "shift $BIGNUM" is equivalent to...
2008-07-29 Denis Vlasenkohush: trivial code shrink
2008-07-29 Denis Vlasenkohush: use G.xxx instead of #define xxx G.xxx. We have...
2008-07-29 Denis Vlasenkorandomconfig fix
2008-07-29 Denis Vlasenkohush: small fix for repeated continue and fix for wrong...
2008-07-29 Denis Vlasenkohush: fix inverted check (was making all break's to...
2008-07-29 Denis Vlasenkohush: fix break'ing out of {} and () groups; with testcase
2008-07-29 Denis Vlasenkorandomconfig fixes
next