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
*
Apply post-1.17.2 fixes, bump version to 1.17.3
1_17_3
Denys Vlasenko
2010-10-09
1
-13
/
+17
*
Version 1.17.2: apply post 1.17.1 fixes, replace patch applet by Rob's version
Denys Vlasenko
2010-08-23
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2010-07-05
1
-5
/
+13
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-11
/
+4
*
build system: do not rebuild ash and hush on any change to any .c file
Denys Vlasenko
2010-06-26
1
-3
/
+1
*
A few minor portability improvements
Dan Fandrich
2010-06-19
1
-1
/
+1
*
bbconfig: make it independent from printf functions
Denys Vlasenko
2010-06-07
1
-1
/
+1
*
shell: consolidate builtin_foo.? into shell_common.?; delete obsolete shells
Denys Vlasenko
2010-05-23
1
-2
/
+0
*
hush: trivial code shrink
Denys Vlasenko
2010-05-22
1
-20
/
+21
*
hush: reduce #ifdef forest a bit, rename handle_dollar -> parse_dollar
Denys Vlasenko
2010-05-22
1
-25
/
+20
*
hush: fix hush -c 'echo $0' - was showing empty string
Denys Vlasenko
2010-05-22
1
-0
/
+1
*
hush: fix segfault in ${?:N:M}
Denys Vlasenko
2010-05-22
1
-34
/
+47
*
hush: fix "hush -c 'echo $#'" showing -1
Denys Vlasenko
2010-05-22
1
-1
/
+0
*
hush: support ${var:EXPR:EXPR}!
Denys Vlasenko
2010-05-22
1
-42
/
+88
*
hush: fix a nommu todo in recent commits
Denys Vlasenko
2010-05-22
1
-25
/
+37
*
hush: fix more obscure ${var%...} cases
Denys Vlasenko
2010-05-22
1
-16
/
+23
*
hush: fix a=abc; c=c; echo ${a%${c}}
Denys Vlasenko
2010-05-21
1
-55
/
+63
*
hush: handle expansions in ${var?expanded_word} constructs
Denys Vlasenko
2010-05-21
1
-15
/
+27
*
hush: reorganized TODO comment at top
Denys Vlasenko
2010-05-21
1
-14
/
+12
*
hush: add a list of unsupported builtins
Denys Vlasenko
2010-05-21
1
-0
/
+2
*
hush: handle ${var:NUM:} too
Denys Vlasenko
2010-05-21
1
-2
/
+8
*
hush: remove extra comparison from prev commit
Denys Vlasenko
2010-05-21
1
-4
/
+2
*
hush: optional support for ${var:N:M} bashism
Denys Vlasenko
2010-05-21
1
-39
/
+45
*
hush: explain various parameter expansion ops in comments
Denys Vlasenko
2010-05-20
1
-8
/
+36
*
hush: small code shrink
Denys Vlasenko
2010-05-20
1
-7
/
+6
*
hush: shrink variable expansion code
Denys Vlasenko
2010-05-20
1
-20
/
+19
*
hush: fix var=`exit 2` not setting $? to 2
Denys Vlasenko
2010-05-20
1
-5
/
+10
*
hush: code shrink
Denys Vlasenko
2010-05-20
1
-1
/
+1
*
hush: support "cd -- DIR" and such
Denys Vlasenko
2010-05-20
1
-14
/
+32
*
ash,hush: make bare "." set exitcode to 2
Denys Vlasenko
2010-05-18
1
-9
/
+14
*
hush: update bash compat todo comment
Denys Vlasenko
2010-05-17
1
-7
/
+10
*
ash,hush: make "source" a synonym for . if bash compat is on
Denys Vlasenko
2010-05-17
1
-0
/
+3
*
hush: fix hush-bugs/parse_err.tests
Denys Vlasenko
2010-05-17
1
-4
/
+9
*
hush: mention PPID, RANDOM support
Denys Vlasenko
2010-05-16
1
-1
/
+1
*
*: merge some common strings
Denys Vlasenko
2010-03-23
1
-1
/
+1
*
ash,hush: make it possible to build them individually
Denys Vlasenko
2010-03-23
1
-2
/
+6
*
hush: use ash's ulimit builtin; make it more more bash0like while at it
Denys Vlasenko
2010-03-06
1
-2
/
+2
*
hush: note a FIXME
Denys Vlasenko
2010-02-08
1
-0
/
+1
*
hush: more "greppable" field names. no code changes
Denys Vlasenko
2010-01-28
1
-13
/
+13
*
whitespace fixes
Denys Vlasenko
2010-01-25
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2010-01-24
1
-1
/
+1
*
shell/read: check that variable names are sane
Denys Vlasenko
2010-01-13
1
-10
/
+0
*
hush: use ash's read builtin
Denys Vlasenko
2010-01-12
1
-22
/
+37
*
hush: fix potential buffer overflow on NOMMU
Denys Vlasenko
2010-01-12
1
-3
/
+6
*
hush: fix subshell.tests failure on NOMMU
Denys Vlasenko
2010-01-12
1
-36
/
+68
*
hush: two NOMMU fixes for bugs 877 and 883
Denys Vlasenko
2010-01-12
1
-3
/
+12
*
hush: plug a memory leak
Denys Vlasenko
2010-01-12
1
-0
/
+1
*
hush: fix exitcodes of killed processes
Denys Vlasenko
2010-01-04
1
-2
/
+4
*
fix fallout from isprint() changes
Denys Vlasenko
2009-11-20
1
-0
/
+4
*
hush: improve HUSH_BRACE_EXP code (still disabled). ~0 bytes
Denys Vlasenko
2009-11-17
1
-62
/
+163
[next]