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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-17
2
-29
/
+77
*
shell: add comments about SIGINT-related problems
Denys Vlasenko
2022-01-16
2
-5
/
+9
*
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
2
-2
/
+2
*
ash: ^C with SIG_INGed SIGINT should not exit the shell
Denys Vlasenko
2022-01-13
1
-1
/
+7
*
reset: better --help text
Denys Vlasenko
2022-01-12
1
-3
/
+6
*
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2022-01-05
2
-3
/
+3
*
shell: tweak --help
Denys Vlasenko
2021-10-13
2
-2
/
+2
*
hush: in a comment, document what -i might be doing
Denys Vlasenko
2021-10-13
2
-6
/
+28
*
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-12
1
-1
/
+1
*
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-11
4
-0
/
+52
*
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-10
1
-1
/
+1
*
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
1
-3
/
+3
*
hush: speed up ${x//\*/|} too
Denys Vlasenko
2021-10-09
1
-4
/
+9
*
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
*
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
2021-09-26
5
-22
/
+44
*
shell: enable more tests which are passing now
Denys Vlasenko
2021-09-25
6
-73
/
+105
*
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-25
9
-46
/
+65
*
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
5
-2
/
+31
*
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
*
hush: fix var_LINENO3.tests failure
Denys Vlasenko
2021-09-07
1
-2
/
+8
*
shell/ash_test/run-all: unset locale/language variables
Denys Vlasenko
2021-09-07
1
-1
/
+10
*
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
17
-41
/
+49
*
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
5
-12
/
+28
*
ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs
Denys Vlasenko
2021-09-07
1
-1
/
+2
*
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
6
-3
/
+21
*
ash: eval: Do not cache value of eflag in evaltree
Denys Vlasenko
2021-09-07
3
-8
/
+16
*
ash: eval: Check nflag in evaltree instead of cmdloop
Denys Vlasenko
2021-09-07
3
-1
/
+9
*
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
*
hush: fix "error: invalid preprocessing directive ##"
Denys Vlasenko
2021-08-15
1
-1
/
+1
*
hush: tweak ${var/pattern/repl} optimization
Denys Vlasenko
2021-07-27
1
-5
/
+4
*
hush: optimize ${var/pattern/repl} for trivial patterns
Denys Vlasenko
2021-07-27
2
-2
/
+14
*
shell: update psubst testcases
Denys Vlasenko
2021-07-27
8
-6
/
+53
*
hush: add missed "undef"
Denys Vlasenko
2021-07-27
1
-3
/
+3
*
hush: implement $'str' bashism
Denys Vlasenko
2021-07-26
7
-1
/
+138
*
ahell: update testsuite
Denys Vlasenko
2021-07-25
7
-3
/
+33
*
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
[next]