| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: changes to console mode handling | Ron Yorston | 2023-03-05 | 1 | -4/+5 |
* | ash: revised CRLF handling for scripts | Ron Yorston | 2023-02-21 | 1 | -1/+64 |
* | ash: revert changes to handle CRLF in scripts | Ron Yorston | 2023-02-21 | 1 | -34/+4 |
* | ash: really reset ANSI emulation in interactive mode | Ron Yorston | 2023-02-20 | 1 | -2/+2 |
* | ash: only reset ANSI emulation in interactive loop | Ron Yorston | 2023-02-19 | 1 | -3/+3 |
* | ash: skip CR when detecting end of here documentFRP-4882-g6e0a6b7e5 | Ron Yorston | 2023-02-15 | 1 | -1/+1 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2023-02-13 | 1 | -1/+2 |
|\ |
|
| * | shell: fix SIGWINCH and SIGCHLD (in hush) interrupting line input, closes 15256 | Denys Vlasenko | 2023-01-26 | 1 | -1/+2 |
* | | ash: remove CRs from CRLF during field splitting | Ron Yorston | 2023-02-10 | 1 | -3/+34 |
* | | ash: change CRLF handling | Ron Yorston | 2023-02-07 | 1 | -3/+41 |
* | | Fix POSIX build | Ron Yorston | 2023-02-04 | 1 | -1/+1 |
* | | ash: fix CRLF handling | Ron Yorston | 2023-01-31 | 1 | -2/+7 |
* | | win32: provide a default value for HOME | Ron Yorston | 2023-01-29 | 1 | -4/+8 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2023-01-05 | 1 | -3/+7 |
|\| |
|
| * | ash: trivial code shrink | Denys Vlasenko | 2023-01-03 | 1 | -1/+1 |
| * | shell: fix compile failures in some configs | Denys Vlasenko | 2023-01-03 | 1 | -2/+6 |
* | | win32: revert special treatment of Unix-style absolute paths | Ron Yorston | 2022-10-26 | 1 | -33/+12 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-10-12 | 1 | -2/+24 |
|\| |
|
| * | ash: optional sleep builtin | Shawn Landden | 2022-08-27 | 1 | -0/+11 |
| * | ash: fix use-after-free in bash pattern substitution | Sören Tempel | 2022-08-02 | 1 | -0/+7 |
| * | ash: fix use-after-free in pattern substituon code | Denys Vlasenko | 2022-08-02 | 1 | -2/+4 |
| * | ash: fix ifs cleanup on error paths | Denys Vlasenko | 2022-08-02 | 1 | -0/+2 |
* | | Merge branch 'busybox' into merge | Ron Yorston | 2022-06-27 | 1 | -4/+3 |
|\| |
|
| * | ash,hush: use HOME for tab completion and prompts | Ron Yorston | 2022-06-26 | 1 | -4/+3 |
* | | ash: code shrink | Ron Yorston | 2022-05-20 | 1 | -46/+50 |
* | | ash: restore special variables when replaced by local | Ron Yorston | 2022-05-18 | 1 | -0/+4 |
* | | ash: code shrink | Ron Yorston | 2022-05-10 | 1 | -2/+1 |
* | | ash: export certain variables to the environment immediately | Ron Yorston | 2022-05-08 | 1 | -1/+41 |
* | | ash: don't set OLDPWD on startup | Ron Yorston | 2022-05-07 | 1 | -1/+2 |
* | | win32: allow preference for applets to be disabled at runtime | Ron Yorston | 2022-05-06 | 1 | -4/+6 |
* | | win32: search PATH for missing Unix-style executables | Ron Yorston | 2022-05-06 | 1 | -23/+23 |
* | | which,ash: changes to which/command/type | Ron Yorston | 2022-05-01 | 1 | -2/+16 |
* | | ash: avoid misleading '.exe' in standalone shell mode | Ron Yorston | 2022-04-24 | 1 | -1/+1 |
* | | Merge branch 'busybox' | Ron Yorston | 2022-04-07 | 1 | -4/+12 |
|\| |
|
| * | ash: do not truncate failed tilde expansion on unknown user names | Denys Vlasenko | 2022-03-01 | 1 | -3/+1 |
| * | ash: fix unsafe use of mempcpy | Denys Vlasenko | 2022-03-01 | 1 | -1/+7 |
| * | ash: don't read past end of var in subvareval for bash substitutions | Sören Tempel | 2022-03-01 | 1 | -0/+4 |
* | | ash: let $HOME set home directory of login shell | Ron Yorston | 2022-03-22 | 1 | -1/+4 |
* | | ash: try harder to avoid ctrl-c issue | Ron Yorston | 2022-02-27 | 1 | -24/+1 |
* | | ash: workaround for UCRT bug | Ron Yorston | 2022-02-12 | 1 | -0/+12 |
* | | Merge busybox into merge | Ron Yorston | 2022-02-09 | 1 | -12/+36 |
|\| |
|
| * | *: slap on a few ALIGN* where appropriate | Denys Vlasenko | 2022-02-06 | 1 | -1/+1 |
| * | ash,hush: fix handling of SIGINT while waiting for interactive input | Denys Vlasenko | 2022-01-17 | 1 | -9/+30 |
| * | shell: add comments about SIGINT-related problems | Denys Vlasenko | 2022-01-16 | 1 | -5/+8 |
| * | libbb: invert the meaning of SETUP_ENV_NO_CHDIR -> SETUP_ENV_CHDIR | Denys Vlasenko | 2022-01-13 | 1 | -1/+1 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-13 | 1 | -4/+13 |
|\| |
|
| * | ash: ^C with SIG_INGed SIGINT should not exit the shell | Denys Vlasenko | 2022-01-13 | 1 | -1/+7 |
| * | reset: better --help text | Denys Vlasenko | 2022-01-12 | 1 | -3/+6 |
* | | Merge busybox into merge | Ron Yorston | 2022-01-06 | 1 | -2/+2 |
|\| |
|
| * | libbb: code shrink: introduce and use [_]exit_SUCCESS() | Denys Vlasenko | 2022-01-05 | 1 | -1/+1 |