ipcalc: fix trivial usage message
[oweals/busybox.git] / shell /
2015-07-19 Ron Yorstonlibbb: add a function to make a copy of a region of...
2015-07-13 Ron Yorstonash: use alloca to get rid of setjmp
2015-07-13 Denys Vlasenkofix file mode
2015-07-13 Ron Yorstonash: remove parsebackquote flag
2015-07-13 Maninder SinghRemoves stray empty line from code
2015-05-25 Maninder Singhtypo fixes
2015-05-18 Denys Vlasenkohush: add recent ash tests to hush testsuite too (they...
2015-05-18 Ron Yorstontestsuite: add some tests for ash
2015-05-18 Ron Yorstonash: fix breakage of ${v/pat/str}
2015-05-18 Ron Yorstonash: move parse-time quote flag detection to run-time
2015-05-18 Ron Yorstonash: remove arithmetic expansion collapsing at parse...
2015-05-18 Ron Yorstonash: remove superfluous code in arithmetic mode
2015-05-18 Ron Yorstonash: do not expand tilde in parameter expansion within...
2015-05-18 Ron Yorstonash: perform tilde expansion in all parameter expansion...
2015-05-18 Ron Yorstonash: code shrink around varvalue
2015-05-13 Denys Vlasenkoash: explain what "local -" does
2015-05-13 Eugene Rudoyash: consider "local -" case while iterating over local...
2015-04-20 Ron Yorstonlibbb: remove unnecessary argument to nonblock_immune_read
2015-04-18 Denys Vlasenkohush: document buggy handling of duplicate "local"
2015-04-18 Denys Vlasenkoash: fix handling of duplicate "local"
2015-03-22 Ron Yorstonash: do not split the result of tilde expansion
2015-03-12 Denys Vlasenkolibbb: introduce and use is_prefixed_with()
2015-02-05 Denys Vlasenkoash: fix a SEGV case in an invalid heredoc
2014-12-28 Denys Vlasenkoash: fix a SEGV in ${#1}
2014-11-20 Denys Vlasenkotypo fix in comment
2014-11-18 Denys Vlasenkoash,hush: do not segfault on $((2**63 / -1))
2014-11-17 Denys Vlasenkoash: fix handling of negative start value in ${v:start...
2014-09-08 Denys Vlasenkoash: fix off-by-one in "jobs %4" handling. closes 7310
2014-09-08 Denys Vlasenkoash: factor out ASH_HELP config option
2014-08-13 Denys Vlasenkoash: make ${#var} unicode-aware
2014-08-13 Denys Vlasenkoash,hush: run reinit_unicode() only if makes sense
2014-08-13 Denys Vlasenkohush: make ${#var} unicode-aware
2014-06-22 Bartosz Golaszewskilibbb: use a wrapper around sysconf(_SC_CLK_TCK) to...
2014-04-15 Denys Vlasenkoash,hush: set $HOSTNAME is bash compat. Closes 7028
2014-03-16 Denys Vlasenkoash: make "locak VAR" unset VAR (bash does that)
2014-03-15 Denys Vlasenkoash,hush: fix a thinko about 2^64-1 factorization
2014-03-14 Denys Vlasenkohush: make "true" built-in
2014-03-13 Denys Vlasenkorandom: cosmetic tweaks in debug code
2014-03-13 Denys Vlasenkoash,hush: improve randomness of $RANDOM, add easy-ish...
2014-01-07 Denys Vlasenkoash: in bash compat mode, always export $SHLVL
2013-11-28 Denys Vlasenkohush: typo fixes in comments
2013-11-08 Bernhard Reutner... ash: Set SHLVL in ASH_BASH_COMPAT
2013-11-08 Bernhard Reutner... ash: Use setvar2 some more
2013-07-13 Denys Vlasenkotypo fix in comment
2013-07-08 Denys Vlasenkotypo fix in comment
2013-07-05 Denys Vlasenkounicode: check $LC_CTYPE too to detect Unicode mode
2013-07-02 Denys Vlasenkounicode: check $LC_ALL to detect Unicode mode, not...
2013-05-12 Denys Vlasenkohush: fix build failure if FEATURE_EDITING=y && !HUSH_I...
2013-04-07 Flemming Madsenash,hush: history builtin
2013-04-07 Denys Vlasenkohush: fix for "while false && true; do echo BUG; break...
2013-03-17 Denys Vlasenkoash: add comment about failures in source builtin....
2013-03-17 Denys Vlasenkohush: source builtin should override $N only if it...
2013-03-15 Stefan Hellermannash: read $HOME/.profile instead of $(pwd)/.profile
2013-03-15 Stefan Hellermannash: move code to allow setting $HOME in /etc/profile
2013-02-25 Denys Vlasenkomove endofname() to libbb
2013-01-17 Denys Vlasenkoash: revert wrong "fix" for an apparent memory leak...
2013-01-15 Denys Vlasenkowhitespace fixes. no code changes
2013-01-14 Denys Vlasenkowhitespace cleanup. no code changes
2012-11-13 Jon Tollefsonash: fix a memory leak
2012-10-01 Denys Vlasenkoash: implement export -n
2012-09-25 Denys Vlasenkoash: trivial fixes for compile failures
2012-09-06 Denys Vlasenkoash: fix "read -s" + ^C. Closes 5504
2012-07-24 Michael Tokarev*: declare strings with ALIGN1, as appropriate
2012-07-07 Denys Vlasenkoash: add a comment about VEXPORT
2012-07-06 Mike Frysingerinclude sys/resource.h where needed
2012-06-09 Denys Vlasenkoash: fix a bug in >${varexp} handling. Closes 5282
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.
next