- 7bb346f *: use {i,u}toa() where appropriate by Denys Vlasenko · 15 years ago
- 301f5ec ash: error out on ${#1#}, ${#$11}, ${#11#} by Cristian Ionescu-Idbohrn · 15 years ago
- 4d8873f ash: document where we accept invalid syntax. no code changes by Denys Vlasenko · 15 years ago
- 76622db ash: code shrink by Denys Vlasenko · 15 years ago
- 3a7034c typo fix in a comment in a testcase. oh well... by Denys Vlasenko · 15 years ago
- c34c033 ash,hush: share string by Denys Vlasenko · 15 years ago
- db9c57e libbb/lineedit: fix the case when we configured history to have 0 lines by Denys Vlasenko · 15 years ago
- e74aaf9 ash,hush: make trap output short signal names, without SIG prefix by Denys Vlasenko · 15 years ago
- 67f7186 hush: do not reset to default "" traps in subshell by Denys Vlasenko · 15 years ago
- 4ea0ca8 hush: document a TODO. no code changes by Denys Vlasenko · 15 years ago
- 8f88d85 ash: better comment. no code changes by Denys Vlasenko · 15 years ago
- 726e1a0 ash: even smaller `trap` code by Denys Vlasenko · 15 years ago
- e305c28 ash: slightly better (more correct) code for "trap hack" by Denys Vlasenko · 15 years ago
- 21d87d4 ash: better handling of EXIT trap in `trap` hack by Denys Vlasenko · 15 years ago
- 0800e3a ash: do not let EXIT trap to fire in `trap` by Denys Vlasenko · 15 years ago
- 7188540 hush: small speed optimization. +10 bytes. by Denys Vlasenko · 15 years ago
- 2f7894b ash,hush: fix trap reporting: s/SIGEXIT/EXIT/ by Denys Vlasenko · 15 years ago
- 606291b *: more portability fixes by Dan Fandrich by Denys Vlasenko · 15 years ago
- 1f27ab0 *: optimize code size in strtoul calls by Denys Vlasenko · 15 years ago
- 844f990 ash: fix `trap` by Denys Vlasenko · 15 years ago
- 91836ba hush: fix `trap` by Denys Vlasenko · 15 years ago
- 69b1cef hush: better wording in comments. no code changes by Denys Vlasenko · 15 years ago
- 1166d7b ash: fix bug 585 (>"$VAR_WITH_UNICODE_CHARS" problem) by Denys Vlasenko · 15 years ago
- b0d6338 ash: preparatory cleanup. The only real changes are (unsigned char) casts by Denys Vlasenko · 15 years ago
- 7956334 add a testcase for reopened bug 585 (not fixed yet) by Denys Vlasenko · 15 years ago
- 27726cb hush: make memleak debugging more robust by Denys Vlasenko · 15 years ago
- 873273d hush: code shrink by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 043b1e5 more C standard compat fixes from Dan Fandrich by Denys Vlasenko · 15 years ago
- 90a9904 remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com) by Denys Vlasenko · 15 years ago
- 6db4784 hush: export PWD by Denys Vlasenko · 15 years ago
- a00329c ash: better comment. no code changes by Denys Vlasenko · 15 years ago
- 7218af9 ash: revent one place where number() doesn't work by Denys Vlasenko · 15 years ago
- ecc2a2e ash: deal with some TODOs (mostly trivial) by Denys Vlasenko · 15 years ago
- 9f2e82a ash: add testsuite for bug 585 by Denys Vlasenko · 15 years ago
- c8334a4 ash: fix handling of Unicode chars in redirects. Fixes bug 585 by Denys Vlasenko · 15 years ago
- b6c8434 ash: trivial simplifications and optimizations by Denys Vlasenko · 15 years ago
- a12af2d ash: make "jobs -l" more similar to bash. By Earl Chew. Fixes bug 481 by Denys Vlasenko · 15 years ago
- 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
- 0793491 hush: enable "lash is deprecated, please use hush instead" message by Denys Vlasenko · 15 years ago
- a67a962 hush: do not process options after non-option args by Denys Vlasenko · 15 years ago
- ffc3920 ash: fix bug 571 (jobs %string misbehaving) by Denys Vlasenko · 15 years ago
- dbfa45b hust test: complain if busybox binary can't be found by Denys Vlasenko · 15 years ago
- cbfe6ad hush: fix \<newline> handling on NOMMU by Denys Vlasenko · 15 years ago
- 1967978 hush tests: remove the requirement that .config is in ../.. by Denys Vlasenko · 15 years ago
- 0951606 hush: do not use ps -o in leak_argv1; do not hardcode path in negate by Denys Vlasenko · 15 years ago
- 7cee00e ash: further fixes to debug machinery (closes bug 485) by Denys Vlasenko · 15 years ago
- e56f22a ash: make "jobs" work even in subshells by Denys Vlasenko · 15 years ago
- 86e83ec ash: fix debug machinery a bit by Denys Vlasenko · 15 years ago
- 252ccba remove msh_function.patch. msh is deprecated by Denys Vlasenko · 15 years ago
- 9038d6f remove trailing whitespace by Denys Vlasenko · 15 years ago
- 883cea4 ash: fixes in debug printouts by Denys Vlasenko · 15 years ago
- 82a6fb3 ash: fix . builtin by Denys Vlasenko · 15 years ago
- 641dd7b ash: revert over-zealous usage of FAST_FUNC by Denys Vlasenko · 15 years ago
- 7753919 added comments about [[ ]] to ash and hush. no code changes by Denys Vlasenko · 15 years ago
- 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 15 years ago
- 9d617c4 hush: specially handle [[ - suppress globbing & multiword expansion by Denys Vlasenko · 15 years ago
- 2634bf3 randomconfig fixes by Denys Vlasenko · 15 years ago
- 764b2f0 hush: drop REDIRECT_INVALID; other minor tweaks by Denys Vlasenko · 16 years ago
- df5131c hush: fix a segfault in export builtin by Denys Vlasenko · 16 years ago
- d6b05eb hush: make builtins work in pipes (eval ... | ...) on NOMMU by Denys Vlasenko · 16 years ago
- 71016ba printf: accept negative numbers for %x; sh: overflowed numbers are 0 by Denys Vlasenko · 16 years ago
- d5f1b1b *: add FAST_FUNC to function ptrs where it makes sense by Denys Vlasenko · 16 years ago
- 0821801 hush: document a TODO in export builtin by Denys Vlasenko · 16 years ago
- 6f22624 hush: fix a case when backgrounded cmd makes shell hang by Denys Vlasenko · 16 years ago
- 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
- eab40e5 hush_test: stop mixing tabs/spaces for indentation by Mike Frysinger · 16 years ago
- 6a46ab8 hush: unify syntax_error_unterm_{ch,str} a bit by Mike Frysinger · 16 years ago
- ef3e7fd hush: push down expansion var in handle_dollar() by Mike Frysinger · 16 years ago
- dc3bc40 hush: add support for special vars in braces by Mike Frysinger · 16 years ago
- ff64fb9 hush_test: filter test output to avoid C lib differences by Mike Frysinger · 16 years ago
- 28a105d nc, hush: cosmetic cleanups, no code changes by Denys Vlasenko · 16 years ago
- 4b7db4f read_key: drop optimization where we read 3 bytes at once by Denys Vlasenko · 16 years ago
- 171932d hust: trivial simplification in builtin_type by Denys Vlasenko · 16 years ago
- e640cb4 hush: fix bug 353 (wrong handling of \x in assignments) by Denys Vlasenko · 16 years ago
- 5d7cca2 hush: optimize type builtin a bit more by Denys Vlasenko · 16 years ago
- dd6b211 hush: optimize type builtin a bit by Denys Vlasenko · 16 years ago
- 93cadc2 hush: implement `type` by Mike Frysinger · 16 years ago
- 673e945 hush: remove outdated TODO and superfluous macro; fix compile breakage by Denys Vlasenko · 16 years ago
- 68759ed hush: tweak comment by Denys Vlasenko · 16 years ago
- e2df5f4 hush: rename last_waitpid_was_0 to we_have_children by Denys Vlasenko · 16 years ago
- 8d7be23 hush: fix SIGCHLD counting code, but keep it disabled for now. by Denys Vlasenko · 16 years ago
- 4f26c97 make compound.tests executable by Denys Vlasenko · 16 years ago
- e9bda90 hush: fix problems with case in subshells and with "case esac" by Denys Vlasenko · 16 years ago
- 342a63d hush_test: add some pathological compound list tests by Mike Frysinger · 16 years ago
- 12bcc76 hush_test: test for subshell function syntax by Mike Frysinger · 16 years ago
- 7b424fe hush_test: add subshelled case tests by Mike Frysinger · 16 years ago
- cc9205b hush_test: update test output to match new getopt() output by Mike Frysinger · 16 years ago
- 33f85ee hush_test: ignore generated files by Mike Frysinger · 16 years ago
- 38478a6 hush: fix build failure when jobs are disabled by Mike Frysinger · 16 years ago
- 318a8e5 TODO: add some by Denys Vlasenko · 16 years ago
- 6245202 hush: small fix for unset -f on NOMMU. by root · 16 years ago
- acdc49c hush: add more complex case to leak testcase, fix found breakage by Denys Vlasenko · 16 years ago
- cb6ff25 hush: fix bug where in "var=val func" var's value is not visible in func by Denys Vlasenko · 16 years ago
- e19e193 hush: fix \<newline> handling by Denys Vlasenko · 16 years ago
- b1cfc45 hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229. by Denys Vlasenko · 16 years ago
- 1dd6cf8 hush: fix multiple redirections of the same fd (bug 227) by Denys Vlasenko · 16 years ago
- 54e0843 hush: make . cmd search $PATH by Denys Vlasenko · 16 years ago
- 690ad24 git commit test by Denys Vlasenko · 16 years ago
- c8653f6 hush: make it possible to have interactive shell on non-ctty. by Denis Vlasenko · 16 years ago
- 42e4af3 make leak test more robust by unsetting all vars by Denis Vlasenko · 16 years ago