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: 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
*
shells: expand TODO comments, no code changes
Denys Vlasenko
2017-07-17
1
-5
/
+26
*
hush: fix "cmd1 && cmd2 &" handling on NOMMU
Denys Vlasenko
2017-07-16
1
-9
/
+13
*
hush: fix and_or_and_backgrounding.tests failure
Denys Vlasenko
2017-07-15
1
-1
/
+36
*
hush: make "wait %1" work even if the job is dead
Denys Vlasenko
2017-07-14
1
-39
/
+52
*
hush: remove superfluous comparison
Denys Vlasenko
2017-07-14
1
-1
/
+1
*
hush: add support for "set -e"
Denys Vlasenko
2017-07-14
1
-21
/
+45
*
hush: add TODO for "set -e"
Denys Vlasenko
2017-07-10
1
-0
/
+17
*
hush: simplify insert_job_into_table() a bit
Denys Vlasenko
2017-07-10
1
-15
/
+12
*
hush: rename a few functions
Denys Vlasenko
2017-07-10
1
-10
/
+10
*
hush: explain why wait5.tests is failing
Denys Vlasenko
2017-07-08
1
-0
/
+13
*
hush: fix "(sleep 1; exit 3) & sleep 2; echo $?; wait $!; echo $?"
Denys Vlasenko
2017-07-07
1
-5
/
+10
*
hush: fix two redirection testcase failures
Denys Vlasenko
2017-07-07
1
-64
/
+115
*
main: fix the case where user has "halt" as login shell. Closes 9986
Denys Vlasenko
2017-07-07
1
-1
/
+1
*
hush: add a TODO about redir3.tests failure
Denys Vlasenko
2017-07-06
1
-0
/
+4
*
hush: Print error messages on shift -1
Denys Vlasenko
2017-07-06
1
-1
/
+12
*
hush: implement negative start in the ${v: -n[:m]} idiom
Denys Vlasenko
2017-07-06
1
-2
/
+6
*
hush: "adopt" ash signal4.tests
Denys Vlasenko
2017-07-06
1
-1
/
+1
*
hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBST
Denys Vlasenko
2017-07-06
1
-2
/
+5
*
hush: fix quoted_punct.tests failure
Denys Vlasenko
2017-07-05
1
-2
/
+4
*
fixes for bugs found by make_single_applets.sh
Denys Vlasenko
2017-07-03
1
-20
/
+6
*
msh: delete this applet
Denys Vlasenko
2017-07-03
1
-18
/
+0
*
randomconfig fixes
Denys Vlasenko
2017-07-03
1
-3
/
+5
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
1
-1
/
+4
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-6
/
+6
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-2
/
+3
*
hush: reinstate [[ builtin
Denys Vlasenko
2017-01-11
1
-0
/
+3
*
hush: split bash compatible extensions into separate defines. No code changes
Kang-Che Sung
2017-01-11
1
-29
/
+44
*
hush: shorten output of "help" builtin
Denys Vlasenko
2017-01-10
1
-9
/
+12
*
hush: reorder builtins (cd and pwd ought to be close, etc), no code changes
Denys Vlasenko
2017-01-10
1
-297
/
+295
*
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
Denys Vlasenko
2017-01-10
1
-1
/
+15
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-53
/
+15
*
hush: make echo builtin optional
Denys Vlasenko
2017-01-09
1
-9
/
+20
*
hush: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
1
-2
/
+4
*
hush: global_args_malloced is used only if set builtin is enabled
Denys Vlasenko
2017-01-09
1
-9
/
+14
*
hush: fix 'defined but not used' warning
Denys Vlasenko
2017-01-09
1
-0
/
+2
*
hush: remove redundand test for ENABLE_HUSH_JOB
Denys Vlasenko
2017-01-09
1
-3
/
+1
*
hush: fix kill builtin without jobs support
Denys Vlasenko
2017-01-09
1
-12
/
+8
*
typo fix
Denys Vlasenko
2017-01-09
1
-1
/
+1
*
hush: conditionalize print_escaped() on EXPORT || TRAP
Denys Vlasenko
2017-01-08
1
-0
/
+2
*
hush: make memleak builtin optional
Denys Vlasenko
2017-01-08
1
-4
/
+13
*
hush: make export builtin optional
Denys Vlasenko
2017-01-08
1
-11
/
+26
*
hush: make umask builtin optional
Denys Vlasenko
2017-01-08
1
-0
/
+13
*
hush: make set/unset builtins optional
Denys Vlasenko
2017-01-08
1
-5
/
+35
*
hush: make read and trap builtins optional
Denys Vlasenko
2017-01-08
1
-71
/
+118
*
hush: kill builtin and kill %jobspec support
Denys Vlasenko
2017-01-08
1
-4
/
+130
[prev]
[next]