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
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
ash: fix execution of shell scripts without shebang
Denys Vlasenko
2011-03-07
1
-10
/
+19
|
*
convert "do {...} while (1);" -> "while (1) {...}"
Denys Vlasenko
2011-03-02
1
-8
/
+8
*
|
Merge commit 'da4441c44f6efccb6f7b7588404d9c6bfb7b6af8' into merge
Ron Yorston
2012-03-22
1
-30
/
+92
|
\
|
|
*
ash: fix ash-signals/signal8 testcase failure
Denys Vlasenko
2011-02-21
1
-12
/
+46
|
*
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
2011-02-14
1
-0
/
+1
|
*
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-08
1
-46
/
+27
|
*
ash: optional support for $TMOUT variable
Denys Vlasenko
2011-02-04
1
-0
/
+47
|
*
ash: cosmetic cleanups
Denys Vlasenko
2011-02-04
1
-13
/
+12
*
|
Merge commit '8d0e0cdadf726beab28ccdc7d69738c1534e1f74' into merge
Ron Yorston
2012-03-21
1
-3
/
+5
|
\
|
|
*
move utmp.h include to libbb.h
Denys Vlasenko
2011-01-25
1
-0
/
+2
|
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-3
/
+3
*
|
Eat trailing CRs as well as LFs when expanding backquotes
Ron Yorston
2012-02-16
1
-1
/
+2
*
|
Replace backslash with forward slash in environment
Ron Yorston
2012-02-16
1
-0
/
+7
*
|
Implement nonblocking wait
Ron Yorston
2012-02-14
1
-3
/
+4
*
|
Create fake HOME environment variable
Ron Yorston
2012-02-09
1
-0
/
+19
*
|
win32: ash: teach "cd" DOS path separator '\'
Nguyễn Thái Ngọc Duy
2011-01-14
1
-7
/
+8
*
|
Merge remote-tracking branch 'upstream/master'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-2
/
+9
|
\
|
|
*
init: simpler handling of leading dash in commands
Denys Vlasenko
2010-12-25
1
-1
/
+1
|
*
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
1
-1
/
+8
*
|
Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-2
/
+2
|
\
|
|
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
|
Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'
Nguyễn Thái Ngọc Duy
2011-01-04
1
-23
/
+22
|
\
|
|
*
*: whitespace fixes
Denys Vlasenko
2010-10-05
1
-1
/
+1
|
*
ash: fix signal and "set -e" interaction
Denys Vlasenko
2010-09-25
1
-6
/
+13
|
*
shell/math: deconvolute and explain ?: handling. Give better error message
Denys Vlasenko
2010-09-16
1
-1
/
+1
|
*
shell/math: return string error indicator, not integer
Denys Vlasenko
2010-09-15
1
-9
/
+2
|
*
shell/math.c: rename arith_eval_hooks to arith_state, put error code into it
Denys Vlasenko
2010-09-13
1
-10
/
+9
*
|
win32: ash: fix path_advance() not advancing correctly
Nguyễn Thái Ngọc Duy
2011-01-04
1
-1
/
+10
*
|
win32: ash: implement ^C (and Ctrl+Break)
Nguyễn Thái Ngọc Duy
2010-09-23
1
-0
/
+25
*
|
win32: ash: make waitpid return early if there is no child
Nguyễn Thái Ngọc Duy
2010-09-22
1
-0
/
+2
*
|
Merge remote branch 'origin/master'
Nguyễn Thái Ngọc Duy
2010-09-14
1
-199
/
+189
|
\
|
|
*
ash: shrink by folding an if check into setprompt; unindent big block
Denys Vlasenko
2010-09-12
1
-166
/
+149
|
*
ash: add missing casts to match CTLfoo; add TODO comments
Denys Vlasenko
2010-09-12
1
-8
/
+12
|
*
Avoid side effects in putc(), which may be implemented as a macro
Dan Fandrich
2010-09-09
1
-3
/
+6
|
*
shell: unify endofname() in hush and ash
Denys Vlasenko
2010-09-07
1
-21
/
+21
|
*
hush: remove disabled CMD_SINGLEWORD_NOGLOB_COND, rename o_glob->perform_glob
Denys Vlasenko
2010-09-06
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-12
/
+13
|
\
|
|
*
libbb: add xfstat function
Denys Vlasenko
2010-08-31
1
-2
/
+6
|
*
ash: small code shrink (-21 bytes)
Denys Vlasenko
2010-08-30
1
-9
/
+6
|
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-68
/
+40
|
\
|
|
*
ash: fix another bit of var_bash4 bug
Denys Vlasenko
2010-08-07
1
-3
/
+14
|
*
ash: cosmetic fixes, no code changes
Denys Vlasenko
2010-08-07
1
-60
/
+21
|
*
ash: fix another bug detected by var_bash4.tests
Denys Vlasenko
2010-08-06
1
-2
/
+3
|
*
ash: fix dequoting error detected by var_bash4 test
Denys Vlasenko
2010-08-06
1
-7
/
+6
*
|
Merge branch 'origin/master' (early part)
Nguyễn Thái Ngọc Duy
2010-09-14
1
-33
/
+54
|
\
|
|
*
ash: add a testcase for bug 2281 (currently fails). Small code cleanups.
Denys Vlasenko
2010-08-05
1
-31
/
+52
|
*
*: mass cosmetic removal of extra empty lines. no code changes
Denys Vlasenko
2010-07-26
1
-2
/
+0
|
*
ash: fix $! value when traps are set
Alexander Shishkin
2010-07-25
1
-0
/
+1
|
*
cttyhack: move build system bits into cttyhack.c, no code changes
Denys Vlasenko
2010-07-16
1
-0
/
+1
[prev]
[next]