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
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: 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
*
tweak in comment
Denys Vlasenko
2009-11-16
1
-1
/
+1
*
hush: initial stab at brace expansion support
Denys Vlasenko
2009-11-16
1
-4
/
+133
*
hush: fix handling of words with braces. +65 bytes
Denys Vlasenko
2009-11-16
1
-8
/
+21
*
hush: fix exit code propagation from `cmd`. +45 bytes
Denys Vlasenko
2009-11-16
1
-2
/
+13
*
libbb: added xfdopen_for_read/write
Denys Vlasenko
2009-11-15
1
-9
/
+6
*
hush: wait for `cmd` to complete, and immediately store its exitcode in $?
Denys Vlasenko
2009-11-15
1
-18
/
+18
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-7
/
+7
*
build failure fix and some cosmetics
Denys Vlasenko
2009-10-23
1
-2
/
+2
*
hush: fix exec builtin in a better way (+ "glob in exec" bug fixed)
Denys Vlasenko
2009-10-19
1
-24
/
+17
*
hush: use configured max line length, not BUFSIZE from libc
Denys Vlasenko
2009-10-19
1
-2
/
+2
*
hush: remove superfluous assignment
Denys Vlasenko
2009-10-19
1
-1
/
+1
*
hush: make it compile again :/
Denys Vlasenko
2009-10-19
1
-3
/
+3
*
hush: cosmetics. no code changes
Denys Vlasenko
2009-10-19
1
-65
/
+66
*
hush: fix handling of empty arguments
Denys Vlasenko
2009-10-18
1
-11
/
+32
*
hush: handle empty execs
Mike Frysinger
2009-10-18
1
-0
/
+6
*
hush: add a printf builtin
Mike Frysinger
2009-10-15
1
-0
/
+13
*
hush: unify handling of builtin applets
Mike Frysinger
2009-10-15
1
-8
/
+8
*
ash,hush: fix $RANDOM in children being repeated
Denys Vlasenko
2009-10-12
1
-2
/
+4
*
hush: shrink $RANDOM support
Denys Vlasenko
2009-10-11
1
-7
/
+4
*
hush: fix cut-n-paste error in last commit
Denys Vlasenko
2009-10-09
1
-1
/
+1
*
hush: add support for $RANDOM. If on:
Denys Vlasenko
2009-10-09
1
-0
/
+16
*
hush: support $PPID
Denys Vlasenko
2009-10-09
1
-4
/
+15
*
*: code shrink via NOINLINE
Denys Vlasenko
2009-10-08
1
-2
/
+2
*
ash,hush: share string
Denys Vlasenko
2009-09-29
1
-4
/
+7
*
ash,hush: make trap output short signal names, without SIG prefix
Denys Vlasenko
2009-09-27
1
-2
/
+5
*
hush: do not reset to default "" traps in subshell
Denys Vlasenko
2009-09-25
1
-18
/
+23
*
hush: document a TODO. no code changes
Denys Vlasenko
2009-09-25
1
-2
/
+10
*
hush: small speed optimization. +10 bytes.
Denys Vlasenko
2009-09-24
1
-1
/
+1
*
ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Denys Vlasenko
2009-09-24
1
-1
/
+1
*
*: more portability fixes by Dan Fandrich
Denys Vlasenko
2009-09-23
1
-2
/
+2
*
hush: fix `trap`
Denys Vlasenko
2009-09-23
1
-1
/
+43
*
hush: better wording in comments. no code changes
Denys Vlasenko
2009-09-21
1
-4
/
+6
*
hush: make memleak debugging more robust
Denys Vlasenko
2009-09-12
1
-0
/
+5
[prev]
[next]