index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2017-08-29
hush: fix false positive in unset.tests
Denys Vlasenko
2017-08-29
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-23
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-17
ash: stage backported LINENO support as a separate patch
Denys Vlasenko
2017-08-17
hush: trivial code shrink in builtin_getopts
Denys Vlasenko
2017-08-15
ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior
Denys Vlasenko
2017-08-15
ash,hush: comment and debug tweaks, no code changes
Denys Vlasenko
2017-08-14
ash: one "current line = 1" might be missing, fix that
Denys Vlasenko
2017-08-14
ash: update testsuite (we now error out on ${#=})
Denys Vlasenko
2017-08-14
ash: [PARSER] Catch variable length expansions on non-existant specials
Denys Vlasenko
2017-08-13
shell: tweak getopts tests, no code changes
Denys Vlasenko
2017-08-11
hush: implement "silent" optstrings of ":opts"
Denys Vlasenko
2017-08-11
hush: add a test which fails due to uclibc bug in getopt()
Denys Vlasenko
2017-08-11
hush: fix redirect code (was using uninitialized variables)
Denys Vlasenko
2017-08-11
shell: add OPTARG poisoning to getopt_optarg.tests
Denys Vlasenko
2017-08-11
hush: teach getopts to set/unset OPTARG
Denys Vlasenko
2017-08-11
hush: getopts builtin
Denys Vlasenko
2017-08-11
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-10
hush: optional times builtin
Denys Vlasenko
2017-08-09
shell: more efficient check for EOL in read
Denys Vlasenko
2017-08-09
hush: implement -d DELIM option for 'read'
Denys Vlasenko
2017-08-09
ash: implement -d DELIM option for read
Johannes Schindelin
2017-08-07
noexec: consolidate code
Denys Vlasenko
2017-08-07
noexec: do GETOPT_RESET() before entering APPLET_main()
Denys Vlasenko
2017-08-07
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
free,stat: make NOEXEC
Denys Vlasenko
2017-08-06
ash: do not set a signal to SIG_DFL if it already is
Denys Vlasenko
2017-08-04
make 17 state-changing execing applets (ex: "nice PROG ARGS") noexec
Denys Vlasenko
2017-08-04
ash: BASH_XTRACEFD bashism
Denys Vlasenko
2017-08-04
ash: remove no-longer-used variable
Johannes Schindelin
2017-08-04
ash: INT_OFF/INT_ON around run_nofork_applet()
Denys Vlasenko
2017-08-04
sheel: improve comments on signal handling
Denys Vlasenko
2017-08-03
ash: add a fixme comment at run_nofork_applet
Denys Vlasenko
2017-08-03
nofork: fix a bug uncovered by hush testsuite (forgotten fflush)
Denys Vlasenko
2017-08-02
hush: do not accept "if() { echo; }" function def
Denys Vlasenko
2017-08-02
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
hush: make SIGINT handling visually less confusing
Denys Vlasenko
2017-08-02
NOFORK fixes
Denys Vlasenko
2017-08-02
do not use `a' quoting style in comments
Denys Vlasenko
2017-07-31
ash: align --login code with dash
Denys Vlasenko
2017-07-31
hush: remove redundant "G_flag_return_in_progress = -1"
Denys Vlasenko
2017-07-31
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
2017-07-31
ash: fix display of ">&-" redirect in job strings
Denys Vlasenko
2017-07-31
hush: functions have priority over builtins (!)
Denys Vlasenko
2017-07-31
hush: if STANDALONE, close interactive fd for NOEXECed children
Denys Vlasenko
2017-07-31
ash,hush: ">&10" redirects to script/tty fds should not work
Denys Vlasenko
[next]