- ec2c655 convert some of the ENABLE_FEATURE_EDITING from CPP if to C if by Mike Frysinger · 16 years ago
- 39456a1 stop lying about [[ test support by Mike Frysinger · 16 years ago
- bfc0fae enable most job functions on no-mmu systems by Mike Frysinger · 16 years ago
- b2705e1 do not make startup banner depend on job support by Mike Frysinger · 16 years ago
- ddbee97 move parse_stream out of ENABLE_HUSH_TICK to avoid implicit decl/build error by Mike Frysinger · 16 years ago
- 424f79b hush: rearrange functions to reduce amount of forward references. by Denis Vlasenko · 16 years ago
- e1300f6 hush: fix segv at repeated "set -- a b c" + "shift" by Denis Vlasenko · 16 years ago
- 786ce17 hush: fix strcpy of potentially overlapping strings by Denis Vlasenko · 16 years ago
- a8b6dff hush: fix bug 207 and "hush -c" parameter passing. by Denis Vlasenko · 16 years ago
- 11fb7cf hush: fix set [--] params. Closes bug 199. by Denis Vlasenko · 16 years ago
- 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
- 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
- 9504e44 whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
- ddc8ae3 hush: add TODO by Denis Vlasenko · 16 years ago
- 371de4a hush: next small step towards functions by Denis Vlasenko · 16 years ago
- f886fd2 hush: fix NOMMU bug (analogous to preceding commit for MMU) by Denis Vlasenko · 16 years ago
- 22d10a0 hush: fix trashing of environment by local env vars: by Denis Vlasenko · 16 years ago
- afd7a8d hush: fix environment and memory leaks, add tests for them by Denis Vlasenko · 16 years ago
- c373527 hush: preparatory work for implementing functions by Denis Vlasenko · 16 years ago
- 9af22c7 hush: massive renaming of ill-named structures and fields by Denis Vlasenko · 16 years ago
- 864329d - fix compilation on OSF/1 by Bernhard Reutner-Fischer · 16 years ago
- 2b576b8 hush: fix mishandling of a'b'c=fff as assignments. They are not. by Denis Vlasenko · 16 years ago
- c8bec9a hush: remove a comment about already fixed bug by Denis Vlasenko · 16 years ago
- d498131 hush: support $_NUMBERS variable names by Denis Vlasenko · 16 years ago
- f173607 hush: fix "case ... in <newline> word)..." by Denis Vlasenko · 16 years ago
- fbeeb32 hush: support "pattern1|pattern2...)" in case statements by Denis Vlasenko · 16 years ago
- 4f504a9 hush: trivial code shrink by Denis Vlasenko · 16 years ago
- 87a8655 hush: use G.xxx instead of #define xxx G.xxx. We have too many globals by Denis Vlasenko · 16 years ago
- ff29b4f randomconfig fix by Denis Vlasenko · 16 years ago
- 4554b72 hush: small fix for repeated continue and fix for wrong loop depth count by Denis Vlasenko · 16 years ago
- 45cb9f9 hush: fix inverted check (was making all break's to act as "break 99999") by Denis Vlasenko · 16 years ago
- fcf37c3 hush: fix break'ing out of {} and () groups; with testcase by Denis Vlasenko · 16 years ago
- d91afa3 randomconfig fixes by Denis Vlasenko · 16 years ago
- dadfb49 hush: add #defines to switch off break/continue if loops are not supported by Denis Vlasenko · 16 years ago
- 918a34b hush: fix "while false; ..." exitcode; add testsuites by Denis Vlasenko · 16 years ago
- 6a2d40f hush: support "break N" and "continue N" by Denis Vlasenko · 16 years ago
- bcb2553 hush: implement break and continue by Denis Vlasenko · 16 years ago
- cf22c89 hush: in run_list(), some loop_top ops seems to be superfluous. by Denis Vlasenko · 16 years ago
- 12acec5 hush: in run_list(), last_cond_code seems to be superfluous. comment it out by Denis Vlasenko · 16 years ago
- 5e052ca hush: explain run_list() in detail; small optimizations by Denis Vlasenko · 16 years ago
- be709c2 hush: finish and enable optional case...esac support. Code size cost: by Denis Vlasenko · 16 years ago
- 5415c85 libbb: [x]fopen_for_{read,write} introduced and used. (by Valdimir) by Denis Vlasenko · 16 years ago
- a53de7f - fix spelling by Bernhard Reutner-Fischer · 16 years ago
- 757361f hush: fix "... pattern) cmd;; esac" case by Denis Vlasenko · 16 years ago
- 395ae45 hush: delete unused field in struct child. by Denis Vlasenko · 16 years ago
- 17f02e7 hush: add case statement support. It is incomplete and disabled for now. by Denis Vlasenko · 16 years ago
- 6bdff08 hush: compile fixes for !LOOPS case by Denis Vlasenko · 16 years ago
- 733e3fb hush: support "for if in do done then; do echo $if; done" case by Denis Vlasenko · 16 years ago
- ff182a3 hush: support "for v; do ... done" syntax (implied 'in "$@"') by Denis Vlasenko · 16 years ago
- afdcd12 hush: fix a case where "$@" must expand to no word at all by Denis Vlasenko · 16 years ago
- a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
- 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
- 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
- 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
- defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
- 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
- 5ec6132 hush: ifdef out parts which are not needed by Denis Vlasenko · 16 years ago
- 003f9fb hush: kill some old unused fields; small code shrink by Denis Vlasenko · 16 years ago
- cc3f20b fix breakage found by randomconfig by Denis Vlasenko · 16 years ago
- 211b59b hush: trivial fix in debug code by Denis Vlasenko · 16 years ago
- 324a3fd fix globbing in unquoted $* and $@ by Denis Vlasenko · 16 years ago
- 55789c6 hush: fix a bug with backslashes improperly handled in unquoted variables. by Denis Vlasenko · 16 years ago
- ab876cd hush: add testsuite for "no globbing in redirection" rule. by Denis Vlasenko · 16 years ago
- c1c63b6 hush: fix last hush-bugs testcase (disappearing "", $empty"" etc) by Denis Vlasenko · 16 years ago
- 16c2fea hush: fix $$ handling by Denis Vlasenko · 17 years ago
- 6eaf8de hush: fix "for a in; do echo 'I should never run'; done" bug by Denis Vlasenko · 17 years ago
- 30c9cc5 hush: continue fixing quoting and subst: fix glob_and_assign.tests. by Denis Vlasenko · 17 years ago
- c7985b7 hush: cleanup pass, the biggest is - moved builtins to the end of the file, by Denis Vlasenko · 17 years ago
- b61e13d hush: fix memory leak. it was actually rather invloved problem. by Denis Vlasenko · 17 years ago
- ccce59d hush: fixing fallout from last big glob fix: by Denis Vlasenko · 17 years ago
- 82dfec3 hush: fix hush-bugs/glob_and_vars.tests testcase: by Denis Vlasenko · 17 years ago
- 5703c22 hush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type field. by Denis Vlasenko · 17 years ago
- f8d01d3 hush: fix a bug where we were requiring semicolon here: (cmd;) by Denis Vlasenko · 17 years ago
- dd316dd hush: add support for ':'; create testsuite entries by Denis Vlasenko · 17 years ago
- a844200 hush: support "! cmd | cmd" negation by Denis Vlasenko · 17 years ago
- 7e3d33b hush: speed up o_addX{chr,str} by Denis Vlasenko · 17 years ago
- 76db5ad hush: fix for nested $()s with escapes + testsuite by Denis Vlasenko · 17 years ago
- 87f40ba hush: more backtick and quoting fixes... by Denis Vlasenko · 17 years ago
- 43360e5 hush: fix escaping of \[*?; add testsuites for these and for globbing by Denis Vlasenko · 17 years ago
- 2e76c3f hush: fix yet another fallout hush: move fixed testsuites out of hush-bugs/* by Denis Vlasenko · 17 years ago
- 895bea2 hush: fix some fallout from prev commits, add testsuite by Denis Vlasenko · 17 years ago
- 46ccdcb hush: search/and/replace style cleanups, no code changes by Denis Vlasenko · 17 years ago
- 7b4f3f1 hush: fix two nasty bugs: hush-bugs/tick2.tests: ok hush-bugs/tick.tests: ok by Denis Vlasenko · 17 years ago
- 76d5041 hush: fix a memory leak in NOMMU case by Denis Vlasenko · 17 years ago
- 3fe4f98 less: fix a case when regexp matches "" by Denis Vlasenko · 17 years ago
- 4830fc5 hush: make it ignore SIGINT etc in a config wich has no job control by Denis Vlasenko · 17 years ago
- 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
- 7465dbc ash: speed up NOFORK code in ash by eliminating second find_applet(). by Denis Vlasenko · 17 years ago
- 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
- c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
- f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
- 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
- 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
- 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
- 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
- 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 17 years ago
- e376d45 libbb: introduce and use nonblock_safe_read(). Yay! by Denis Vlasenko · 17 years ago
- 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
- 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
- 8317799 hush: die_sllep needs restoring only if job control is on by Denis Vlasenko · 17 years ago