aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | which,ash: changes to which/command/typeRon Yorston2022-05-011-2/+16
* | ash: avoid misleading '.exe' in standalone shell modeRon Yorston2022-04-241-1/+1
* | Merge branch 'busybox'Ron Yorston2022-04-071-4/+12
|\|
| * ash: do not truncate failed tilde expansion on unknown user namesDenys Vlasenko2022-03-011-3/+1
| * ash: fix unsafe use of mempcpyDenys Vlasenko2022-03-011-1/+7
| * ash: don't read past end of var in subvareval for bash substitutionsSören Tempel2022-03-011-0/+4
* | ash: let $HOME set home directory of login shellRon Yorston2022-03-221-1/+4
* | ash: try harder to avoid ctrl-c issueRon Yorston2022-02-271-24/+1
* | ash: workaround for UCRT bugRon Yorston2022-02-121-0/+12
* | Merge busybox into mergeRon Yorston2022-02-091-12/+36
|\|
| * *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-061-1/+1
| * ash,hush: fix handling of SIGINT while waiting for interactive inputDenys Vlasenko2022-01-171-9/+30
| * shell: add comments about SIGINT-related problemsDenys Vlasenko2022-01-161-5/+8
| * libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIRDenys Vlasenko2022-01-131-1/+1
* | Merge busybox into mergeRon Yorston2022-01-131-4/+13
|\|
| * ash: ^C with SIG_INGed SIGINT should not exit the shellDenys Vlasenko2022-01-131-1/+7
| * reset: better --help textDenys Vlasenko2022-01-121-3/+6
* | Merge busybox into mergeRon Yorston2022-01-061-2/+2
|\|
| * libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-1/+1
* | win32: pass NULL to spawnve, not environRon Yorston2021-10-281-1/+1
* | ash: display job id and pid of background commandsRon Yorston2021-10-141-1/+5
* | ash: silence compiler warningsRon Yorston2021-10-141-3/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-10-131-37/+31
|\|
| * shell: tweak --helpDenys Vlasenko2021-10-131-1/+1
| * hush: in a comment, document what -i might be doingDenys Vlasenko2021-10-131-3/+2
| * Make const ptr assign as function call in clangYU Jincheng2021-10-091-3/+3
| * ash: speed up ${x//\*/|} too, make it independent of ASH_OPTIMIZE_FOR_SIZEDenys Vlasenko2021-10-091-6/+12
| * ash.c: speedup ${s:} substring (no quotes)Alin Mr2021-10-091-6/+11
| * *: generalize "const trick"YU Jincheng2021-10-071-20/+3
| * ash: fix compile breakage in !ENABLE_ASH_ALIAS configDenys Vlasenko2021-09-281-2/+2
* | win32: rename is_absolute_path()Ron Yorston2021-10-121-3/+3
* | win32: use is_dir_sep() everywhereRon Yorston2021-10-121-10/+9
* | ash: prevent exit if background jobs are presentRon Yorston2021-09-261-1/+9
* | ash: associate command names with jobsRon Yorston2021-09-261-14/+16
* | ash: additional support for background jobsRon Yorston2021-09-261-9/+42
* | ash: fix FUNCNAME issueRon Yorston2021-09-221-0/+5
* | ash: improve signal handlingRon Yorston2021-09-211-0/+2
* | ash: avoid problems with non-zero DEBUGRon Yorston2021-09-171-3/+6
* | ash: adjust reinitvar() to allow for FUNCNAMERon Yorston2021-09-171-1/+10
* | Merge branch 'busybox' into mergeRon Yorston2021-09-171-26/+32
|\|
| * ash: introduce bash-like $FUNCNAMEDenys Vlasenko2021-09-151-3/+24
| * ash: let ignoreeof only affect interactive shellsRon Yorston2021-09-141-3/+4
| * ash: stopped jobs should only prevent exit from interactive shellRon Yorston2021-09-141-1/+1
| * ash: fix ignoreeof optionRon Yorston2021-09-141-19/+3
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-205/+239
|\|
| * ash: eval: Prevent recursive PS4 expansionDenys Vlasenko2021-09-091-1/+6
| * ash: parser: Get rid of PEOADenys Vlasenko2021-09-081-131/+108
| * ash: parser: Fix alias expansion after heredoc or newlinesDenys Vlasenko2021-09-081-2/+5
| * ash: use pgetc_eatbnl() in more places, take 3Denys Vlasenko2021-09-081-1/+1
| * ash: parser: Save and restore heredoclist in expandstrDenys Vlasenko2021-09-081-8/+11