ash: use mempcpy() in more places
[oweals/busybox.git] / shell /
2017-07-23 Denys Vlasenkoash: use mempcpy() in more places
2017-07-21 Denys Vlasenkoash: use mempcpy() where appropriate
2017-07-21 Denys Vlasenkoash: suppress readonly1.tests false positive; add reado...
2017-07-21 Denys Vlasenkoash: improve set -x to quote strings as necessary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-20 Denys Vlasenkoshell: optional support for read -t N.NNN, closes 10101
2017-07-18 Denys Vlasenkoash: remove contradicting size info in config help
2017-07-18 Denys Vlasenkohush: remove contradicting size info in config help
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
2017-07-18 Denys Vlasenkohush: tweak "help" output
2017-07-18 Denys Vlasenkohush: fix readonly2.tests failure
2017-07-18 Denys Vlasenkohush: another testcase for "READONLY_VAR=VAL BLTIN...
2017-07-18 Denys Vlasenkohush: do not assign to readonly VAR in "VAR=VAL CMD...
2017-07-17 Denys Vlasenkohush: add readonly testcase, fix fallout
2017-07-17 Denys Vlasenkohush: convert exp/ro/local parameters to bitfields...
2017-07-17 Denys Vlasenkohush: HUSH_READONLY depends on HUSH
2017-07-17 Denys Vlasenkohush: forgot to emit error on (failing) second "readonl...
2017-07-17 Denys Vlasenkohush: smaller code in !READONLY configs
2017-07-17 Denys Vlasenkohush: implement "readonly" builtin
2017-07-17 Denys Vlasenkoash: more general format ${var:EXPR:EXPR}
2017-07-17 Denys Vlasenkoash: "you disabled math" is wrong: user did not disable...
2017-07-17 Denys Vlasenkohush: small fix to last commit
2017-07-17 Denys Vlasenkohush: support ${VAR:N:-M}
2017-07-17 Denys Vlasenkoshells: expand TODO comments, no code changes
2017-07-16 Denys Vlasenkohush: fix "cmd1 && cmd2 &" handling on NOMMU
2017-07-15 Denys Vlasenkoshell: and_or_and_backgrounding.tests is no longer...
2017-07-15 Denys Vlasenkohush: fix and_or_and_backgrounding.tests failure
2017-07-15 Johannes Schindelinash: protect WIFSTOPPED use with #if JOBS
2017-07-14 Denys Vlasenkohush: make "wait %1" work even if the job is dead
2017-07-14 Denys Vlasenkohush: remove superfluous comparison
2017-07-14 Denys Vlasenkohush: add support for "set -e"
2017-07-10 Denys Vlasenkohush: add TODO for "set -e"
2017-07-10 Denys Vlasenkohush: simplify insert_job_into_table() a bit
2017-07-10 Denys Vlasenkohush: rename a few functions
2017-07-07 Denys Vlasenkohush: explain why wait5.tests is failing
2017-07-07 Denys Vlasenkohush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait...
2017-07-07 Denys Vlasenkohush: fix two redirection testcase failures
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
2017-07-06 Denys Vlasenkoshell: sync redir/* tests
2017-07-06 Denys Vlasenkoash: rename redir5.tests (hush has redir5.tests which...
2017-07-06 Denys Vlasenkohush: add a TODO about redir3.tests failure
2017-07-06 Denys Vlasenkohush: rename hush-redir/redir3.tests (ash has redir3...
2017-07-06 Denys Vlasenkohush: Print error messages on shift -1
2017-07-06 Denys Vlasenkotypo fix
2017-07-06 Denys Vlasenkohush: implement negative start in the ${v: -n[:m]}...
2017-07-06 Denys Vlasenkohush: "adopt" ash var-utf8-length.tests
2017-07-06 Denys Vlasenkohush: "adopt" ash signal4.tests
2017-07-06 Denys Vlasenkoshell: remove duplicate sigint1.tests (another copies...
2017-07-06 Denys Vlasenkohush: add tickquote1.tests from ash testsuite
2017-07-06 Denys Vlasenkoshell: syncronize ash and hush heredoc3.tests
2017-07-06 Denys Vlasenkoshell: syncronize ash and hush heredoc1.tests
2017-07-06 Denys Vlasenkoshell: syncronize ash_test/run-all and hush_test/run...
2017-07-05 Denys Vlasenkohush: correctly handle quoting in "case" even if !BASH_...
2017-07-05 Denys Vlasenkohush: fix quoted_punct.tests failure
2017-07-05 Denys Vlasenkoash: fix escaping of a few characters (broken by last...
2017-07-05 Denys Vlasenkoash: tweak in comment
2017-07-05 Denys Vlasenkoash: note which versions of glibc exhibit "rho bug"
2017-07-05 Denys Vlasenkoash: fix matching of unicode greek letter rho (cf 81...
2017-07-03 Denys Vlasenkofixes for bugs found by make_single_applets.sh
2017-07-03 Denys Vlasenkomsh: delete this applet
2017-07-02 Denys Vlasenkorandomconfig fixes
2017-07-01 Denys Vlasenkoash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT...
2017-07-01 Denys Vlasenkoash: fix 'trap - 65'
2017-06-27 Denys Vlasenkoash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
2017-05-26 Youfu Zhangash: fix incorrect path in describe_command
2017-05-22 Denys Vlasenkoash,hush: fix SIGCHLD interrupting read builtin
2017-04-17 Denys VlasenkoSpelling fixes in comments, documentation, tests and...
2017-04-12 Denys Vlasenkoash: implement "exec -a ARGV0 CMD ARGV1..."
2017-04-12 Denys Vlasenkoash: make shellexec capable of using separate argv...
2017-04-12 Kaarle Ritvanenlibbb: GETOPT_RESET macro
2017-02-03 Denys Vlasenkoash: add INT_OFF/ON around allocations
2017-01-31 Felix Fietkauash: improve / fix glob expansion
2017-01-30 Denys Vlasenkowget: add a big explanation what TLS code implements...
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
2017-01-26 Denys Vlasenkosh: fix FEATURE_SH_STANDALONE help text: it does not...
2017-01-11 Denys Vlasenkoash: commented-out possible fix for 7694
2017-01-11 Denys Vlasenkoash: 16-bit ->nprocs field is a pain for many CPUs
2017-01-11 Denys Vlasenkolibbb: consolidate the code to set termios unbuffered...
2017-01-11 Denys Vlasenkohush: reinstate [[ builtin
2017-01-11 Kang-Che Sunghush: split bash compatible extensions into separate...
2017-01-11 Denys Vlasenkoash: split bash compatible extensions into separate...
2017-01-10 Denys Vlasenkohush: shorten output of "help" builtin
2017-01-10 Denys Vlasenkohush: reorder builtins (cd and pwd ought to be close...
2017-01-10 Denys Vlasenkoash: revert "make dot command search current directory...
2017-01-10 Denys Vlasenkoshells: make hush test optional, rename ASH_BUILTIN_foo...
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2017-01-09 Denys Vlasenkohush: make echo builtin optional
2017-01-09 Denys Vlasenkoash: fix a bug in argv restoration after sourcing a...
2017-01-09 Denys Vlasenkohush: fix a bug in argv restoration after sourcing...
2017-01-09 Denys Vlasenkohush: global_args_malloced is used only if set builtin...
2017-01-09 Denys Vlasenkohush: fix 'defined but not used' warning
2017-01-09 Denys Vlasenkohush: remove redundand test for ENABLE_HUSH_JOB
2017-01-09 Denys Vlasenkohush: fix kill builtin without jobs support
2017-01-09 Denys Vlasenkotypo fix
2017-01-08 Denys Vlasenkohush: conditionalize print_escaped() on EXPORT || TRAP
2017-01-08 Denys Vlasenkohush: make memleak builtin optional
2017-01-08 Denys Vlasenkohush: make export builtin optional
2017-01-08 Denys Vlasenkohush: make umask builtin optional
2017-01-08 Denys Vlasenkohush: make set/unset builtins optional
2017-01-08 Denys Vlasenkohush: make read and trap builtins optional
next