hush: remove sighandler_t definition hack, platform.h has it too
[platform/upstream/busybox.git] / shell /
2012-04-26 Denys Vlasenkohush: remove sighandler_t definition hack, platform...
2012-04-20 Denys Vlasenkofix build breakage found by randconfig
2012-03-27 Denys Vlasenkohush: remove unused member struct command::is_stopped
2012-02-04 Aaro Koskinencttyhack: handle multiple consoles found in sysfs
2012-01-15 Denys Vlasenkoshell_builtin_read: set cc[VMIN] to 1; lineedit: don...
2011-12-20 Denys Vlasenkoash: in standalone mode, search in $PATH if /proc/self...
2011-12-15 Denys Vlasenkoash: document bash's exit code too. No code changes
2011-12-15 Denys Vlasenkoash: add comment about bash's ENOEXEC handling. No...
2011-10-31 Denys Vlasenkocttyhack: move /sys/class/tty/console/active check...
2011-10-31 Alexander Shishkincttyhack: print detected ctty name when called without...
2011-09-04 Denys Vlasenkolineedit: remove SAVE_HISTORY bit, ->hist_file can...
2011-09-04 Denys Vlasenkolineedit: add support for history saving on exit
2011-09-04 Denys Vlasenkolineedit: fix atomic replace of history file; hush...
2011-08-16 Kevin Cernekeecttyhack: trivial spelling/spacing fixes
2011-08-16 Kevin Cernekeecttyhack: remove the trailing newline when reading...
2011-08-09 Denys Vlasenkorandomconfig fixes
2011-08-01 Denys Vlasenkohush: fix remaining known two bugs with IFS expansion...
2011-08-01 Denys Vlasenkohush: partially fix wrong expansion on $IFS (bug 4027).
2011-07-13 Kevin Cernekeecttyhack: fail gracefully if the device node is missing
2011-07-13 Kevin Cernekeecttyhack: check sysfs for the name of the active console
2011-06-01 Denys Vlasenkohush: better comment. No code changes
2011-05-31 Denys Vlasenkohush: fix a corner case of empty "do \n done" structure
2011-05-14 Denys Vlasenkohush: fix misparsing of "... do eval a= ...". Closes...
2011-05-13 Denys Vlasenkofix "variable 'foo' set but not used" warnings
2011-05-12 Denys Vlasenkohush: install signal handlers with filled sigmask
2011-05-12 Denys Vlasenkohush: fixes and small shrink for HUSH_JOB!=y
2011-05-12 Denys Vlasenkohush: remove one sigprocmask from exit path
2011-05-12 Denys Vlasenkohush: add forgotten {} in multi-statement if.
2011-05-12 Denys Vlasenkohush: fix login shell's signal handling; add -l option...
2011-05-11 Denys Vlasenkohush: replace signal handling machinery
2011-05-11 Denys Vlasenkohush: use SA_RESTARTed signal handlers across read.
2011-05-08 Denys Vlasenkohush: add tests for interrupting read
2011-05-08 Denys Vlasenkohush: code shrink
2011-05-08 Denys Vlasenkohush: make read builtin interruptible.
2011-05-08 Denys Vlasenkolibbb: nonblock_safe_read->nonblock_immune_read, remove...
2011-05-08 Denys Vlasenkohush: fix incorrect PS2 dispaly and trap handling while...
2011-04-16 Ian Wienandash: clear sa_flags always
2011-04-04 Denys Vlasenkoash,hush: add ulimit -e -r (RLIMIT_NICE, RLIMIT_RTPRIO)
2011-03-31 Denys Vlasenkoash,hush: optional support for $HISTFILESIZE.
2011-03-30 Denys Vlasenkohush: remove outdated comments
2011-03-30 Denys Vlasenkohush: fix source1.tests
2011-03-24 Denys Vlasenkohush: document a bug about aborting on sourced file...
2011-03-24 Denys Vlasenkohush: make parse errors in sourced file non-fatal in...
2011-03-24 Denys Vlasenkohush: fix a case where return in sourced file has no...
2011-03-23 Denys Vlasenkoash,hush: recheck LANG before every line input
2011-03-08 Denys Vlasenkoash/hush: shrink help text
2011-03-07 Denys Vlasenkoremove stray empty line
2011-03-07 Denys Vlasenkoash/hush: provide help text
2011-03-07 Denys Vlasenkoash: fix execution of shell scripts without shebang
2011-03-02 Denys Vlasenkoconvert "do {...} while (1);" -> "while (1) {...}"
2011-02-21 Denys Vlasenkoslightly better wording in comments
2011-02-21 Denys Vlasenkoash: fix ash-signals/signal8 testcase failure
2011-02-14 Denys Vlasenkohush: do not print killer signal's name for SIGPIPE
2011-02-08 Denys Vlasenkoash: fix TMOUT not restoring tty attributes
2011-02-07 Denys Vlasenkoecho: do not retry on write errors
2011-02-04 Denys Vlasenkoash: optional support for $TMOUT variable
2011-02-04 Denys Vlasenkoash: cosmetic cleanups
2011-02-02 Denys Vlasenkowhitespace fixes
2011-02-02 Denys Vlasenkohush: use FEATURE_SH_NOFORK to enable NOFORK trick
2011-01-25 Denys Vlasenkomove utmp.h include to libbb.h
2011-01-18 Denys Vlasenkohush: improve prompt in nested {}s, remove unused in_st...
2011-01-18 Denys Vlasenkohush: fix "cmd & <newline>" problem
2011-01-18 Denys Vlasenkomass removal of underscores from _BB_DIR_foo and _BB_SU...
2011-01-07 Denys Vlasenkohush: fix wrong prompt problem on empty interactive...
2010-12-25 Denys Vlasenkoinit: simpler handling of leading dash in commands
2010-12-21 Denys Vlasenkohush: fix FEATURE_CLEAN_UP code (was freeing unallocate...
2010-12-18 Denys Vlasenkohush: fix build breakage (variable declared in for())
2010-12-05 Denys Vlasenkoadd if guards around include <malloc.h>
2010-11-28 Denys Vlasenkohush: move G_x_mode define to the more appropriate...
2010-11-28 Dan FandrichSupport set -o xtrace/noexec alternates for set -x/-n
2010-11-28 Dan Fandrichhush: display useful help text
2010-11-22 Denys Vlasenkofixes for bugs discovered by randomconfig builds and...
2010-11-22 Denys Vlasenkohush: fix improper handling of newline and hash chars...
2010-11-14 Denys Vlasenkohush: add support for "set -o pipefail"
2010-11-14 Denys Vlasenkohush: preparatory patch for set -o pipefail support
2010-10-29 Denys Vlasenkowhitespace cleanup
2010-10-28 Denys Vlasenko*: whitespace fixes
2010-10-04 Denys Vlasenko*: whitespace fixes
2010-10-03 Denys Vlasenkohush: remove "doesn't support brace expansion" from...
2010-10-03 Denys Vlasenkohush: remove brace expansion from TODO list in comments...
2010-10-03 Denys Vlasenkohush: small code shrink
2010-10-03 Denys Vlasenkohush: add brace expansion testcase
2010-10-03 Denys Vlasenkohush: implement brace expansion
2010-10-03 Denys Vlasenkohush: preparatory patch, no code changes
2010-09-25 Denys Vlasenkoash: fix signal and "set -e" interaction
2010-09-21 Denys Vlasenkohush: use smaller EXP_FLAG_foo constants
2010-09-17 Denys Vlasenkoshell/math: better comment. no code changes
2010-09-16 Denys Vlasenkohush: move shell_ver from globals to main's stack.
2010-09-16 Denys Vlasenkoshell/math: deconvolute and explain ?: handling. Give...
2010-09-15 Denys Vlasenkoshell/math: return string error indicator, not integer
2010-09-13 Denys Vlasenkoshell/math.c: stop using bss variable
2010-09-13 Denys Vlasenkoshell/math.c: rename arith_eval_hooks to arith_state...
2010-09-13 Denys Vlasenkoshell/math.c: small code shrink; fixed incomprehensible...
2010-09-12 Denys Vlasenkoshell: small code shrink
2010-09-12 Denys Vlasenkoshell: shrink arith code; and prepare for returning...
2010-09-12 Denys Vlasenkohush: optional support for history saving
2010-09-12 Denys Vlasenkohush: move the EXIT trap comment. no code changes
2010-09-12 Denys Vlasenkohush: fix EXIT trap display inside exit trap handler
2010-09-12 Denys Vlasenkoshell/match.c: shrink by dropping double bool inversion
2010-09-12 Denys Vlasenkohush: fix handling of \" in quoted/unquoted `cmd`
next