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
/
shell_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ash: fix 'read' built-in performance regression
Ron Yorston
2024-03-06
1
-0
/
+4
*
Merge branch 'busybox' into merge
Ron Yorston
2023-07-13
1
-1
/
+20
|
\
|
*
shell: move varcmp() to shell_common.h and use it in hush
Denys Vlasenko
2023-06-17
1
-0
/
+19
|
*
shell/read: do not allow empty variable name
Denys Vlasenko
2023-06-17
1
-1
/
+1
*
|
ash: fix 'read' shell built-in (1)
Ron Yorston
2023-07-12
1
-16
/
+7
*
|
ash: properly echo console input to 'read' built-in
Ron Yorston
2023-07-12
1
-2
/
+2
*
|
ash: remove ASH_IGNORE_CR config option
Ron Yorston
2023-04-09
1
-10
/
+1
*
|
win32: virtual terminal input fixes
Ron Yorston
2023-03-06
1
-1
/
+1
*
|
ash: drop workaround for 'read -t 0'
Ron Yorston
2023-03-05
1
-12
/
+0
*
|
ash: improve CRLF handling in read
Ron Yorston
2023-02-12
1
-0
/
+24
*
|
ash: remove CRs from CRLF during field splitting
Ron Yorston
2023-02-10
1
-1
/
+1
*
|
Merge busybox into merge
Ron Yorston
2022-02-09
1
-0
/
+1
|
\
|
|
*
shell: add comments about SIGINT-related problems
Denys Vlasenko
2022-01-16
1
-0
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-06-07
1
-2
/
+2
|
\
|
|
*
shells: do not allow bare "read" in non-bash compat configs
Denys Vlasenko
2021-06-06
1
-1
/
+1
|
*
shell: also do word splitting when -d DELIM is used
Eicke Herbertz
2021-06-05
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2021-01-14
1
-4
/
+17
|
\
|
|
*
shells: a fix for systems without RLIMIT_NICE
Denys Vlasenko
2020-12-17
1
-3
/
+16
|
*
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-30
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-08-23
1
-1
/
+5
|
\
|
|
*
shell: Fix "read -d ''" behavior
Christian Eggers
2020-07-31
1
-2
/
+2
*
|
ash: proper accounting for backspaces in the read builtin
Ron Yorston
2020-05-14
1
-0
/
+1
*
|
ash: fixes to handling of ctrl-C in read builtin
Ron Yorston
2020-02-08
1
-2
/
+7
*
|
ash: catch EOF in read builtin
Ron Yorston
2020-02-08
1
-2
/
+2
*
|
ash: process backspace in read builtin
Ron Yorston
2020-02-07
1
-0
/
+10
*
|
Merge branch 'busybox' into merge
Ron Yorston
2020-01-08
1
-18
/
+59
|
\
|
|
*
shell/ulimit: code shrink
Denys Vlasenko
2019-10-21
1
-18
/
+59
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-08-16
1
-1
/
+1
|
\
|
|
*
libbb: reduce the overhead of single parameter bb_error_msg() calls
James Byrne
2019-07-02
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2019-05-27
1
-129
/
+214
|
\
|
|
*
hush: fix "export PS1=xyz" and "local PS1=xyz" messing up prompt
Denys Vlasenko
2019-05-14
1
-14
/
+1
|
*
ash,hush: ulimit: add -i RLIMIT_SIGPENDING, -q RLIMIT_MSGQUEUE
Denys Vlasenko
2019-04-28
1
-3
/
+19
|
*
ash,hush: bash compat for ulimit: reorder to match
Denys Vlasenko
2019-04-28
1
-72
/
+53
|
*
ash,hush: bash compat for ulimit: -w => -x, -p => -u
Denys Vlasenko
2019-04-27
1
-12
/
+16
|
*
ash,hush: fix ulimit to be more bash-compat, closes 11791
Denys Vlasenko
2019-04-27
1
-84
/
+181
*
|
ash: improve handling of 'read -t 0'
Ron Yorston
2019-02-08
1
-4
/
+12
*
|
win32: add support for the euro currency symbol
Ron Yorston
2019-02-02
1
-2
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-09-10
1
-30
/
+27
|
\
|
|
*
ash,hush: fold shell_builtin_read() way-too-many params into a struct param
Denys Vlasenko
2018-08-05
1
-29
/
+26
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-05-13
1
-1
/
+36
|
\
|
|
*
hush: fix IFS handling in read
Denys Vlasenko
2018-04-11
1
-1
/
+36
*
|
ash: make 'read -s' work
Ron Yorston
2018-04-10
1
-1
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-04-09
1
-1
/
+0
|
\
|
|
*
libbb.h: always include sys/resource.h
Denys Vlasenko
2018-04-08
1
-1
/
+0
*
|
ash: emulate raw input to read builtin
Ron Yorston
2018-04-05
1
-2
/
+36
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-2
/
+2
|
\
|
|
*
hush: GETOPT_RESET() _after_ getopts too.
Denys Vlasenko
2017-08-29
1
-2
/
+2
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-3
/
+6
|
\
|
|
*
shell: more efficient check for EOL in read
Denys Vlasenko
2017-08-09
1
-4
/
+3
|
*
ash: implement -d DELIM option for read
Johannes Schindelin
2017-08-09
1
-3
/
+7
[next]