aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* ash: parser: Fix VSLENGTH parsing with trailing garbageDenys Vlasenko2021-06-251-6/+3
* ash: revert accidental change (should have been separate)Denys Vlasenko2021-06-251-3/+6
* e2fsprogs/*: remove ioctl calling obfuscationDenys Vlasenko2021-06-231-6/+3
* hush: fix bkslash+newline handling and number validation in ${NN} and ${#NN}Denys Vlasenko2021-06-196-2/+64
* hush: fix handling of "cmd && &"Denys Vlasenko2021-06-151-1/+5
* hush: fix handling of \^C and "^C"Denys Vlasenko2021-06-159-0/+23
* *: more --help tweaksDenys Vlasenko2021-06-152-2/+2
* *: --help tweaksDenys Vlasenko2021-06-142-2/+2
* ash: save Ron's patch from oblivionDenys Vlasenko2021-06-061-0/+135
* shells: do not allow bare "read" in non-bash compat configsDenys Vlasenko2021-06-063-4/+15
* ash: add process substitution in bash-compatibility modeRon Yorston2021-06-053-17/+185
* shell: also do word splitting when -d DELIM is usedEicke Herbertz2021-06-051-1/+1
* hush: beautify ^D handling to match ash / bashDenys Vlasenko2021-04-131-0/+2
* hush: make LINENO selectable without BASH-COMPATDenys Vlasenko2021-03-101-5/+5
* ash: placate -Werror=format-securityDenys Vlasenko2021-02-181-3/+1
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* ash: match bash behavior for ${empty_var/*/repl}Denys Vlasenko2021-01-092-4/+4
* ash: fix ${unset_var/pattern/repl}Denys Vlasenko2021-01-093-1/+5
* ash: improve --helpDenys Vlasenko2021-01-041-2/+7
* hush: code shrinkDenys Vlasenko2021-01-041-5/+7
* ash: code shrinkDenys Vlasenko2021-01-031-2/+2
* ash: make a strdup copy of $HISTFILE for line editingDenys Vlasenko2021-01-031-2/+2
* libbb: introduce and use xgettimeofday(), do not truncate 64-bit time_t in sh...Denys Vlasenko2020-12-302-10/+10
* randomconfig fixesDenys Vlasenko2020-12-291-1/+3
* hush: make comment more clearDenys Vlasenko2020-12-271-4/+5
* typo fixDenys Vlasenko2020-12-252-2/+2
* hush: fix this case: echo "SCRIPT" | hushDenys Vlasenko2020-12-255-1/+15
* hush: if !EDITING, do not regenerate prompt for every input charDenys Vlasenko2020-12-251-5/+12
* ash: change "clear ungetc counter on syntax errors" fix to match dashDenys Vlasenko2020-12-241-2/+1
* hush: fix ^C in INTERACTIVE, !EDITING configDenys Vlasenko2020-12-231-6/+29
* hush: revert "make interactive ^C break out of PS2 mode"Denys Vlasenko2020-12-231-22/+3
* hush: fix PS1 prompth in !EDITING configDenys Vlasenko2020-12-231-3/+3
* hush: fix fallout from tweaking ${var:START:LEN} codeDenys Vlasenko2020-12-233-1/+4
* shell: for signal exitcode, use 128 | sig, not 128 + sig - MIPS has signal 128Denys Vlasenko2020-12-232-16/+18
* hush: fix commentDenys Vlasenko2020-12-231-1/+1
* bc: do not allocate line editing state until neededDenys Vlasenko2020-12-212-4/+2
* hush: deal with FIXMEs for corner cases in parameter expansionDenys Vlasenko2020-12-211-18/+34
* hush: remove one redundant getpid() on every startupDenys Vlasenko2020-12-201-8/+6
* ash: clear ungetc counter on syntax errorsDenys Vlasenko2020-12-191-55/+57
* shells: a fix for systems without RLIMIT_NICEDenys Vlasenko2020-12-171-3/+16
* hush: code shrinkDenys Vlasenko2020-12-141-1/+1
* hush: if login shell, also source ~/.profileDenys Vlasenko2020-12-131-8/+16
* hush: NOMMU fix for hush-psubst/tick6.testsDenys Vlasenko2020-12-131-0/+7
* hush: fix -c SCRIPT handlingDenys Vlasenko2020-12-131-51/+63
* ash: reset SIGHUP earlier: allows HUP traps in .profile, closes 13371Denys Vlasenko2020-12-131-8/+11
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-303-10/+10
* fix warning: label 'out1' defined but not usedCristian Ionescu-Idbohrn2020-11-191-0/+2
* ash: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-4/+3
* hush: make interactive ^C break out of PS2 modeDenys Vlasenko2020-11-161-35/+51
* hush: document bugs in [[ =~ ]] comparisonDenys Vlasenko2020-11-014-0/+28