cal: make it NOEXEC
[oweals/busybox.git] / shell / ash.c
2018-01-10 Denys Vlasenkoash: ALWAYS_INLINE grabstackblock()
2018-01-10 Denys Vlasenkoash: make ${v:N:M} more robust for very large M by...
2018-01-09 Denys Vlasenkoash: add comment explaining last change
2018-01-09 Denys Vlasenkoash: fix var_bash5.tests - ${VAR/pattern/repl} construct
2018-01-07 Ingo van Lilash: fail if 'shift' operand is out of range
2017-12-31 Denys Vlasenkorandomconfig fixes
2017-11-03 Denys Vlasenkoash: fix nofork bug where environment is not properly...
2017-11-02 Denys Vlasenkoash: retain envvars with bad names in initial environme...
2017-10-12 Denys Vlasenkowhitespace fixes
2017-10-12 Denys Vlasenkotypo fix
2017-10-12 Denys Vlasenkoash: survive failures in $PS1 expansion. Closes 10371
2017-09-29 Denys Vlasenkouse %m printf specifier where appropriate
2017-08-23 Denys Vlasenkoash: more s/error/perror/ for better error reporting
2017-08-23 Johannes Schindelinash: when cd fails, say why
2017-08-23 Johannes Schindelinash: report reason when a script file could not be...
2017-08-15 Denys Vlasenkoash: unset OPTARG if getopts exits 1, support OPTERR...
2017-08-15 Denys Vlasenkoash,hush: comment and debug tweaks, no code changes
2017-08-14 Denys Vlasenkoash: one "current line = 1" might be missing, fix that
2017-08-14 Denys Vlasenkoash: [PARSER] Catch variable length expansions on non...
2017-08-10 Denys Vlasenkoash: fix "unset OPTIND" throwing an error message
2017-08-10 Denys Vlasenkohush: optional times builtin
2017-08-09 Johannes Schindelinash: implement -d DELIM option for read
2017-08-07 Denys Vlasenkonoexec: consolidate code
2017-08-07 Denys Vlasenkonoexec: do GETOPT_RESET() before entering APPLET_main()
2017-08-07 Denys Vlasenkonoexec: set comm field for noexecs
2017-08-07 Denys Vlasenkofree,stat: make NOEXEC
2017-08-06 Denys Vlasenkoash: do not set a signal to SIG_DFL if it already is
2017-08-04 Denys Vlasenkoash: BASH_XTRACEFD bashism
2017-08-04 Johannes Schindelinash: remove no-longer-used variable
2017-08-04 Denys Vlasenkoash: INT_OFF/INT_ON around run_nofork_applet()
2017-08-04 Denys Vlasenkosheel: improve comments on signal handling
2017-08-03 Denys Vlasenkoash: add a fixme comment at run_nofork_applet
2017-08-02 Denys Vlasenkoline editing: make read_line_input() not take timeout...
2017-08-02 Denys Vlasenkodo not use `a' quoting style in comments
2017-07-31 Denys Vlasenkoash: align --login code with dash
2017-07-31 Denys Vlasenkoash: fix display of ">&-" redirect in job strings
2017-07-31 Denys Vlasenkoash,hush: ">&10" redirects to script/tty fds should...
2017-07-31 Denys Vlasenkoash: significant overhaul of redirect saving logic
2017-07-31 Denys Vlasenkoash: remove REDIR_SAVEFD2
2017-07-29 Denys Vlasenkoash: if !ENABLE_ASH_EXPAND_PRMT, disable PSSYNTAX code
2017-07-29 Denys Vlasenkoash: [REDIR] Fix popredir on abnormal exit from built-in
2017-07-29 Denys Vlasenkoash: [PARSER] Add FAKEEOFMARK for expandstr
2017-07-29 Denys Vlasenkoash: [PARSER] Removed noexpand/length check on eofmark
2017-07-29 Denys Vlasenkoash: "Undo all redirections" comment is wrong, delete it
2017-07-28 Denys Vlasenkoash: make tryexec(cmd) parameter const char
2017-07-28 Ron Yorstonash: support platforms that don't have '%m' printf...
2017-07-28 Denys Vlasenkoash: less hackish implementation of evaltreenr()
2017-07-26 Denys Vlasenkoash: force inlining of a trivial function
2017-07-26 Denys Vlasenkoash: revert previous implementation of "A=1 A=2 B=...
2017-07-26 Denys Vlasenkoash: [VAR] Fix loss of variables when hash collides
2017-07-26 Denys Vlasenkoash: [VAR] Do not poplocalvars prematurely on regular...
2017-07-26 Denys Vlasenkoash: [VAR] Fix poplocalvar on abnormal exit from function
2017-07-26 Denys Vlasenkoash: [VAR] Replace cmdenviron with localvars
2017-07-26 Denys Vlasenkoash: [VAR] Fix poplocalvar leak
2017-07-26 Denys Vlasenkoash: [VAR] Add localvars nesting
2017-07-26 Denys Vlasenkoash: alloc slightly smaller buffer in cvtnum(); faster...
2017-07-26 Denys Vlasenkoash: fix redir_leak.tests if STANDALONE=y
2017-07-25 Denys Vlasenkoash: [SHELL] Optimize dash -c "command" to avoid a...
2017-07-25 Denys Vlasenkoash: allow "trap NUM [SIG]..." syntax
2017-07-25 Denys Vlasenkoash: [REDIR] Replace GPL noclobberopen code with the...
2017-07-25 Denys Vlasenkoash: sync up with dash with respect to redirection...
2017-07-25 Denys Vlasenkoash: [VAR] Move unsetvar functionality into setvareq
2017-07-24 Denys Vlasenkoash: fix comment, no code changes
2017-07-23 Denys Vlasenkoash: fix for last commit
2017-07-23 Denys Vlasenkoash: use mempcpy() in more places
2017-07-21 Denys Vlasenkoash: use mempcpy() where appropriate
2017-07-21 Denys Vlasenkoash: improve set -x to quote strings as necessary
2017-07-21 Denys Vlasenkoconfig: deindent all help texts
2017-07-18 Denys Vlasenkoash: remove contradicting size info in config help
2017-07-18 Denys VlasenkoUpdate menuconfig items with approximate applet sizes
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 Vlasenkoshells: expand TODO comments, no code changes
2017-07-15 Johannes Schindelinash: protect WIFSTOPPED use with #if JOBS
2017-07-07 Denys Vlasenkomain: fix the case where user has "halt" as login shell...
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-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-02-03 Denys Vlasenkoash: add INT_OFF/ON around allocations
2017-01-31 Felix Fietkauash: improve / fix glob expansion
2017-01-29 Denys Vlasenko*: add comment about APPLET_ODDNAME format
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 Vlasenkoash: split bash compatible extensions into separate...
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 Vlasenkoash: fix a bug in argv restoration after sourcing a...
2017-01-07 Denys Vlasenkoash: fix open fds leaking in redirects. Closes 9561
2017-01-06 Kang-Che Sungash: explicltly group ash options
next