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: code shrink by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-12
1
-39
/
+35
*
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
Denys Vlasenko
2009-09-06
1
-2
/
+3
*
hush: export PWD
Denys Vlasenko
2009-09-05
1
-3
/
+58
*
msh: aliased to hush
Denys Vlasenko
2009-08-21
1
-0
/
+9
*
hush: enable "lash is deprecated, please use hush instead" message
Denys Vlasenko
2009-08-20
1
-1
/
+1
*
hush: do not process options after non-option args
Denys Vlasenko
2009-08-20
1
-1
/
+1
*
hush: fix \<newline> handling on NOMMU
Denys Vlasenko
2009-08-12
1
-1
/
+8
*
hush tests: remove the requirement that .config is in ../..
Denys Vlasenko
2009-08-12
1
-0
/
+1
*
remove trailing whitespace
Denys Vlasenko
2009-07-15
1
-1
/
+1
*
ash: fix . builtin
Denys Vlasenko
2009-06-14
1
-14
/
+1
*
added comments about [[ ]] to ash and hush. no code changes
Denys Vlasenko
2009-06-10
1
-0
/
+5
*
hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it
Denys Vlasenko
2009-06-10
1
-24
/
+34
*
hush: specially handle [[ - suppress globbing & multiword expansion
Denys Vlasenko
2009-06-09
1
-20
/
+112
*
hush: drop REDIRECT_INVALID; other minor tweaks
Denys Vlasenko
2009-06-07
1
-42
/
+38
*
hush: fix a segfault in export builtin
Denys Vlasenko
2009-06-07
1
-13
/
+12
*
hush: make builtins work in pipes (eval ... | ...) on NOMMU
Denys Vlasenko
2009-06-06
1
-91
/
+183
*
*: add FAST_FUNC to function ptrs where it makes sense
Denys Vlasenko
2009-06-05
1
-60
/
+60
*
hush: document a TODO in export builtin
Denys Vlasenko
2009-06-03
1
-2
/
+16
*
hush: fix a case when backgrounded cmd makes shell hang
Denys Vlasenko
2009-06-03
1
-0
/
+2
*
hush: add support for local builtin
Denys Vlasenko
2009-06-03
1
-70
/
+174
*
hush: unify syntax_error_unterm_{ch,str} a bit
Mike Frysinger
2009-06-01
1
-9
/
+7
*
hush: push down expansion var in handle_dollar()
Mike Frysinger
2009-06-01
1
-2
/
+3
*
hush: add support for special vars in braces
Mike Frysinger
2009-06-01
1
-0
/
+3
*
nc, hush: cosmetic cleanups, no code changes
Denys Vlasenko
2009-06-01
1
-13
/
+13
*
read_key: drop optimization where we read 3 bytes at once
Denys Vlasenko
2009-05-29
1
-2
/
+2
*
hust: trivial simplification in builtin_type
Denys Vlasenko
2009-05-28
1
-3
/
+1
*
hush: fix bug 353 (wrong handling of \x in assignments)
Denys Vlasenko
2009-05-28
1
-22
/
+15
*
hush: optimize type builtin a bit more
Denys Vlasenko
2009-05-28
1
-6
/
+5
*
hush: optimize type builtin a bit
Denys Vlasenko
2009-05-28
1
-11
/
+10
*
hush: implement `type`
Mike Frysinger
2009-05-27
1
-27
/
+78
*
hush: remove outdated TODO and superfluous macro; fix compile breakage
Denys Vlasenko
2009-05-27
1
-5
/
+6
*
hush: tweak comment
Denys Vlasenko
2009-05-26
1
-2
/
+2
*
hush: rename last_waitpid_was_0 to we_have_children
Denys Vlasenko
2009-05-26
1
-11
/
+19
*
hush: fix SIGCHLD counting code, but keep it disabled for now.
Denys Vlasenko
2009-05-25
1
-19
/
+66
*
hush: fix problems with case in subshells and with "case esac"
Denys Vlasenko
2009-05-23
1
-11
/
+24
*
hush: fix build failure when jobs are disabled
Mike Frysinger
2009-05-20
1
-16
/
+19
*
hush: small fix for unset -f on NOMMU.
root
2009-05-04
1
-5
/
+5
*
hush: add more complex case to leak testcase, fix found breakage
Denys Vlasenko
2009-05-04
1
-33
/
+43
*
hush: fix bug where in "var=val func" var's value is not visible in func
Denys Vlasenko
2009-05-04
1
-90
/
+109
*
hush: fix \<newline> handling
Denys Vlasenko
2009-05-03
1
-14
/
+14
*
hush: fix handling of unterminated subshell: (<eof>. Fixes bug 229.
Denys Vlasenko
2009-05-02
1
-4
/
+11
*
hush: fix multiple redirections of the same fd (bug 227)
Denys Vlasenko
2009-05-02
1
-2
/
+6
*
hush: make . cmd search $PATH
Denys Vlasenko
2009-05-02
1
-2
/
+26
*
git commit test
Denys Vlasenko
2009-04-30
1
-1
/
+2
*
hush: make it possible to have interactive shell on non-ctty.
Denis Vlasenko
2009-04-27
1
-58
/
+80
*
hush: make getopt32 usable in builtins. use it in unset.
Denis Vlasenko
2009-04-26
1
-26
/
+16
*
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26
1
-1
/
+4
*
hush: fix SEGV in % expansion
Denis Vlasenko
2009-04-26
1
-12
/
+12
*
do not tell people they can enter "help" if help has actually been disabled
Mike Frysinger
2009-04-24
1
-1
/
+3
*
use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME...
Mike Frysinger
2009-04-24
1
-8
/
+18
[prev]
[next]