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
...
|
*
hush: fix quoted_punct.tests failure
Denys Vlasenko
2017-07-05
1
-1
/
+3
|
*
ash: fix escaping of a few characters (broken by last commits)
Denys Vlasenko
2017-07-05
1
-2
/
+7
|
*
ash: tweak in comment
Denys Vlasenko
2017-07-05
1
-1
/
+1
|
*
ash: note which versions of glibc exhibit "rho bug"
Denys Vlasenko
2017-07-05
1
-1
/
+2
|
*
ash: fix matching of unicode greek letter rho (cf 81) and similar cases
Denys Vlasenko
2017-07-05
1
-1
/
+22
|
*
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2
Denys Vlasenko
2017-07-01
1
-8
/
+2
|
*
ash: fix 'trap - 65'
Denys Vlasenko
2017-07-01
1
-1
/
+1
|
*
ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT
Denys Vlasenko
2017-06-27
1
-6
/
+0
*
|
ash: fix POSIX build
Ron Yorston
2017-07-14
1
-5
/
+5
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-05-29
1
-37
/
+41
|
\
|
|
*
ash: fix incorrect path in describe_command
Youfu Zhang
2017-05-26
1
-13
/
+3
|
*
ash,hush: fix SIGCHLD interrupting read builtin
Denys Vlasenko
2017-05-22
1
-0
/
+7
|
*
Spelling fixes in comments, documentation, tests and examples
Denys Vlasenko
2017-04-17
1
-6
/
+6
|
*
ash: implement "exec -a ARGV0 CMD ARGV1..."
Denys Vlasenko
2017-04-12
1
-7
/
+15
|
*
ash: make shellexec capable of using separate argv[0] and filename to exec
Denys Vlasenko
2017-04-12
1
-11
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-02-08
1
-171
/
+294
|
\
|
|
*
ash: add INT_OFF/ON around allocations
Denys Vlasenko
2017-02-03
1
-2
/
+4
|
*
ash: improve / fix glob expansion
Felix Fietkau
2017-01-31
1
-17
/
+54
|
*
*: add comment about APPLET_ODDNAME format
Denys Vlasenko
2017-01-29
1
-1
/
+2
|
*
ash: commented-out possible fix for 7694
Denys Vlasenko
2017-01-11
1
-4
/
+79
|
*
ash: 16-bit ->nprocs field is a pain for many CPUs
Denys Vlasenko
2017-01-11
1
-3
/
+4
|
*
ash: split bash compatible extensions into separate defines. No code changes
Denys Vlasenko
2017-01-11
1
-74
/
+101
|
*
ash: revert "make dot command search current directory first"
Denys Vlasenko
2017-01-10
1
-9
/
+0
|
*
shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_foo
Denys Vlasenko
2017-01-10
1
-13
/
+13
|
*
Big cleanup in config help and description
Denys Vlasenko
2017-01-10
1
-49
/
+36
|
*
ash: fix a bug in argv restoration after sourcing a file
Denys Vlasenko
2017-01-09
1
-2
/
+4
*
|
ash: make the noconsole option configurable at build time
Ron Yorston
2017-02-07
1
-4
/
+20
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-08
1
-4
/
+14
|
\
|
|
*
ash: fix open fds leaking in redirects. Closes 9561
Denys Vlasenko
2017-01-07
1
-4
/
+7
|
*
ash: explicltly group ash options
Kang-Che Sung
2017-01-06
1
-0
/
+7
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-01-04
1
-135
/
+158
|
\
|
|
*
ash: fix error code regression
Ron Yorston
2017-01-03
1
-2
/
+6
|
*
Make it possible to select "sh" and "bash" aliases without selecting ash or hush
Denys Vlasenko
2016-12-23
1
-49
/
+46
|
*
shell: move "config" blocks above their use in coditional includes
Denys Vlasenko
2016-12-22
1
-82
/
+81
|
*
Tweak some config defaults; fix MODPROBE_SMALL ordering in "make config"
Denys Vlasenko
2016-12-22
1
-3
/
+2
|
*
ash: clarify uclibc glob() bug in comment
Denys Vlasenko
2016-12-21
1
-0
/
+3
|
*
ash: error out if ASH_INTERNAL_GLOB is not selected on uClibc
Denys Vlasenko
2016-12-21
1
-0
/
+8
|
*
ash: fix signed char expansion bug
Denys Vlasenko
2016-12-12
1
-9
/
+21
|
*
shell: suppress "unused var/func" warnings on some configs
Denys Vlasenko
2016-12-12
1
-6
/
+6
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-29
1
-3
/
+6
|
\
|
|
*
ash,hush: make ^C in interactive mode visually much closer to bash behavior
Denys Vlasenko
2016-11-25
1
-1
/
+3
|
*
ash,hush: ^C from command line should set $? to 128+SIGINT
Denys Vlasenko
2016-11-24
1
-0
/
+1
|
*
test: make [ and [[ forms individually selectable
Denys Vlasenko
2016-11-23
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-10
1
-8
/
+26
|
\
|
|
*
ash: fix "duplicate local" code (forgot to re-enable interrupts)
Denys Vlasenko
2016-11-04
1
-3
/
+20
|
*
ash: while (!got_sig) pause() is not reliable, use sigsuspend()
Denys Vlasenko
2016-11-03
1
-5
/
+6
*
|
Post-merge fix
Ron Yorston
2016-11-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2016-11-02
1
-41
/
+81
|
\
|
|
*
ash: if using libc glob(), skip it if no metachars are in word
Denys Vlasenko
2016-10-30
1
-0
/
+15
|
*
ash: fix bit-rotten debug infrastructure
Denys Vlasenko
2016-10-30
1
-14
/
+7
[prev]
[next]