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
*
post 1.14.1 fixes; bump version to 1.14.2
1_14_2
Denys Vlasenko
2009-06-22
1
-1
/
+2
*
ash: fix warning in debug build
Denis Vlasenko
2009-04-12
1
-1
/
+3
*
hush: fix NOMMU hangs in pseudo_exec_argv. Add forgotted setting
Denis Vlasenko
2009-04-04
1
-1
/
+3
*
shells: do not need to have math state global
Denis Vlasenko
2009-04-02
1
-46
/
+39
*
fix ash-alias/alias.tests failure
Denis Vlasenko
2009-04-02
1
-31
/
+20
*
split math code out of ash and into a standalone library so we can use it in ...
Mike Frysinger
2009-04-02
1
-699
/
+35
*
more of pointless whitespace fixes
Denis Vlasenko
2009-04-01
1
-1
/
+1
*
ash: add/improve comments, no code changes
Denis Vlasenko
2009-03-31
1
-3
/
+5
*
ash: fix $IFS handling in read. closes bug 235
Denis Vlasenko
2009-03-31
1
-12
/
+23
*
ash: expand comment
Denis Vlasenko
2009-03-20
1
-1
/
+2
*
ash: add missing comma in debug scaffolding
Denis Vlasenko
2009-03-20
1
-3
/
+3
*
ash: fix a case where we close wrong descriptor; add debug hack for that
Denis Vlasenko
2009-03-20
1
-3
/
+13
*
ash: DEBUG should be 0 :)
Denis Vlasenko
2009-03-19
1
-2
/
+2
*
ash: fix TRACE commands
Denis Vlasenko
2009-03-19
1
-5
/
+8
*
ash: make evaltree save/restore int suppression depth.
Denis Vlasenko
2009-03-19
1
-38
/
+78
*
ash: in dotrap(), do not clear gotsig[] for SIGINT if there is no handler
Denis Vlasenko
2009-03-19
1
-57
/
+69
*
ash: tentatively fix bug 189.
Denis Vlasenko
2009-03-19
1
-14
/
+13
*
ash: fix "ash -c 'exec 1>&0'" complaining that fd 0 is busy
Denis Vlasenko
2009-03-19
1
-4
/
+10
*
modprobe: emit "can't open 'modules.dep': (errno)" instead of "module not found"
Denis Vlasenko
2009-03-03
1
-2
/
+2
*
ash: make dot command search current directory first, as bash does.
Denis Vlasenko
2009-02-15
1
-0
/
+9
*
libbb: introduce and use xmalloc_ttyname (-32 in bss).
Denis Vlasenko
2008-12-23
1
-3
/
+3
*
ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case
Denis Vlasenko
2008-12-15
1
-10
/
+15
*
ash: remove TODO which seems to actually work now.
Denis Vlasenko
2008-12-03
1
-8
/
+8
*
ash: finally installed it as /bin/sh on my machine.
Denis Vlasenko
2008-12-03
1
-67
/
+131
*
ash: add FIXME
Denis Vlasenko
2008-11-28
1
-2
/
+7
*
ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX"
Denis Vlasenko
2008-11-28
1
-1
/
+1
*
ash: shrink on top of previous change
Denis Vlasenko
2008-11-28
1
-111
/
+128
*
ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&'
Denis Vlasenko
2008-11-28
1
-29
/
+46
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-2
/
+12
*
ash: fix bad interaction between ash -c '....&' and bash compat
Denis Vlasenko
2008-11-25
1
-2
/
+6
*
ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT
Denis Vlasenko
2008-11-22
1
-0
/
+2
*
ash: fix miscalculation of memory needed for eval tree
Denis Vlasenko
2008-11-21
1
-33
/
+35
*
ash: fix "while kill -0 $child; do true; done" looping forever.
Denis Vlasenko
2008-10-27
1
-46
/
+20
*
ash: fix NOEXEC mode - we were forgetting to pass environment!
Denis Vlasenko
2008-10-20
1
-2
/
+5
*
ash: support &> redirection (bashism). ~90 bytes of code
Denis Vlasenko
2008-10-07
1
-49
/
+68
*
ash: some beautification work, no code changes
Denis Vlasenko
2008-10-06
1
-41
/
+38
*
ash: implement ">&file" bashism. ~100 bytes.
Denis Vlasenko
2008-10-05
1
-47
/
+111
*
style fixes, no code changes
Denis Vlasenko
2008-09-27
1
-2
/
+2
*
ash: fix "(cat < file)" hang introduced by rev 22944.
Denis Vlasenko
2008-08-16
1
-11
/
+15
*
ash: bash compat: "shift $BIGNUM" is equivalent to "shift 1"
Denis Vlasenko
2008-07-30
1
-1
/
+1
*
ash: fix typo
Denis Vlasenko
2008-07-26
1
-1
/
+1
*
ash: hopefully close bug 4324. With testcase.
Denis Vlasenko
2008-07-26
1
-17
/
+36
*
ash: dont allow e.g. exec <&10 to attach to stript's fd!
Denis Vlasenko
2008-07-25
1
-12
/
+35
*
ash: prevent exec NN>&- from closing fd used for script reading
Denis Vlasenko
2008-07-24
1
-8
/
+25
*
ash: fix a bug where redirection fds were not closed afterwards.
Denis Vlasenko
2008-07-24
1
-37
/
+37
*
ash: teach ash about 123>file. It could take only 0..9 before
Denis Vlasenko
2008-07-24
1
-45
/
+97
*
ash: ducument where "no fds > 9 in redirects" limitation is.
Denis Vlasenko
2008-07-24
1
-3
/
+4
*
ash: ditch dupredirect(), it was only making code harder to read.
Denis Vlasenko
2008-07-24
1
-28
/
+24
*
ash: explain redirect code a bit
Denis Vlasenko
2008-07-24
1
-29
/
+39
*
ash: code shrink
Denis Vlasenko
2008-07-24
1
-35
/
+33
[next]