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
*
shell: tweak --help
Denys Vlasenko
2021-10-13
1
-1
/
+1
*
hush: in a comment, document what -i might be doing
Denys Vlasenko
2021-10-13
1
-3
/
+2
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-3
/
+3
*
ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
2021-10-09
1
-6
/
+12
*
ash.c: speedup ${s:} substring (no quotes)
Alin Mr
2021-10-09
1
-6
/
+11
*
*: generalize "const trick"
YU Jincheng
2021-10-07
1
-20
/
+3
*
ash: fix compile breakage in !ENABLE_ASH_ALIAS config
Denys Vlasenko
2021-09-28
1
-2
/
+2
*
ash: introduce bash-like $FUNCNAME
Denys Vlasenko
2021-09-15
1
-3
/
+24
*
ash: let ignoreeof only affect interactive shells
Ron Yorston
2021-09-14
1
-3
/
+4
*
ash: stopped jobs should only prevent exit from interactive shell
Ron Yorston
2021-09-14
1
-1
/
+1
*
ash: fix ignoreeof option
Ron Yorston
2021-09-14
1
-19
/
+3
*
ash: eval: Prevent recursive PS4 expansion
Denys Vlasenko
2021-09-09
1
-1
/
+6
*
ash: parser: Get rid of PEOA
Denys Vlasenko
2021-09-08
1
-131
/
+108
*
ash: parser: Fix alias expansion after heredoc or newlines
Denys Vlasenko
2021-09-08
1
-2
/
+5
*
ash: use pgetc_eatbnl() in more places, take 3
Denys Vlasenko
2021-09-08
1
-1
/
+1
*
ash: parser: Save and restore heredoclist in expandstr
Denys Vlasenko
2021-09-08
1
-8
/
+11
*
ash: parser: Fix handling of empty aliases
Denys Vlasenko
2021-09-08
1
-21
/
+15
*
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
1
-1
/
+1
*
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
1
-12
/
+6
*
ash: eval: Do not cache value of eflag in evaltree
Denys Vlasenko
2021-09-07
1
-8
/
+7
*
ash: eval: Check nflag in evaltree instead of cmdloop
Denys Vlasenko
2021-09-07
1
-1
/
+4
*
ash: add bash-like ERR trap and set -E
Roberto A. Foglietta
2021-09-07
1
-17
/
+69
*
ash: regressions in process substitution
Ron Yorston
2021-09-02
1
-3
/
+7
*
ash: speed up ${v//pattern/repl}
Denys Vlasenko
2021-07-25
1
-7
/
+10
*
ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
2021-07-22
1
-3
/
+27
*
ash: parser: Fix VSLENGTH parsing with trailing garbage
Denys Vlasenko
2021-06-25
1
-6
/
+3
*
ash: revert accidental change (should have been separate)
Denys Vlasenko
2021-06-25
1
-3
/
+6
*
e2fsprogs/*: remove ioctl calling obfuscation
Denys Vlasenko
2021-06-23
1
-6
/
+3
*
*: more --help tweaks
Denys Vlasenko
2021-06-15
1
-1
/
+1
*
*: --help tweaks
Denys Vlasenko
2021-06-14
1
-1
/
+1
*
shells: do not allow bare "read" in non-bash compat configs
Denys Vlasenko
2021-06-06
1
-0
/
+4
*
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-06-05
1
-17
/
+143
*
ash: placate -Werror=format-security
Denys Vlasenko
2021-02-18
1
-3
/
+1
*
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
1
-3
/
+3
*
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-09
1
-1
/
+2
*
ash: improve --help
Denys Vlasenko
2021-01-04
1
-2
/
+7
*
ash: code shrink
Denys Vlasenko
2021-01-03
1
-2
/
+2
*
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
2021-01-03
1
-2
/
+2
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-5
/
+5
*
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
2020-12-24
1
-2
/
+1
*
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2020-12-23
1
-3
/
+3
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
1
-2
/
+1
*
ash: clear ungetc counter on syntax errors
Denys Vlasenko
2020-12-19
1
-55
/
+57
*
ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371
Denys Vlasenko
2020-12-13
1
-8
/
+11
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-3
/
+3
*
fix warning: label 'out1' defined but not used
Cristian Ionescu-Idbohrn
2020-11-19
1
-0
/
+2
*
ash: make interactive ^C break out of PS2 mode
Denys Vlasenko
2020-11-16
1
-4
/
+3
*
shell: update comments on the status of [[ ]] compat
Denys Vlasenko
2020-10-31
1
-3
/
+3
*
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-31
1
-7
/
+8
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
1
-2
/
+2
[next]