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
*
fix build breakage found by randconfig
Denys Vlasenko
2012-04-20
1
-0
/
+2
*
hush: remove unused member struct command::is_stopped
Denys Vlasenko
2012-03-27
1
-4
/
+0
*
lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicator
Denys Vlasenko
2011-09-04
1
-2
/
+1
*
lineedit: add support for history saving on exit
Denys Vlasenko
2011-09-04
1
-0
/
+4
*
lineedit: fix atomic replace of history file; hush: fix $HISTFILE handling
Denys Vlasenko
2011-09-04
1
-17
/
+23
*
randomconfig fixes
Denys Vlasenko
2011-08-09
1
-6
/
+6
*
hush: fix remaining known two bugs with IFS expansion. Closes 4027.
Denys Vlasenko
2011-08-01
1
-27
/
+55
*
hush: partially fix wrong expansion on $IFS (bug 4027).
Denys Vlasenko
2011-08-01
1
-9
/
+30
*
hush: better comment. No code changes
Denys Vlasenko
2011-06-01
1
-1
/
+1
*
hush: fix a corner case of empty "do \n done" structure
Denys Vlasenko
2011-05-31
1
-1
/
+4
*
hush: fix misparsing of "... do eval a= ...". Closes 3721
Denys Vlasenko
2011-05-14
1
-28
/
+49
*
fix "variable 'foo' set but not used" warnings
Denys Vlasenko
2011-05-13
1
-2
/
+2
*
hush: install signal handlers with filled sigmask
Denys Vlasenko
2011-05-12
1
-9
/
+28
*
hush: fixes and small shrink for HUSH_JOB!=y
Denys Vlasenko
2011-05-12
1
-10
/
+17
*
hush: remove one sigprocmask from exit path
Denys Vlasenko
2011-05-12
1
-4
/
+6
*
hush: add forgotten {} in multi-statement if.
Denys Vlasenko
2011-05-12
1
-2
/
+3
*
hush: fix login shell's signal handling; add -l option so that it's easier to...
Denys Vlasenko
2011-05-12
1
-32
/
+35
*
hush: replace signal handling machinery
Denys Vlasenko
2011-05-11
1
-232
/
+278
*
hush: use SA_RESTARTed signal handlers across read.
Denys Vlasenko
2011-05-11
1
-16
/
+21
*
hush: code shrink
Denys Vlasenko
2011-05-09
1
-59
/
+66
*
hush: make read builtin interruptible.
Denys Vlasenko
2011-05-08
1
-2
/
+96
*
hush: fix incorrect PS2 dispaly and trap handling while reading command
Denys Vlasenko
2011-05-08
1
-5
/
+22
*
ash,hush: optional support for $HISTFILESIZE.
Denys Vlasenko
2011-03-31
1
-0
/
+4
*
hush: remove outdated comments
Denys Vlasenko
2011-03-30
1
-5
/
+1
*
hush: fix source1.tests
Denys Vlasenko
2011-03-30
1
-27
/
+37
*
hush: make parse errors in sourced file non-fatal in interactive script
Denys Vlasenko
2011-03-24
1
-45
/
+52
*
hush: fix a case where return in sourced file has no effect
Denys Vlasenko
2011-03-24
1
-0
/
+4
*
ash,hush: recheck LANG before every line input
Denys Vlasenko
2011-03-23
1
-9
/
+16
*
ash/hush: shrink help text
Denys Vlasenko
2011-03-08
1
-1
/
+1
*
ash/hush: provide help text
Denys Vlasenko
2011-03-07
1
-7
/
+14
*
hush: do not print killer signal's name for SIGPIPE
Denys Vlasenko
2011-02-14
1
-2
/
+4
*
ash: fix TMOUT not restoring tty attributes
Denys Vlasenko
2011-02-08
1
-1
/
+1
*
echo: do not retry on write errors
Denys Vlasenko
2011-02-07
1
-1
/
+7
*
hush: use FEATURE_SH_NOFORK to enable NOFORK trick
Denys Vlasenko
2011-02-02
1
-6
/
+5
*
hush: improve prompt in nested {}s, remove unused in_str->promptme member
Denys Vlasenko
2011-01-18
1
-21
/
+11
*
hush: fix "cmd & <newline>" problem
Denys Vlasenko
2011-01-18
1
-5
/
+16
*
mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo
Denys Vlasenko
2011-01-18
1
-4
/
+4
*
hush: fix wrong prompt problem on empty interactive commants
Denys Vlasenko
2011-01-07
1
-1
/
+10
*
hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)
Denys Vlasenko
2010-12-21
1
-45
/
+49
*
hush: fix build breakage (variable declared in for())
Denys Vlasenko
2010-12-18
1
-21
/
+24
*
add if guards around include <malloc.h>
Denys Vlasenko
2010-12-05
1
-1
/
+5
*
hush: move G_x_mode define to the more appropriate place
Denys Vlasenko
2010-11-28
1
-5
/
+5
*
Support set -o xtrace/noexec alternates for set -x/-n
Dan Fandrich
2010-11-28
1
-6
/
+14
*
hush: display useful help text
Dan Fandrich
2010-11-28
1
-2
/
+8
*
fixes for bugs discovered by randomconfig builds and tests
Denys Vlasenko
2010-11-22
1
-2
/
+4
*
hush: fix improper handling of newline and hash chars in few corner cases
Denys Vlasenko
2010-11-22
1
-123
/
+130
*
hush: add support for "set -o pipefail"
Denys Vlasenko
2010-11-14
1
-23
/
+101
*
hush: preparatory patch for set -o pipefail support
Denys Vlasenko
2010-11-14
1
-4
/
+5
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-2
/
+2
*
hush: remove "doesn't support brace expansion" from config help text
Denys Vlasenko
2010-10-04
1
-2
/
+2
[next]