aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ash: more Unix-style path fixesRon Yorston2023-04-161-7/+19
* | Merge branch 'busybox' into mergeRon Yorston2023-04-091-37/+32
|\|
| * ash: code shrink: do not take address of prefix(), allowing it to inlineDenys Vlasenko2023-04-031-8/+4
| * ash: code shrink - reuse is_prefixed_with() from libbbDenys Vlasenko2023-04-031-2/+4
| * ash: get rid of separate mail_var_path_changed flag variableDenys Vlasenko2023-04-031-10/+9
| * ash: fix still-broken new mail detectionDenys Vlasenko2023-04-031-4/+4
| * ash: fix broken new mail detectionDenys Vlasenko2023-04-031-1/+0
| * ash: code shrinkDenys Vlasenko2023-04-011-3/+3
| * ash: exec: Stricter pathopt parsing - lost chunkDenys Vlasenko2023-03-311-1/+1
| * ash: improve trap and jobs builtins in child shellsRon Yorston2023-03-311-6/+7
| * ash: make EPOCH variables work if RANDOM is disabledRon Yorston2023-03-291-1/+1
* | ash: remove ASH_IGNORE_CR config optionRon Yorston2023-04-091-19/+9
* | ash: special treatment for read builtinRon Yorston2023-04-051-1/+4
* | ash: reinstate fix for ctrl-c issueRon Yorston2023-04-051-1/+1
* | ash: add support for INT trapRon Yorston2023-04-031-10/+81
* | ash: fix POSIX buildRon Yorston2023-04-031-0/+2
* | ash: Unix-style paths, shell builtins and appletsRon Yorston2023-03-311-3/+6
* | ash: changes to evalsubshell()Ron Yorston2023-03-281-2/+12
* | drop: adjust environment on privilege changeRon Yorston2023-03-271-5/+6
* | win32: changes to console mode handlingRon Yorston2023-03-051-4/+5
* | ash: revised CRLF handling for scriptsRon Yorston2023-02-211-1/+64
* | ash: revert changes to handle CRLF in scriptsRon Yorston2023-02-211-34/+4
* | ash: really reset ANSI emulation in interactive modeRon Yorston2023-02-201-2/+2
* | ash: only reset ANSI emulation in interactive loopRon Yorston2023-02-191-3/+3
* | ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5Ron Yorston2023-02-151-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2023-02-131-1/+2
|\|
| * shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256Denys Vlasenko2023-01-261-1/+2
* | ash: remove CRs from CRLF during field splittingRon Yorston2023-02-101-3/+34
* | ash: change CRLF handlingRon Yorston2023-02-071-3/+41
* | Fix POSIX buildRon Yorston2023-02-041-1/+1
* | ash: fix CRLF handlingRon Yorston2023-01-311-2/+7
* | win32: provide a default value for HOMERon Yorston2023-01-291-4/+8
* | Merge branch 'busybox' into mergeRon Yorston2023-01-051-3/+7
|\|
| * ash: trivial code shrinkDenys Vlasenko2023-01-031-1/+1
| * shell: fix compile failures in some configsDenys Vlasenko2023-01-031-2/+6
* | win32: revert special treatment of Unix-style absolute pathsRon Yorston2022-10-261-33/+12
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-2/+24
|\|
| * ash: optional sleep builtinShawn Landden2022-08-271-0/+11
| * ash: fix use-after-free in bash pattern substitutionSören Tempel2022-08-021-0/+7
| * ash: fix use-after-free in pattern substituon codeDenys Vlasenko2022-08-021-2/+4
| * ash: fix ifs cleanup on error pathsDenys Vlasenko2022-08-021-0/+2
* | Merge branch 'busybox' into mergeRon Yorston2022-06-271-4/+3
|\|
| * ash,hush: use HOME for tab completion and promptsRon Yorston2022-06-261-4/+3
* | ash: code shrinkRon Yorston2022-05-201-46/+50
* | ash: restore special variables when replaced by localRon Yorston2022-05-181-0/+4
* | ash: code shrinkRon Yorston2022-05-101-2/+1
* | ash: export certain variables to the environment immediatelyRon Yorston2022-05-081-1/+41
* | ash: don't set OLDPWD on startupRon Yorston2022-05-071-1/+2
* | win32: allow preference for applets to be disabled at runtimeRon Yorston2022-05-061-4/+6
* | win32: search PATH for missing Unix-style executablesRon Yorston2022-05-061-23/+23