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
/
ash.c
Age
Commit message (
Expand
)
Author
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
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: 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-07-25
ash: speed up ${v//pattern/repl}
Denys Vlasenko
2021-07-22
ash: speed up ${v//pattern/repl} if !ASH_OPTIMIZE_FOR_SIZE
Denys Vlasenko
2021-06-25
ash: parser: Fix VSLENGTH parsing with trailing garbage
Denys Vlasenko
2021-06-25
ash: revert accidental change (should have been separate)
Denys Vlasenko
2021-06-23
e2fsprogs/*: remove ioctl calling obfuscation
Denys Vlasenko
2021-06-15
*: more --help tweaks
Denys Vlasenko
2021-06-14
*: --help tweaks
Denys Vlasenko
2021-06-06
shells: do not allow bare "read" in non-bash compat configs
Denys Vlasenko
2021-06-05
ash: add process substitution in bash-compatibility mode
Ron Yorston
2021-02-18
ash: placate -Werror=format-security
Denys Vlasenko
2021-01-09
ash: match bash behavior for ${empty_var/*/repl}
Denys Vlasenko
2021-01-09
ash: fix ${unset_var/pattern/repl}
Denys Vlasenko
2021-01-04
ash: improve --help
Denys Vlasenko
2021-01-03
ash: code shrink
Denys Vlasenko
2021-01-03
ash: make a strdup copy of $HISTFILE for line editing
Denys Vlasenko
2020-12-30
libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...
Denys Vlasenko
2020-12-24
ash: change "clear ungetc counter on syntax errors" fix to match dash
Denys Vlasenko
2020-12-23
shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128
Denys Vlasenko
2020-12-21
bc: do not allocate line editing state until needed
Denys Vlasenko
2020-12-19
ash: clear ungetc counter on syntax errors
Denys Vlasenko
2020-12-13
ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371
Denys Vlasenko
2020-11-30
decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly
Denys Vlasenko
2020-11-19
fix warning: label 'out1' defined but not used
Cristian Ionescu-Idbohrn
2020-11-16
ash: make interactive ^C break out of PS2 mode
Denys Vlasenko
2020-10-31
shell: update comments on the status of [[ ]] compat
Denys Vlasenko
2020-10-31
shell: better support of [[ ]] bashism
Denys Vlasenko
2020-10-06
avoid using strok - eliminates use of hidden global variable
Denys Vlasenko
2020-09-29
ash: jobs: Fix waitcmd busy loop
Denys Vlasenko
2020-09-29
ash: jobs: Fix infinite loop in waitproc
Denys Vlasenko
2020-09-29
ash: remove a tentative TODO, it's a wrong idea
Denys Vlasenko
2020-06-24
nologin: make it possible to build it as single applet
Denys Vlasenko
2020-04-30
ash,hush: drop pointer check before calls to show_history
Ron Yorston
2020-04-30
ash: fix build failure when command built-in is disabled
Ron Yorston
2020-02-24
ash: expand: Fix multiple issues with EXP_DISCARD in evalvar
Denys Vlasenko
[next]