fix breakage found by randomconfig
[platform/upstream/busybox.git] / shell / hush.c
2008-06-23 Denis Vlasenkofix breakage found by randomconfig
2008-06-23 Denis Vlasenkohush: trivial fix in debug code
2008-06-18 Denis Vlasenkofix globbing in unquoted $* and $@
2008-06-18 Denis Vlasenkohush: fix a bug with backslashes improperly handled...
2008-06-18 Denis Vlasenkohush: add testsuite for "no globbing in redirection...
2008-06-18 Denis Vlasenkohush: fix last hush-bugs testcase (disappearing ""...
2008-06-17 Denis Vlasenkohush: fix $$ handling
2008-06-17 Denis Vlasenkohush: fix "for a in; do echo 'I should never run';...
2008-06-17 Denis Vlasenkohush: continue fixing quoting and subst: fix glob_and_a...
2008-06-17 Denis Vlasenkohush: cleanup pass, the biggest is - moved builtins...
2008-06-17 Denis Vlasenkohush: fix memory leak. it was actually rather invloved...
2008-06-16 Denis Vlasenkohush: fixing fallout from last big glob fix:
2008-06-16 Denis Vlasenkohush: fix hush-bugs/glob_and_vars.tests testcase:
2008-06-15 Denis Vlasenkohush: eliminate PARSEFLAG_SEMICOLON and ctx->parse_type...
2008-06-14 Denis Vlasenkohush: fix a bug where we were requiring semicolon here...
2008-06-14 Denis Vlasenkohush: add support for ':'; create testsuite entries
2008-06-14 Denis Vlasenkohush: support "! cmd | cmd" negation
2008-06-12 Denis Vlasenkohush: speed up o_addX{chr,str}
2008-06-12 Denis Vlasenkohush: fix for nested $()s with escapes + testsuite
2008-06-10 Denis Vlasenkohush: more backtick and quoting fixes...
2008-06-10 Denis Vlasenkohush: fix escaping of \[*?; add testsuites for these...
2008-06-10 Denis Vlasenkohush: fix yet another fallout
2008-06-10 Denis Vlasenkohush: fix some fallout from prev commits, add testsuite
2008-06-10 Denis Vlasenkohush: search/and/replace style cleanups, no code changes
2008-06-10 Denis Vlasenkohush: fix two nasty bugs:
2008-06-10 Denis Vlasenkohush: fix a memory leak in NOMMU case
2008-06-09 Denis Vlasenkoless: fix a case when regexp matches ""
2008-05-25 Denis Vlasenkohush: make it ignore SIGINT etc in a config wich has...
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-04-13 Denis Vlasenkoash: speed up NOFORK code in ash by eliminating second...
2008-03-24 Denis Vlasenkolpd: fix OOM vulnerability (was eating arbitrarily...
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-03-20 Denis Vlasenko*: use fopen_or_warn in few more places
2008-03-17 Denis Vlasenko*: add -Wunused-parameter; fix resulting breakage
2008-03-17 Denis Vlasenkolibbb: introduce and use sigprocmask_allsigs and sigact...
2008-03-12 Denis Vlasenkolibbb: introduse and use signal_[no_]SA_RESTART_empty_m...
2008-02-27 Denis Vlasenko*: add optimization barrier to all "G trick" locations
2008-02-24 Denis Vlasenkoless,klogd,syslogd,nc,tcpudp: exit on signal by killing...
2008-02-20 Denis Vlasenkolibbb: introduce and use nonblock_safe_read(). Yay!
2008-02-16 Denis Vlasenkolibbb: introduce bb_signals and bb_signals_recursive,
2008-02-16 Denis Vlasenkorandom s/short/int/
2008-02-11 Denis Vlasenkohush: die_sllep needs restoring only if job control...
2008-02-11 Denis Vlasenkohush: close-on-exec interactive_fd
2008-02-11 Denis Vlasenkohush: set CLOEXEC on script file being executed
2008-02-11 Denis Vlasenkohush: fix the comment
2008-02-11 Denis Vlasenkohush: reset die_sleep to 0 in child after fork
2008-02-10 Denis Vlasenkohush: reinstate `cmd` handling for NOMMU (with fat...
2008-01-28 Denis Vlasenko*: tidy up usage of char **environ
2008-01-08 Denis Vlasenkohush: report [v]fork failures
2008-01-02 Denis Vlasenkolibbb: introduce and use safe_waitpid (loops in EINTR)
2007-12-24 Denis Vlasenkohush: fixlet for NOMMU
2007-11-28 Denis Vlasenkoreorganize applet table. Eliminates pointers to names.
2007-11-24 Denis Vlasenkoremove echo_main -> bb_echo indirection
2007-11-24 Denis Vlasenkohush: fix segfault in "echo $@" when we have no arguments
2007-11-23 Denis Vlasenkokill lash. "lash" builtin still exists, but it runs...
2007-11-23 Denis Vlasenkohush: implement echo builtin
2007-11-23 Denis Vlasenkohush: fix $ expansion in redirections, add testcase...
2007-11-23 Denis Vlasenkohush: implement test builtin
2007-11-23 Denis Vlasenkohush: plug memory leak
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-10-10 Denis Vlasenkoget rid of global "struct bb_applet *current_applet"
2007-10-01 Denis Vlasenkohush: fix glob() abuse. Code was making unfounded assum...
2007-10-01 Denis Vlasenkohush: int->smallint for flag vars; make some names...
2007-10-01 Denis Vlasenkohush: feeble attempt at making it more NOMMU-friendly
2007-10-01 Denis Vlasenkohush: stop doing manual acounting of open fd's, kernel...
2007-09-30 Denis Vlasenkointroduce and use close_on_exec_on(fd). -50 bytes.
2007-09-27 Denis Vlasenkointroduce bb_putchar(). saves ~1800 on uclibc (less...
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-06-25 Denis VlasenkoConsolidate ARRAY_SIZE macro; remove one unneeded globa...
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-08 Denis Vlasenkomake busybox --install work even if /proc/self/exe...
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: fix segfaulting syntax error in interactive hush
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: fix job control with eval /bin/external_prog
2007-05-23 Denis Vlasenkohush: fix a bit different instance of "No EOL" bug,
2007-05-21 Denis Vlasenkohush: add 3 CONFIG_xxx, allowing for smaller and less...
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-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'".
next