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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: alter handling of interactive ^C
FRP-3812-g12e14ebba
Ron Yorston
2021-01-18
1
-1
/
+3
*
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
11
-263
/
+380
|
\
|
*
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
2
-4
/
+4
|
*
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-09
3
-1
/
+5
|
*
ash: improve --help
Denys Vlasenko
2021-01-04
1
-2
/
+7
|
*
hush: code shrink
Denys Vlasenko
2021-01-04
1
-5
/
+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
2
-10
/
+10
|
*
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
*
|
ash: suppress compiler warning
Ron Yorston
2020-11-12
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-11-12
33
-103
/
+343
|
\
|
|
*
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
*
|
ash, ls: improve support for 'c:path'
Ron Yorston
2020-08-28
1
-0
/
+4
[next]