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
/
hush.c
Age
Commit message (
Expand
)
Author
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-17
hush: trivial code shrink in builtin_getopts
Denys Vlasenko
2017-08-15
ash,hush: comment and debug tweaks, no code changes
Denys Vlasenko
2017-08-11
hush: implement "silent" optstrings of ":opts"
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-10
hush: optional times builtin
Denys Vlasenko
2017-08-09
hush: implement -d DELIM option for 'read'
Denys Vlasenko
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-04
sheel: improve comments on signal handling
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-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
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
2017-07-31
hush: massage redirect code to be slightly more like ash
Denys Vlasenko
2017-07-29
hush: fix handling of empty heredoc EOF marker
Denys Vlasenko
2017-07-26
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-25
ash: allow "trap NUM [SIG]..." syntax
Denys Vlasenko
2017-07-25
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-24
hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it
Denys Vlasenko
2017-07-24
hush: use mempcpy where useful
Denys Vlasenko
2017-07-21
config: deindent all help texts
Denys Vlasenko
2017-07-18
hush: remove contradicting size info in config help
Denys Vlasenko
2017-07-18
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
hush: tweak "help" output
Denys Vlasenko
2017-07-18
hush: fix readonly2.tests failure
Denys Vlasenko
2017-07-18
hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too
Denys Vlasenko
2017-07-18
hush: add readonly testcase, fix fallout
Denys Vlasenko
2017-07-18
hush: convert exp/ro/local parameters to bitfields in one flag param
Denys Vlasenko
2017-07-17
hush: HUSH_READONLY depends on HUSH
Denys Vlasenko
2017-07-17
hush: forgot to emit error on (failing) second "readonly VAR=VAL"
Denys Vlasenko
2017-07-17
hush: smaller code in !READONLY configs
Denys Vlasenko
2017-07-17
hush: implement "readonly" builtin
Denys Vlasenko
2017-07-17
hush: small fix to last commit
Denys Vlasenko
2017-07-17
hush: support ${VAR:N:-M}
Denys Vlasenko
2017-07-17
shells: expand TODO comments, no code changes
Denys Vlasenko
2017-07-16
hush: fix "cmd1 && cmd2 &" handling on NOMMU
Denys Vlasenko
2017-07-15
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
[next]