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: fix incorrect processing of echo "'$var'".
Denis Vlasenko
2007-05-16
1
-25
/
+25
*
hush: more fixes to variable expansion, more testcases
Denis Vlasenko
2007-05-14
1
-29
/
+40
*
hush: move towards more correct variable expansion
Denis Vlasenko
2007-05-14
1
-63
/
+304
*
hush: fix '{ false; echo $?; }' bug.
Denis Vlasenko
2007-05-13
1
-96
/
+108
*
hush: fix bug in interactive shell introduced yesterday
Denis Vlasenko
2007-05-11
1
-42
/
+46
*
hush: fix "unterminated last line loops forever" bug
Denis Vlasenko
2007-05-10
1
-59
/
+70
*
hush: fix recent breakage (VAR=VAL stopped working)
Denis Vlasenko
2007-05-10
1
-1
/
+1
*
hush: fix double-free in "echo TEST &"
Denis Vlasenko
2007-05-06
1
-78
/
+105
*
hush: stop generating extra empty pipes in parse stage.
Denis Vlasenko
2007-05-05
1
-13
/
+15
*
hush: preparatory patch for removing extra empty pipes generation
Denis Vlasenko
2007-05-05
1
-80
/
+90
*
hush: fix "while true; do true; done" + ctrl-z
Denis Vlasenko
2007-05-04
1
-92
/
+120
*
hush: add parse tree debug print
Denis Vlasenko
2007-05-04
1
-5
/
+62
*
hush: fix "true | exit 3; echo $?" bug
Denis Vlasenko
2007-05-03
1
-46
/
+92
*
hush: remove env builtin (it is buggy). Add comments
Denis Vlasenko
2007-05-02
1
-17
/
+16
*
hush: simplify debugging prints a little bit
Denis Vlasenko
2007-05-02
1
-62
/
+61
*
hush: add debugging for tracing execution,
Denis Vlasenko
2007-05-02
1
-2
/
+33
*
hush: fix incorrect exitcodes without job control
Denis Vlasenko
2007-05-02
1
-14
/
+9
*
hush: make job control and interactiveness configurable, part 2
Denis Vlasenko
2007-04-28
1
-49
/
+84
*
hush: make job control and interactiveness configurable, part 1
Denis Vlasenko
2007-04-28
1
-14
/
+102
*
hush: make hush properly detect EOF on stdin (even interactive one -
Denis Vlasenko
2007-04-28
1
-5
/
+8
*
hush: add Ctrl-C handling to nofork case
Denis Vlasenko
2007-04-28
1
-3
/
+15
*
hush: better signal handling across ctrl-z
Denis Vlasenko
2007-04-28
1
-87
/
+127
*
hush: fix nofork + ctrl-Z clobbering of globals
Denis Vlasenko
2007-04-28
1
-23
/
+17
*
hush: add ctrl-Z handling for nofork'ed case
Denis Vlasenko
2007-04-28
1
-13
/
+82
*
hush: make Ctrl-Z work (at least sometimes)
Denis Vlasenko
2007-04-21
1
-176
/
+224
*
hust: add a comment
Denis Vlasenko
2007-04-21
1
-0
/
+4
*
hush: fix more backgrounding bugs. Plenty of them remains still.
Denis Vlasenko
2007-04-21
1
-10
/
+22
*
hush: explain why "pipe; exit $?" doesn't show correct exitcode
Denis Vlasenko
2007-04-21
1
-12
/
+16
*
hush: do not print message if killed by signal;
Denis Vlasenko
2007-04-21
1
-122
/
+115
*
hush: begin fixing non-functional job control
Denis Vlasenko
2007-04-21
1
-72
/
+198
*
hush: small code shrink; style fixes
Denis Vlasenko
2007-04-20
1
-51
/
+57
*
ps: add -o tty and -o rss support
Denis Vlasenko
2007-04-19
1
-1
/
+1
*
hush: remove stray semicolon (should change nothing)
Denis Vlasenko
2007-04-18
1
-3
/
+3
*
shells: remove few statics and duplicated code
Denis Vlasenko
2007-04-16
1
-22
/
+12
*
style fixes, no code changes
Denis Vlasenko
2007-04-16
1
-1
/
+2
*
lash: recognize and use NOFORK applets
Denis Vlasenko
2007-04-14
1
-21
/
+16
*
hush: use NOFORK applets as appropriate. Net reduction of code size.
Denis Vlasenko
2007-04-14
1
-19
/
+22
*
hush: more style fixes.
Denis Vlasenko
2007-04-13
1
-64
/
+66
*
hush: comment out and replace bug in set_local_var:
Denis Vlasenko
2007-04-13
1
-44
/
+46
*
fix realloc-of-non-malloced pointer, and reduce size while at it
Denis Vlasenko
2007-04-12
1
-1
/
+1
*
pass a copy of argv[i] to NOFORK applets (they may permute it etc).
Denis Vlasenko
2007-04-12
1
-2
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-2
/
+1
*
style fixes, no code changes.
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
rename: run_applet_by_name -> run_applet_and_exit
Denis Vlasenko
2007-04-11
1
-1
/
+1
*
Rename two config options:
Denis Vlasenko
2007-04-10
1
-1
/
+1
*
style fixes. No code changes.
Denis Vlasenko
2007-04-10
1
-2
/
+2
*
random style fixes (extra spaces deleted)
Denis Vlasenko
2007-03-24
1
-2
/
+2
*
syslogd: fix "readpath bug" by using readlink instead
Denis Vlasenko
2007-02-11
1
-2
/
+2
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
assorted fixes for bugs found with randomconfig
Denis Vlasenko
2007-02-03
1
-4
/
+4
[prev]
[next]