index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
Age
Commit message (
Expand
)
Author
2022-05-01
style fix
Denys Vlasenko
2022-03-01
ash: do not truncate failed tilde expansion on unknown user names
Denys Vlasenko
2022-03-01
ash: fix unsafe use of mempcpy
Denys Vlasenko
2022-03-01
ash: don't read past end of var in subvareval for bash substitutions
Sören Tempel
2022-02-06
*: slap on a few ALIGN_PTR where appropriate
Denys Vlasenko
2022-02-06
*: slap on a few ALIGN* where appropriate
Denys Vlasenko
2022-01-17
ash,hush: fix handling of SIGINT while waiting for interactive input
Denys Vlasenko
2022-01-16
shell: add comments about SIGINT-related problems
Denys Vlasenko
2022-01-13
libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR
Denys Vlasenko
2022-01-13
ash: ^C with SIG_INGed SIGINT should not exit the shell
Denys Vlasenko
2022-01-12
reset: better --help text
Denys Vlasenko
2022-01-05
libbb: code shrink: introduce and use [_]exit_SUCCESS()
Denys Vlasenko
2021-10-13
shell: tweak --help
Denys Vlasenko
2021-10-13
hush: in a comment, document what -i might be doing
Denys Vlasenko
2021-10-12
shell: use more compact SHELL_ASH / HUSH config defines. no code changes
Denys Vlasenko
2021-10-11
shell: fix script's comm field if ENABLE_FEATURE_PREFER_APPLETS=y
Denys Vlasenko
2021-10-10
*: add NOINLINEs where code noticeably shrinks
Denys Vlasenko
2021-10-09
Make const ptr assign as function call in clang
YU Jincheng
2021-10-09
hush: speed up ${x//\*/|} too
Denys Vlasenko
2021-10-09
ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
2021-10-09
ash.c: speedup ${s:} substring (no quotes)
Alin Mr
2021-10-07
*: generalize "const trick"
YU Jincheng
2021-09-28
ash: fix compile breakage in !ENABLE_ASH_ALIAS config
Denys Vlasenko
2021-09-26
shell: fix parsing of $(( (v)++ + NUM ))
Denys Vlasenko
2021-09-25
shell: enable more tests which are passing now
Denys Vlasenko
2021-09-25
shell: fix arithmentic evaluation of "++7" and such (it is + + 7, i.e. 7)
Denys Vlasenko
2021-09-15
ash: introduce bash-like $FUNCNAME
Denys Vlasenko
2021-09-14
ash: let ignoreeof only affect interactive shells
Ron Yorston
2021-09-14
ash: stopped jobs should only prevent exit from interactive shell
Ron Yorston
2021-09-14
ash: fix ignoreeof option
Ron Yorston
2021-09-09
ash: eval: Prevent recursive PS4 expansion
Denys Vlasenko
2021-09-08
ash: parser: Get rid of PEOA
Denys Vlasenko
2021-09-08
ash: parser: Fix alias expansion after heredoc or newlines
Denys Vlasenko
2021-09-08
ash: use pgetc_eatbnl() in more places, take 3
Denys Vlasenko
2021-09-08
ash: parser: Save and restore heredoclist in expandstr
Denys Vlasenko
2021-09-08
ash: parser: Fix handling of empty aliases
Denys Vlasenko
2021-09-07
hush: fix var_LINENO3.tests failure
Denys Vlasenko
2021-09-07
shell/ash_test/run-all: unset locale/language variables
Denys Vlasenko
2021-09-07
ash: LINENO starts from 0 in -c SCRIPT mode
Denys Vlasenko
2021-09-07
ash: fix LINENO in functions
Denys Vlasenko
2021-09-07
ash: support testsuite for !FEATURE_SUID_CONFIG_QUIET configs
Denys Vlasenko
2021-09-07
hush: fix set -n to act immediately, not just after run_list()
Denys Vlasenko
2021-09-07
ash: eval: Do not cache value of eflag in evaltree
Denys Vlasenko
2021-09-07
ash: eval: Check nflag in evaltree instead of cmdloop
Denys Vlasenko
2021-09-07
ash: add bash-like ERR trap and set -E
Roberto A. Foglietta
2021-09-02
ash: regressions in process substitution
Ron Yorston
2021-08-15
hush: fix "error: invalid preprocessing directive ##"
Denys Vlasenko
2021-07-27
hush: tweak ${var/pattern/repl} optimization
Denys Vlasenko
2021-07-27
hush: optimize ${var/pattern/repl} for trivial patterns
Denys Vlasenko
2021-07-27
shell: update psubst testcases
Denys Vlasenko
[prev]
[next]