ps: revert wrong "optimization": (i & 1) -> i
[oweals/busybox.git] / shell /
2007-06-25 Denis Vlasenkodevfsd: fix formatting (Tito <farmatito@tiscali.it>)
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
2007-06-21 Denis Vlasenkotest: shrink a bit
2007-06-13 Denis Vlasenko*: BB_BANNER -> bb_banner (it is not a const or #define)!
2007-06-13 Denis Vlasenkohush: fix read builtin to not read ahead past eol and...
2007-06-12 Denis Vlasenkoremove nearly-duplicate PATHs in several places
2007-06-12 Denis VlasenkoA few more string duplicates found & eliminated
2007-06-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
2007-06-08 Denis Vlasenkohush: add missing dependencies (Maxime Bizon <mbizon...
2007-05-31 Denis Vlasenkouse "glibc errno" trick not only for ash, but for entir...
2007-05-30 Denis Vlasenkohush: trivial buglet found by randomconfig testing
2007-05-30 Denis Vlasenkowhitespace fixes
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-05-26 Denis Vlasenkoxpipe: introduce (saves ~170 bytes)
2007-05-25 Denis Vlasenkohush: fix 'echo abc`sleep 5`def' + Ctrl-Z and Ctrl...
2007-05-25 Denis Vlasenkohush: avoid duplicating HUSH_VERSION
2007-05-25 Denis Vlasenkohush: micro-optimization in new variable code
2007-05-25 Denis Vlasenkohush: we can't do without variable->value member, savin...
2007-05-25 Denis Vlasenkohush: rework variable storage and environment handling.
2007-05-24 Denis Vlasenkohush: update README with yet another failure case
2007-05-24 Denis Vlasenkohush: fix segfaulting syntax error in interactive hush
2007-05-24 Denis Vlasenkohush: improve 2 testsuite tests
2007-05-24 Denis Vlasenkohush: add 2 tests for correct syntax error reporting
2007-05-24 Denis Vlasenkohush: fix handling of unmatched ${name (without closin...
2007-05-23 Denis Vlasenkohush: make syntax error messages a bit more useful
2007-05-23 Denis Vlasenkohush: prepare testsuite for new, fixed error message...
2007-05-23 Denis Vlasenkohush: fix job control with eval /bin/external_prog
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-23 Denis Vlasenkofix execute bit on hush-misc/shift.tests
2007-05-21 Denis Vlasenkohush: add 3 CONFIG_xxx, allowing for smaller and less...
2007-05-21 Denis Vlasenkoshells: update README and testsuite. environment memory...
2007-05-21 Denis Vlasenkohush: using smallints where we can. save ~20 bytes...
2007-05-20 Denis Vlasenkohush: fix shift + $0 bug; add testcase
2007-05-20 Denis Vlasenkohush: trivial size optimization
2007-05-20 Denis Vlasenkohush: make process substitution configurable; add a...
2007-05-20 Denis Vlasenkoash: implement type -p, costs less than 10 bytes
2007-05-18 Denis Vlasenkocttyhack: new applet.
2007-05-17 Denis Vlasenkoseveral *.c files:
2007-05-17 Denis Vlasenkohush: do "struct globals" trick. hush.o data+bss =...
2007-05-17 Denis Vlasenkohush: consolidated variable expansion for assignments...
2007-05-17 Denis Vlasenkomore compile fixes from randomconfig run
2007-05-16 Denis Vlasenkohush: take care of several easy FIXMEs. -228 bytes.
2007-05-16 Denis Vlasenkohush: another microscopic typo fix
2007-05-16 Denis Vlasenkohush: fix English in comment
2007-05-16 Denis Vlasenkohush: simplify read builtin; fix set_local_var (misplac...
2007-05-16 Denis Vlasenkohush: fix expansion of quoted $VAR, $* and $@
2007-05-16 Denis Vlasenkohush: fix incorrect processing of echo "'$var'".
2007-05-14 Denis Vlasenkohush: move testsuite files from hush-bugs to hush-parsing
2007-05-14 Denis Vlasenkohush: more fixes to variable expansion, more testcases
2007-05-14 Denis Vlasenkohush: move towards more correct variable expansion
2007-05-13 Denis Vlasenkohush: fix '{ false; echo $?; }' bug.
2007-05-11 Denis Vlasenkohush: reinstate hush_test, add testcases for process...
2007-05-11 Denis Vlasenkohush: fix bug in interactive shell introduced yesterday
2007-05-10 Denis Vlasenkohush: fix "unterminated last line loops forever" bug
2007-05-10 Denis Vlasenkohush: fix recent breakage (VAR=VAL stopped working)
2007-05-09 Denis Vlasenkomsh: fix obscure case with backticks and closed fd 1
2007-05-08 Denis Vlasenkotail: fix SEGV on "tail -N"
2007-05-06 Denis Vlasenkohush: fix double-free in "echo TEST &"
2007-05-05 Denis Vlasenkohush: stop generating extra empty pipes in parse stage.
2007-05-05 Denis Vlasenkohush: preparatory patch for removing extra empty pipes...
2007-05-04 Denis Vlasenkohush: fix "while true; do true; done" + ctrl-z
2007-05-04 Denis Vlasenkoapplets: fix compile-time warning
2007-05-04 Denis Vlasenkohush: add parse tree debug print
2007-05-03 Denis Vlasenkohush: fix "true | exit 3; echo $?" bug
2007-05-02 Denis Vlasenkohush: remove env builtin (it is buggy). Add comments
2007-05-02 Denis Vlasenkohush: simplify debugging prints a little bit
2007-05-02 Denis Vlasenkohush: add debugging for tracing execution,
2007-05-02 Denis Vlasenkohush: fix incorrect exitcodes without job control
2007-04-29 Denis Vlasenkoash,kill: use common code for kill applet/builtin
2007-04-28 Denis Vlasenkoash: fix infinite loop on exit if tty is not there...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make job control and interactiveness configurable...
2007-04-28 Denis Vlasenkohush: make hush properly detect EOF on stdin (even...
2007-04-28 Denis Vlasenkohush: add Ctrl-C handling to nofork case
2007-04-28 Denis Vlasenkohush: better signal handling across ctrl-z
2007-04-28 Denis Vlasenkohush: fix nofork + ctrl-Z clobbering of globals
2007-04-28 Denis Vlasenkohush: add ctrl-Z handling for nofork'ed case
2007-04-21 Denis Vlasenkohush: make Ctrl-Z work (at least sometimes)
2007-04-21 Denis Vlasenkohust: add a comment
2007-04-21 Denis Vlasenkohush: fix more backgrounding bugs. Plenty of them remai...
2007-04-21 Denis Vlasenkohush: explain why "pipe; exit $?" doesn't show correct...
2007-04-21 Denis Vlasenkohush: do not print message if killed by signal;
2007-04-21 Denis Vlasenkohush: begin fixing non-functional job control
2007-04-20 Denis Vlasenkohush: small code shrink; style fixes
2007-04-19 Denis Vlasenkodd: fix skip= parse error (spotted by Dirk Clemens...
2007-04-19 Denis Vlasenkodoc: add README on shell job control
2007-04-19 Denis Vlasenkops: add -o tty and -o rss support
2007-04-18 Denis Vlasenkohush: remove stray semicolon (should change nothing)
2007-04-16 Denis Vlasenkoshells: remove few statics and duplicated code
2007-04-16 Denis Vlasenkostyle fixes, no code changes
2007-04-14 Denis Vlasenkomsh: style fixes
2007-04-14 Denis Vlasenkolineedit: nuke two unused variables and code which...
2007-04-14 Denis Vlasenkolash: recognize and use NOFORK applets
2007-04-14 Denis Vlasenkohush: use NOFORK applets as appropriate. Net reduction...
2007-04-13 Denis Vlasenkoteach find_root_device to deal with /dev/ subdirs
2007-04-13 Denis Vlasenkohush: more style fixes.
2007-04-13 Denis Vlasenkohush: comment out and replace bug in set_local_var:
2007-04-13 Denis Vlasenkoshell/: add SUSv3 doc for fast & easy reference
2007-04-12 Denis Vlasenkolash: "forking" applets are actually can be treated...
2007-04-12 Denis Vlasenkofix realloc-of-non-malloced pointer, and reduce size...
next