index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
hush: remove dead code
Denys Vlasenko
2018-01-11
1
-15
/
+0
*
randomconfig fixes
Denys Vlasenko
2017-12-31
1
-5
/
+8
*
hush: fix comment parsing in `cmd`, closes 10421
Denys Vlasenko
2017-10-22
1
-4
/
+13
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
1
-1
/
+2
*
hush: reuse "OPTIND=..." string
Denys Vlasenko
2017-08-29
1
-1
/
+2
*
hush: fix "getopts" builtin to not be upset by other builtins calling getopt()
Denys Vlasenko
2017-08-29
1
-15
/
+63
*
hush: trivial code shrink in builtin_getopts
Denys Vlasenko
2017-08-17
1
-4
/
+5
*
ash,hush: comment and debug tweaks, no code changes
Denys Vlasenko
2017-08-15
1
-1
/
+1
*
hush: implement "silent" optstrings of ":opts"
Denys Vlasenko
2017-08-11
1
-17
/
+31
*
hush: fix redirect code (was using uninitialized variables)
Denys Vlasenko
2017-08-11
1
-2
/
+4
*
shell: add OPTARG poisoning to getopt_optarg.tests
Denys Vlasenko
2017-08-11
1
-5
/
+14
*
hush: teach getopts to set/unset OPTARG
Denys Vlasenko
2017-08-11
1
-5
/
+5
*
hush: getopts builtin
Denys Vlasenko
2017-08-11
1
-2
/
+75
*
hush: optional times builtin
Denys Vlasenko
2017-08-10
1
-2
/
+48
*
hush: implement -d DELIM option for 'read'
Denys Vlasenko
2017-08-09
1
-2
/
+11
*
noexec: consolidate code
Denys Vlasenko
2017-08-07
1
-7
/
+1
*
noexec: do GETOPT_RESET() before entering APPLET_main()
Denys Vlasenko
2017-08-07
1
-1
/
+2
*
noexec: set comm field for noexecs
Denys Vlasenko
2017-08-07
1
-1
/
+4
*
free,stat: make NOEXEC
Denys Vlasenko
2017-08-07
1
-0
/
+2
*
sheel: improve comments on signal handling
Denys Vlasenko
2017-08-04
1
-0
/
+7
*
hush: do not accept "if() { echo; }" function def
Denys Vlasenko
2017-08-02
1
-17
/
+36
*
line editing: make read_line_input() not take timeout param
Denys Vlasenko
2017-08-02
1
-2
/
+1
*
hush: make SIGINT handling visually less confusing
Denys Vlasenko
2017-08-02
1
-3
/
+3
*
NOFORK fixes
Denys Vlasenko
2017-08-02
1
-1
/
+30
*
hush: remove redundant "G_flag_return_in_progress = -1"
Denys Vlasenko
2017-07-31
1
-1
/
+0
*
hush: fix "true | func_with_return" not allowing return.
Denys Vlasenko
2017-07-31
1
-8
/
+36
*
hush: functions have priority over builtins (!)
Denys Vlasenko
2017-07-31
1
-14
/
+19
*
hush: if STANDALONE, close interactive fd for NOEXECed children
Denys Vlasenko
2017-07-31
1
-2
/
+15
*
ash,hush: ">&10" redirects to script/tty fds should not work
Denys Vlasenko
2017-07-31
1
-10
/
+42
*
hush: massage redirect code to be slightly more like ash
Denys Vlasenko
2017-07-31
1
-37
/
+72
*
hush: fix handling of empty heredoc EOF marker
Denys Vlasenko
2017-07-29
1
-17
/
+27
*
hush: fix ${##}, ${#?}, ${#!} handling
Denys Vlasenko
2017-07-26
1
-7
/
+20
*
ash: allow "trap NUM [SIG]..." syntax
Denys Vlasenko
2017-07-25
1
-1
/
+1
*
hush: treat ${#?} as "length of $?"
Denys Vlasenko
2017-07-25
1
-3
/
+9
*
hush: fix a case when redirect to a closed fd #1 is not restoring (closing) it
Denys Vlasenko
2017-07-24
1
-7
/
+27
*
hush: use mempcpy where useful
Denys Vlasenko
2017-07-24
1
-7
/
+4
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-27
/
+27
*
hush: remove contradicting size info in config help
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
hush: tweak "help" output
Denys Vlasenko
2017-07-18
1
-2
/
+2
*
hush: fix readonly2.tests failure
Denys Vlasenko
2017-07-18
1
-0
/
+11
*
hush: do not assign to readonly VAR in "VAR=VAL CMD" syntax too
Denys Vlasenko
2017-07-18
1
-1
/
+8
*
hush: add readonly testcase, fix fallout
Denys Vlasenko
2017-07-18
1
-9
/
+17
*
hush: convert exp/ro/local parameters to bitfields in one flag param
Denys Vlasenko
2017-07-18
1
-46
/
+35
*
hush: HUSH_READONLY depends on HUSH
Denys Vlasenko
2017-07-17
1
-0
/
+1
*
hush: forgot to emit error on (failing) second "readonly VAR=VAL"
Denys Vlasenko
2017-07-17
1
-3
/
+2
*
hush: smaller code in !READONLY configs
Denys Vlasenko
2017-07-17
1
-4
/
+7
*
hush: implement "readonly" builtin
Denys Vlasenko
2017-07-17
1
-36
/
+63
*
hush: small fix to last commit
Denys Vlasenko
2017-07-17
1
-1
/
+1
*
hush: support ${VAR:N:-M}
Denys Vlasenko
2017-07-17
1
-23
/
+25
[prev]
[next]