Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-18 | cttyhack: new applet. | Denis Vlasenko | |
2007-05-17 | several *.c files: | Denis Vlasenko | |
move 'extern environ' up to the location of #includes | |||
2007-05-17 | hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. | Denis Vlasenko | |
+60 bytes to image, but -8000 bytes in bss. | |||
2007-05-17 | hush: consolidated variable expansion for assignments and "normal" one. | Denis Vlasenko | |
-435 bytes. Tested against testsuite. | |||
2007-05-17 | more compile fixes from randomconfig run | Denis Vlasenko | |
2007-05-16 | hush: take care of several easy FIXMEs. -228 bytes. | Denis Vlasenko | |
2007-05-16 | hush: another microscopic typo fix | Denis Vlasenko | |
2007-05-16 | hush: fix English in comment | Denis Vlasenko | |
2007-05-16 | hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') | Denis Vlasenko | |
2007-05-16 | hush: fix expansion of quoted $VAR, $* and $@ | Denis Vlasenko | |
2007-05-16 | hush: fix incorrect processing of echo "'$var'". | Denis Vlasenko | |
hush: rename map[] and MAP_xxx, making them easier to understand. hush: move testcase (which now passes) from hush-bugs to hush-parsing | |||
2007-05-14 | hush: move testsuite files from hush-bugs to hush-parsing | Denis Vlasenko | |
(as these bugs are now fixed) | |||
2007-05-14 | hush: more fixes to variable expansion, more testcases | Denis Vlasenko | |
2007-05-14 | hush: move towards more correct variable expansion | Denis Vlasenko | |
hush: fix a few cases in FOR v IN ... construct unfortunately, code growth is big - ~600 bytes | |||
2007-05-13 | hush: fix '{ false; echo $?; }' bug. | Denis Vlasenko | |
hush: expand testsuite. variable expansion is still very broken | |||
2007-05-11 | hush: reinstate hush_test, add testcases for process subst | Denis Vlasenko | |
2007-05-11 | hush: fix bug in interactive shell introduced yesterday | Denis Vlasenko | |
hush: fix `process subst` (2 bugs) NB: will delete and re-add hush_test in order to change file modes | |||
2007-05-10 | hush: fix "unterminated last line loops forever" bug | Denis Vlasenko | |
hush: add testsuite infrastructure | |||
2007-05-10 | hush: fix recent breakage (VAR=VAL stopped working) | Denis Vlasenko | |
2007-05-09 | msh: fix obscure case with backticks and closed fd 1 | Denis Vlasenko | |
2007-05-08 | tail: fix SEGV on "tail -N" | Denis Vlasenko | |
config system: clarify PREFER_APPLETS/SH_STANDALONE effects in help text | |||
2007-05-06 | hush: fix double-free in "echo TEST &" | Denis Vlasenko | |
2007-05-05 | hush: stop generating extra empty pipes in parse stage. | Denis Vlasenko | |
2007-05-05 | hush: preparatory patch for removing extra empty pipes generation | Denis Vlasenko | |
in parse stage. No real code change here. | |||
2007-05-04 | hush: fix "while true; do true; done" + ctrl-z | Denis Vlasenko | |
2007-05-04 | applets: fix compile-time warning | Denis Vlasenko | |
2007-05-04 | hush: add parse tree debug print | Denis Vlasenko | |
2007-05-03 | hush: fix "true | exit 3; echo $?" bug | Denis Vlasenko | |
2007-05-02 | hush: remove env builtin (it is buggy). Add comments | Denis Vlasenko | |
2007-05-02 | hush: simplify debugging prints a little bit | Denis Vlasenko | |
2007-05-02 | hush: add debugging for tracing execution, | Denis Vlasenko | |
add FIXME for 'true | exit 3; echo $?' case | |||
2007-05-02 | hush: fix incorrect exitcodes without job control | Denis Vlasenko | |
2007-04-29 | ash,kill: use common code for kill applet/builtin | Denis Vlasenko | |
# make bloatcheck function old new delta evaltreenr 644 654 +10 evaltree 644 654 +10 parse_conf 1440 1444 +4 dpkg_deb_main 426 429 +3 ed_main 3319 3321 +2 passwd_main 2093 2091 -2 kill_main 830 826 -4 singlemount 4609 4601 -8 find_command 962 954 -8 get_lcm 123 105 -18 .rodata 132243 132147 -96 killcmd 449 120 -329 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 5/7 up/down: 29/-465) Total: -436 bytes # size busybox_old busybox_unstripped text data bss dec hex filename 723901 2940 27504 754345 b82a9 busybox_old 723457 2940 27504 753901 b80ed busybox_unstripped | |||
2007-04-28 | ash: fix infinite loop on exit if tty is not there anymore | Denis Vlasenko | |
2007-04-28 | hush: make job control and interactiveness configurable, part 2 | Denis Vlasenko | |
2007-04-28 | hush: make job control and interactiveness configurable, part 1 | Denis Vlasenko | |
2007-04-28 | hush: make hush properly detect EOF on stdin (even interactive one - | Denis Vlasenko | |
think about pty being destroyed) and exit. | |||
2007-04-28 | hush: add Ctrl-C handling to nofork case | Denis Vlasenko | |
2007-04-28 | hush: better signal handling across ctrl-z | Denis Vlasenko | |
2007-04-28 | hush: fix nofork + ctrl-Z clobbering of globals | Denis Vlasenko | |
2007-04-28 | hush: add ctrl-Z handling for nofork'ed case | Denis Vlasenko | |
2007-04-21 | hush: make Ctrl-Z work (at least sometimes) | Denis Vlasenko | |
2007-04-21 | hust: add a comment | Denis Vlasenko | |
2007-04-21 | hush: fix more backgrounding bugs. Plenty of them remains still. | Denis Vlasenko | |
2007-04-21 | hush: explain why "pipe; exit $?" doesn't show correct exitcode | Denis Vlasenko | |
2007-04-21 | hush: do not print message if killed by signal; | Denis Vlasenko | |
move some functions up before main() | |||
2007-04-21 | hush: begin fixing non-functional job control | Denis Vlasenko | |
2007-04-20 | hush: small code shrink; style fixes | Denis Vlasenko | |
2007-04-19 | dd: fix skip= parse error (spotted by Dirk Clemens <develop@cle-mens.de>) | Denis Vlasenko | |
2007-04-19 | doc: add README on shell job control | Denis Vlasenko | |