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
/
hush.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
/
+26
*
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-12
1
-1
/
+1
*
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-10
1
-1
/
+1
*
hush: speed up ${x//\*/|} too
Denys Vlasenko
2021-10-09
1
-4
/
+9
*
hush: fix var_LINENO3.tests failure
Denys Vlasenko
2021-09-07
1
-2
/
+8
*
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
1
-2
/
+6
*
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
1
-0
/
+13
*
hush: add missed "undef"
Denys Vlasenko
2021-07-27
1
-3
/
+3
*
hush: implement $'str' bashism
Denys Vlasenko
2021-07-26
1
-1
/
+102
*
hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}
Denys Vlasenko
2021-06-19
1
-1
/
+27
*
hush: fix handling of "cmd && &"
Denys Vlasenko
2021-06-15
1
-1
/
+5
*
hush: fix handling of \^C and "^C"
Denys Vlasenko
2021-06-15
1
-0
/
+11
*
*: 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
-3
/
+10
*
hush: beautify ^D handling to match ash / bash
Denys Vlasenko
2021-04-13
1
-0
/
+2
*
hush: make LINENO selectable without BASH-COMPAT
Denys Vlasenko
2021-03-10
1
-5
/
+5
*
libbb: introduce and use fputs_stdout
Ron Yorston
2021-02-03
1
-1
/
+1
*
hush: code shrink
Denys Vlasenko
2021-01-04
1
-5
/
+7
*
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-30
1
-5
/
+5
*
randomconfig fixes
Denys Vlasenko
2020-12-29
1
-1
/
+3
*
hush: make comment more clear
Denys Vlasenko
2020-12-27
1
-4
/
+5
*
hush: fix this case: echo "SCRIPT" | hush
Denys Vlasenko
2020-12-25
1
-1
/
+5
*
hush: if !EDITING, do not regenerate prompt for every input char
Denys Vlasenko
2020-12-25
1
-5
/
+12
*
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
1
-1
/
+1
*
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2020-12-23
1
-13
/
+15
*
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
1
-2
/
+1
*
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
*
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
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-6
/
+6
*
hush: make interactive ^C break out of PS2 mode
Denys Vlasenko
2020-11-16
1
-35
/
+51
*
shell: update comments on the status of [[ ]] compat
Denys Vlasenko
2020-10-31
1
-2
/
+1
*
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-31
1
-17
/
+40
*
hush: output bash-compat killing signal names
Denys Vlasenko
2020-10-24
1
-2
/
+2
*
hush: do not print killing signal name in `cmd_whihc_dies_on_signal`
Denys Vlasenko
2020-10-24
1
-1
/
+7
*
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-06-24
1
-31
/
+42
*
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
1
-2
/
+1
*
hush: fix negative_arith.tests: glob-protect dash in "$((arith))"
Denys Vlasenko
2020-02-21
1
-5
/
+19
[next]