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
...
*
- fix spelling
Bernhard Reutner-Fischer
2008-07-21
1
-3
/
+3
*
ash: small code shrink
Denis Vlasenko
2008-07-13
1
-5
/
+5
*
ash: fix segfault in "command -v"
Denis Vlasenko
2008-07-11
1
-12
/
+24
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-43
/
+43
*
sendmail: fix wrong vfork usage here too
Denis Vlasenko
2008-07-01
1
-1
/
+1
*
libbb: shrink monotonic_XXX functions, introduce monotonic_ns
Denis Vlasenko
2008-06-29
1
-5
/
+7
*
ash: improve comments
Denis Vlasenko
2008-06-27
1
-14
/
+15
*
ash: fix very weak $RANDOM generator; and move even more things
Denis Vlasenko
2008-06-27
1
-52
/
+66
*
ash: move stuff out of data/bss
Denis Vlasenko
2008-06-27
1
-65
/
+58
*
fix breakage found by randomconfig
Denis Vlasenko
2008-06-23
1
-1
/
+1
*
ash: trivial code readability fixes
Denis Vlasenko
2008-06-23
1
-9
/
+8
*
ash: improve readability of the code. No real code changes.
Denis Vlasenko
2008-06-23
1
-9
/
+9
*
ash: optional support for $'...\t...\n...' bashism
Denis Vlasenko
2008-06-23
1
-29
/
+88
*
ash: minor shrink (mostly smallints) and variable renaming
Denis Vlasenko
2008-06-22
1
-91
/
+91
*
ash: fix "shift BIGNUM" and "read with no variable name" bugs.
Denis Vlasenko
2008-06-18
1
-2
/
+4
*
ash: small cosmetic change
Denis Vlasenko
2008-06-14
1
-1
/
+1
*
ash: fix ${var/s/r} handling, add testcase.
Denis Vlasenko
2008-06-14
1
-61
/
+14
*
reword the error msg so people realize that they broke it, they buy it
Mike Frysinger
2008-06-09
1
-1
/
+1
*
ash: optional printf builtin. +25 bytes if off, +35 if on.
Denis Vlasenko
2008-06-01
1
-5
/
+9
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-1
/
+1
*
ash: more of -Wall fixes
Denis Vlasenko
2008-05-18
1
-16
/
+16
*
more of -Wall fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-15
1
-6
/
+9
*
ash: make set -o and set +o work as in dash/bash.
Denis Vlasenko
2008-05-06
1
-7
/
+9
*
ash: fix breakage introduced in rev 21481.
Denis Vlasenko
2008-04-14
1
-18
/
+45
*
ash: speed up NOFORK code in ash by eliminating second find_applet().
Denis Vlasenko
2008-04-13
1
-21
/
+23
*
ash: add FEATURE_SH_NOFORK support
Denis Vlasenko
2008-04-12
1
-0
/
+18
*
ash: do not do find_applet() twice in shellexec/tryexec
Denis Vlasenko
2008-04-12
1
-22
/
+20
*
shells: do not frocibly enable test, echo and kill _applets_,
Denis Vlasenko
2008-04-01
1
-22
/
+3
*
ash: support for && and || in [[ expr ]]; add testsuite checks
Denis Vlasenko
2008-03-25
1
-12
/
+42
*
ash: comment about [[; code style fixes. No code changes.
Denis Vlasenko
2008-03-25
1
-10
/
+30
*
ash: optional bash-like pattern subst and substring opts
Denis Vlasenko
2008-03-25
1
-42
/
+311
*
ash: add read -u; fix read -t and read -n; add testsuite entries.
Denis Vlasenko
2008-03-25
1
-55
/
+67
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-4
/
+16
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-77
/
+76
*
libbb: introduce and use sigprocmask_allsigs and sigaction_set.
Denis Vlasenko
2008-03-17
1
-3
/
+1
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-1
/
+1
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-12
/
+12
*
ash: s/ckzmalloc/ckzalloc/
Denis Vlasenko
2008-02-21
1
-1
/
+1
*
ash: sprinkle a bit more of zeroed allocations.
Denis Vlasenko
2008-02-21
1
-19
/
+20
*
libbb: introduce and use nonblock_safe_read(). Yay!
Denis Vlasenko
2008-02-20
1
-4
/
+7
*
ash: introduce and use stzalloc and ckzalloc.
Denis Vlasenko
2008-02-20
1
-44
/
+60
*
ash: fix fallout from "A=1 B=$A; echo $B" code.
Denis Vlasenko
2008-02-19
1
-19
/
+29
*
whitespace fixes
Denis Vlasenko
2008-02-17
1
-1
/
+1
*
ash: handle "A=1 A=2 B=$A; echo $B". closes bug 947.
Denis Vlasenko
2008-02-15
1
-38
/
+73
*
ash: explain why "set -o BOGUS" doesn't abort
Denis Vlasenko
2008-02-14
1
-0
/
+17
*
ash: make ash -c 'if set -o barfoo 2>/dev/null; then echo foo; else echo bar;...
Denis Vlasenko
2008-02-14
1
-11
/
+25
*
ash: fix warning about _GNU_SOURCE being redefined, fix typo in comment.
Denis Vlasenko
2008-02-12
1
-1
/
+3
*
ash: fix "orwell bug" 1984. Testcase:
Denis Vlasenko
2008-02-10
1
-55
/
+48
*
ash: readability enhancement, no code changes
Denis Vlasenko
2008-02-03
1
-15
/
+20
[prev]
[next]