randomconfig fix
[oweals/busybox.git] / shell / hush.c
2008-07-29 Denis Vlasenkorandomconfig fix
2008-07-29 Denis Vlasenkohush: small fix for repeated continue and fix for wrong...
2008-07-29 Denis Vlasenkohush: fix inverted check (was making all break's to...
2008-07-29 Denis Vlasenkohush: fix break'ing out of {} and () groups; with testcase
2008-07-29 Denis Vlasenkorandomconfig fixes
2008-07-29 Denis Vlasenkohush: add #defines to switch off break/continue if...
2008-07-28 Denis Vlasenkohush: fix "while false; ..." exitcode; add testsuites
2008-07-28 Denis Vlasenkohush: support "break N" and "continue N"
2008-07-28 Denis Vlasenkohush: implement break and continue
2008-07-28 Denis Vlasenkohush: in run_list(), some loop_top ops seems to be...
2008-07-28 Denis Vlasenkohush: in run_list(), last_cond_code seems to be superfl...
2008-07-28 Denis Vlasenkohush: explain run_list() in detail; small optimizations
2008-07-28 Denis Vlasenkohush: finish and enable optional case...esac support...
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-21 Bernhard Reutner... - fix spelling
2008-07-14 Denis Vlasenkohush: fix "... pattern) cmd;; esac" case
2008-07-14 Denis Vlasenkohush: delete unused field in struct child.
2008-07-14 Denis Vlasenkohush: add case statement support. It is incomplete...
2008-07-09 Denis Vlasenkohush: compile fixes for !LOOPS case
2008-07-06 Denis Vlasenkohush: support "for if in do done then; do echo $if...
2008-07-05 Denis Vlasenkohush: support "for v; do ... done" syntax (implied...
2008-07-05 Denis Vlasenkohush: fix a case where "$@" must expand to no word...
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xfork()
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-24 Denis Vlasenkohush: ifdef out parts which are not needed
2008-06-24 Denis Vlasenkohush: kill some old unused fields; small code shrink
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)!
next