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
*
hush: fix handling of "cmd && &"
Denys Vlasenko
2021-11-23
1
-1
/
+5
*
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-11-23
9
-0
/
+23
*
ash: parser: Fix VSLENGTH parsing with trailing garbage
Denys Vlasenko
2021-11-23
1
-6
/
+3
*
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-05-03
3
-1
/
+5
*
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
2021-03-09
1
-2
/
+2
*
randomconfig fixes
Denys Vlasenko
2020-12-29
1
-1
/
+3
*
hush: make comment more clear
Denys Vlasenko
2020-12-27
1
-4
/
+5
*
typo fix
Denys Vlasenko
2020-12-25
2
-2
/
+2
*
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-12-25
5
-1
/
+15
*
hush: if !EDITING, do not regenerate prompt for every input char
Denys Vlasenko
2020-12-25
1
-5
/
+12
*
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
2020-12-24
1
-2
/
+1
*
hush: fix ^C in INTERACTIVE, !EDITING config
Denys Vlasenko
2020-12-23
1
-6
/
+29
*
hush: revert "make interactive ^C break out of PS2 mode"
Denys Vlasenko
2020-12-23
1
-22
/
+3
*
hush: fix PS1 prompth in !EDITING config
Denys Vlasenko
2020-12-23
1
-3
/
+3
*
hush: fix fallout from tweaking ${var:START:LEN} code
Denys Vlasenko
2020-12-23
3
-1
/
+4
*
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2020-12-23
2
-16
/
+18
*
hush: fix comment
Denys Vlasenko
2020-12-23
1
-1
/
+1
*
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-21
2
-4
/
+2
*
hush: deal with FIXMEs for corner cases in parameter expansion
Denys Vlasenko
2020-12-21
1
-18
/
+34
*
hush: remove one redundant getpid() on every startup
Denys Vlasenko
2020-12-20
1
-8
/
+6
*
ash: clear ungetc counter on syntax errors
Denys Vlasenko
2020-12-19
1
-55
/
+57
*
shells: a fix for systems without RLIMIT_NICE
Denys Vlasenko
2020-12-17
1
-3
/
+16
*
hush: code shrink
Denys Vlasenko
2020-12-14
1
-1
/
+1
*
hush: if login shell, also source ~/.profile
Denys Vlasenko
2020-12-13
1
-8
/
+16
*
hush: NOMMU fix for hush-psubst/tick6.tests
Denys Vlasenko
2020-12-13
1
-0
/
+7
*
hush: fix -c SCRIPT handling
Denys Vlasenko
2020-12-13
1
-51
/
+63
*
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
3
-10
/
+10
*
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
*
hush: make interactive ^C break out of PS2 mode
Denys Vlasenko
2020-11-16
1
-35
/
+51
*
hush: document bugs in [[ =~ ]] comparison
Denys Vlasenko
2020-11-01
4
-0
/
+28
*
shell: update comments on the status of [[ ]] compat
Denys Vlasenko
2020-10-31
2
-5
/
+4
*
hush: add tests for unquoted < > in [[ ]]
Denys Vlasenko
2020-10-31
2
-0
/
+5
*
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-31
12
-24
/
+127
*
hush: output bash-compat killing signal names
Denys Vlasenko
2020-10-24
9
-7
/
+92
*
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
Denys Vlasenko
2020-10-24
3
-1
/
+9
*
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-10-06
1
-2
/
+2
*
shell: remove FAST_FUNC from a static function
Denys Vlasenko
2020-10-01
1
-2
/
+2
*
shell: add testsuite for "wait $pid" waiting for other tasks
Denys Vlasenko
2020-09-29
4
-0
/
+18
*
ash: jobs: Fix waitcmd busy loop
Denys Vlasenko
2020-09-29
1
-57
/
+34
*
ash: jobs: Fix infinite loop in waitproc
Denys Vlasenko
2020-09-29
1
-6
/
+19
*
ash: remove a tentative TODO, it's a wrong idea
Denys Vlasenko
2020-09-29
1
-1
/
+1
*
shell: Fix "read -d ''" behavior
Christian Eggers
2020-07-31
5
-2
/
+6
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
3
-58
/
+76
*
suppress a few compile warnings
Denys Vlasenko
2020-06-24
1
-1
/
+1
*
ash,hush: drop pointer check before calls to show_history
Ron Yorston
2020-04-30
2
-4
/
+2
*
ash: fix build failure when command built-in is disabled
Ron Yorston
2020-04-30
1
-1
/
+3
*
shells: fix exitcode_trapN tests to avoid races
Denys Vlasenko
2020-02-26
4
-8
/
+4
*
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Denys Vlasenko
2020-02-24
1
-14
/
+14
[next]