- 327fd47 skip some tests when fancy echo support is turned off by Mike Frysinger · 16 years ago
- c3d9195 we arent testing `echo -n` here so use printf instead by Mike Frysinger · 16 years ago
- 20300d0 source the .config so tests can signal they need to be skipped due to feature disable by Mike Frysinger · 16 years ago
- fe013a7 patch by Stuart Hughes <seh@zee2.com> and Guenter <lists@gknw.net> to make "0" a special baud rate for getty where it uses this as "leave baud rate unchanged" by Mike Frysinger · 16 years ago
- f50caac hush: typo in comment by Denis Vlasenko · 16 years ago
- a2218dd hush: fix thinko in re_execute_shell; pass even less junk to heredoc helper by Denis Vlasenko · 16 years ago
- 5c090a9 hush: more rodust detection of unterminated strings etc; by Denis Vlasenko · 16 years ago
- ffe6f80 expand leak_all1.tests by Denis Vlasenko · 16 years ago
- 14725f8 slight tweak to the leak detector by Denis Vlasenko · 16 years ago
- cc90f44 hush: plug leak in run_pipe(). NOMMU only. by Denis Vlasenko · 16 years ago
- 08daf56 hush: add a leak test which currently fails by Denis Vlasenko · 16 years ago
- c73b70c hush: add leak detector helper; fix/add tests for it by Denis Vlasenko · 16 years ago
- 3dfb035 hush: echo \2>file fix by Denis Vlasenko · 16 years ago
- df6f95c FEATURE_FANCY_ECHO needs to be accessible for hush by Denis Vlasenko · 16 years ago
- 02d6f1a hush: fix heredoc expansion of $var and `cmd` by Denis Vlasenko · 16 years ago
- 25af86f hush: fix wrong comment by Denis Vlasenko · 16 years ago
- af07b7c hush: fix heredoc <<- handling. by Denis Vlasenko · 16 years ago
- 50f3aa4 hush: NOMMU-safe support of big heredocs by Denis Vlasenko · 16 years ago
- d4a24f2 here documents have been added, so drop from TODO by Mike Frysinger · 16 years ago
- 932e111 use sleep rather than usleep by Mike Frysinger · 16 years ago
- b509c9c add a pathological test case for here doc related to eof marker and other ugly corner cases by Mike Frysinger · 16 years ago
- a4f331d implement support for parameter substitution via #/% operators by Mike Frysinger · 16 years ago
- 6c9be7f hush: heredoc support, based on patch by Mike Frysinger (vapier AT gentoo.org) by Denis Vlasenko · 16 years ago
- ab2b064 hush: s/last_return_code/last_exitcode/g by Denis Vlasenko · 16 years ago
- 0e15138 hush: fix "if false; then...fi" exitcode; trim "keyword"-less hush by 10 bytes by Denis Vlasenko · 16 years ago
- 4ed67dd make hush-misc/*.tests executable by Denis Vlasenko · 16 years ago
- cd418a2 hush: fix a bunch of obscure while/until/continue bugs by Denis Vlasenko · 16 years ago
- 8f8d013 *.tests should be executable by Denis Vlasenko · 16 years ago
- 715f712 move hush-parsing/and-or.tests to hush-misc/* by Denis Vlasenko · 16 years ago
- 3a64833 add some brute force logic tests by Mike Frysinger · 16 years ago
- a2b11e3 hush: fix "false && echo yes || echo no" bug 265 by Denis Vlasenko · 16 years ago
- 0969a49 hush: beautify re_execute_shell more by Denis Vlasenko · 16 years ago
- 34e573d hush: drop allocations in re_execute_shell by Denis Vlasenko · 16 years ago
- 3c7167b add tests for basic fd open/close/dupe by Mike Frysinger · 16 years ago
- dc41780 fix #>&- syntax for closing fds by Mike Frysinger · 16 years ago
- 9052600 fix redir1 tests -- usleep isnt standard in $PATH by Mike Frysinger · 16 years ago
- 5e883fb hush: micro-optimization. -37 bytes by Denis Vlasenko · 16 years ago
- b1d11bf hush: more efficient filtering of "safe" arithmetic by Denis Vlasenko · 16 years ago
- d0b4a8c hush: add <> and () as "safe" arith chars by Denis Vlasenko · 16 years ago
- bfbc971 hush: print cd error to stderr; use fopen_or_warn in builtin_source; by Denis Vlasenko · 16 years ago
- b0a6478 hush: fix "export a=a b=b" (was not setting and exporting b) by Denis Vlasenko · 16 years ago
- c8d2733 hush: update TODO list; + my usual pointless tweaks :( by Denis Vlasenko · 16 years ago
- d3f973e hush: mark SIGHUP TODOs better; don't disable SIGHUP for now, by Denis Vlasenko · 16 years ago
- a0e6512 hush: cosmetics, no code changes by Denis Vlasenko · 16 years ago
- f439304 modprobe/insmod for 2.4: support compressed modules. by Denis Vlasenko · 16 years ago
- 913a201 hush: strip NULs from file input, they are PITA/impossible to handle correctly by Denis Vlasenko · 16 years ago
- 258275d drop HUSH_VER_STR since it has no relevance anymore -- just use BB_VER by Mike Frysinger · 16 years ago
- c4a7af5 hush: fix trap clearing in subshells on MMU; simplify NOMMU a bit: by Denis Vlasenko · 16 years ago
- f937528 hush: audit and fix "interactive shell" setup code. by Denis Vlasenko · 16 years ago
- 46f9b6d hush: pass $! thru re-execution; try harder on re-exec; give error by Denis Vlasenko · 16 years ago
- 232be3e hush: suppress bogus warning from 4.2.1 by Denis Vlasenko · 16 years ago
- 18f2a79 build system tweaks to account for latest hush changes by Denis Vlasenko · 16 years ago
- d85a5df hush: randomconfig fixes by Denis Vlasenko · 16 years ago
- cc4c693 hush: plug the leak on NOMMU re-execute path by Denis Vlasenko · 16 years ago
- c3ff48b fixing mode on hush-leak/leak_argv1.tests by Denis Vlasenko · 16 years ago
- 8a496d5 fixing mode on hush-leak/leak_argv1.tests by Denis Vlasenko · 16 years ago
- 30db43b hush: fix passing of $n on NOMMU by Denis Vlasenko · 16 years ago
- 16a0c74 hush: fix hush-misc/break5.tests NOMMU failure by Denis Vlasenko · 16 years ago
- 0bb4a23 hush: fix all testsuite failures on NOMMU except memory leak. by Denis Vlasenko · 16 years ago
- 609f2ab hush: enable NOMMU re-execution logic. Some testsuite entries by Denis Vlasenko · 16 years ago
- 9aa7d6f hush: preparatory patch for NOMMU-safe { list } handling. by Denis Vlasenko · 16 years ago
- 42e78b9 ftpd: s/CONFIG_BUSYBOX_EXEC_PATH/bb_busybox_exec_path/ by Denis Vlasenko · 16 years ago
- 34d4d89 hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting by Denis Vlasenko · 16 years ago
- 552433b hush: fix "var=val >file" not creating file by Denis Vlasenko · 16 years ago
- a24c8ca hush: remove code which errors out on $- and $_, it's useless; by Denis Vlasenko · 16 years ago
- 7c98612 hush: remove CHAR_xxx constants by Denis Vlasenko · 16 years ago
- 6da69cd hush: get rid of charmap[] by Denis Vlasenko · 16 years ago
- dfa9de7 simplify maybe_die() slightly by Mike Frysinger · 16 years ago
- db2a9b6 hush: finally make `cmd` safe on NOMMU by Denis Vlasenko · 16 years ago
- e0755e5 hush: yet another randomconfig fix by Denis Vlasenko · 16 years ago
- cc8289d shell/math: randomconfig fix by Denis Vlasenko · 16 years ago
- 60b392f hush: randomconfig fixes by Denis Vlasenko · 16 years ago
- b6e6556 hush: improve parse_stream: does not require parsing context struct; by Denis Vlasenko · 16 years ago
- 240c255 hush: simplify parse_stream by Denis Vlasenko · 16 years ago
- 3718168 hush: fix bug with local environment vars in pipes; simplify parse_stream() by Denis Vlasenko · 16 years ago
- f9f7429 hush: explain parsing context structure by Denis Vlasenko · 16 years ago
- 027e3fd hush: straighten parse_stream() API a bit by Denis Vlasenko · 16 years ago
- a36258f trim trailing slashes from specified subdir so we output to the right place by Mike Frysinger · 16 years ago
- b7aaae9 hush: rename ->o_quote to ->o_escape by Denis Vlasenko · 16 years ago
- 7a79afa Arithmetic Expansion is supported now in hush, so drop from TODO by Mike Frysinger · 16 years ago
- f328e00 hush: do not inadvertently parse $((1 + "22")) as ok. -20 bytes code size by Denis Vlasenko · 16 years ago
- 2f1d394 hush: make a=55; echo $(($a + 1)) $((1 + $((2)) + `echo $a`)) work as expected by Denis Vlasenko · 16 years ago
- b29eb6e shells: do not need to have math state global by Denis Vlasenko · 16 years ago
- 0dfe1d2 fix ash-alias/alias.tests failure by Denis Vlasenko · 16 years ago
- 98c5264 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) by Mike Frysinger · 16 years ago
- 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
- bd79c3d dhcpd: remember and record hostnames; optimize get_option by Denis Vlasenko · 16 years ago
- 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
- 88b8f0a sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
- d308106 hust_test/*: use "$THIS_SH" instead of hush by Denis Vlasenko · 16 years ago
- 9983d80 volumeid: fix bug 249 "findfs finds the wrong partition" by Denis Vlasenko · 16 years ago
- f6fbd62 ash: add/improve comments, no code changes by Denis Vlasenko · 16 years ago
- 46aeab9 ash: fix $IFS handling in read. closes bug 235 by Denis Vlasenko · 16 years ago
- 7566bae hush: fix wait builtin by Denis Vlasenko · 16 years ago
- 70c6e40 libbb: fix typo in comment by Denis Vlasenko · 16 years ago
- 1b62ead hush: don't lie in comment by Denis Vlasenko · 16 years ago
- 7b830e7 hush: fix comments, no code changes by Denis Vlasenko · 16 years ago
- 422cd7c hush: make ^C work again, ^Z probably isn't working by Denis Vlasenko · 16 years ago
- abedaac hush: do not reset sighaldlers after fork - instead, prevent them from doing any harm by Denis Vlasenko · 16 years ago
- d576293 hush: rework signal and trap handling. Some smaller bits are TODO, by Denis Vlasenko · 16 years ago