| Commit message (Expand) | Author | Files | Lines |
2024-05-29 | make: allow :::= macro assignment on command line | Ron Yorston | 2 | -16/+52 |
2024-05-29 | make: relax the test 'Return error if command fails' | Ron Yorston | 1 | -1/+1 |
2024-05-28 | make: fixes to -q option | Ron Yorston | 2 | -36/+43 |
2024-05-28 | make: fixes to -t option | Ron Yorston | 2 | -33/+60 |
2024-05-27 | make: improved support for POSIX levels | Ron Yorston | 5 | -5/+37 |
2024-05-25 | make: add posix_2017 pragma | Ron Yorston | 1 | -9/+40 |
2024-05-24 | make: fix tests for BSD | Ron Yorston | 1 | -4/+4 |
2024-05-22 | make: add support for ifeq/ifneq | Ron Yorston | 2 | -16/+96 |
2024-05-22 | make: set $< and $* for target rules | Ron Yorston | 2 | -6/+40 |
2024-05-22 | make: add support for CURDIR macro | Ron Yorston | 2 | -5/+53 |
2024-05-22 | ash: fix comment | Ron Yorston | 1 | -1/+1 |
2024-05-21 | ash: prevent mintty from setting HOME | Ron Yorston | 1 | -1/+13 |
2024-05-18 | win32: some changes to kill(2) | Ron Yorston | 1 | -26/+27 |
2024-05-16 | win32: implement getppid(2) | Ron Yorston | 2 | -10/+25 |
2024-05-16 | win32: ensure PIDs are read early in procps_scan() | Ron Yorston | 2 | -12/+16 |
2024-05-15 | win32: code shrink | Ron Yorston | 1 | -2/+0 |
2024-05-14 | ps: report unknown parent PID as 1 | Ron Yorston | 2 | -2/+23 |
2024-05-14 | kill: killing a zombie process should fail | Ron Yorston | 3 | -114/+101 |
2024-05-10 | ash: -X option shouldn't alter environment variables | Ron Yorston | 1 | -3/+3 |
2024-04-30 | win32: try to avoid downloading offline files | Ron Yorston | 1 | -2/+5 |
2024-04-30 | ash: fix typo | Ron Yorston | 1 | -1/+1 |
2024-04-30 | ash: fix alias expansion followed by '&' | Ron Yorston | 1 | -1/+10 |
2024-04-29 | ash: add 'noiconify' option | Ron Yorston | 1 | -11/+23 |
2024-04-29 | ash: detect console state on every call to options() | Ron Yorston | 1 | -3/+3 |
2024-04-28 | build system: fix ncurses detection | Ron Yorston | 1 | -1/+1 |
2024-04-28 | libbb: make default history size configurable | Ron Yorston | 7 | -2/+21 |
2024-04-27 | lineedit: reduce default history size | Ron Yorston | 1 | -0/+4 |
2024-04-26 | lineedit: increase history size to 1023 | Ron Yorston | 4 | -4/+4 |
2024-04-23 | make: code shrink | Ron Yorston | 1 | -1/+1 |
2024-04-22 | make: better determine that a file is up-to-date | Ron Yorston | 1 | -3/+5 |
2024-04-22 | win32: adjust handling of executable extensions | Ron Yorston | 2 | -9/+13 |
2024-04-21 | make: allow mixed macros and targets on command line | Ron Yorston | 2 | -8/+41 |
2024-04-21 | make: change how macros are read from the environment | Ron Yorston | 1 | -2/+6 |
2024-04-20 | make: skip shell -e option when running commands | Ron Yorston | 2 | -2/+8 |
2024-04-20 | win32: make stat(2) fail for /dev/zero, /dev/urandom | Ron Yorston | 1 | -1/+2 |
2024-04-18 | yes: code shrink | Ron Yorston | 1 | -5/+0 |
2024-04-18 | free: bloat reduction | Ron Yorston | 1 | -1/+1 |
2024-04-09 | ash: move setting of current directory | Ron Yorston | 1 | -5/+7 |
2024-04-09 | time: code shrink | Ron Yorston | 1 | -4/+1 |
2024-04-09 | ash: add title built-in | Ron Yorston | 3 | -2/+28 |
2024-04-08 | timeout: fix handling of timeouts | Ron Yorston | 1 | -12/+7 |
2024-04-06 | win32: ascii-optimize winansi_fputc, winansi_putchar | Avi Halachmi (:avih) | 1 | -8/+2 |
2024-04-06 | win32: UTF8_OUTPUT: flush stream before conversion | Avi Halachmi (:avih) | 1 | -1/+3 |
2024-04-06 | time: mitigation for interleaved output | Ron Yorston | 1 | -0/+6 |
2024-04-03 | md5/shaXsum: accept uppercase hex strings | Ron Yorston | 1 | -0/+4 |
2024-04-02 | win32: unicode: new wcwidth: allow enabling bidi | Avi Halachmi (:avih) | 1 | -2/+5 |
2024-03-29 | Revert "unicode: identify emoji width and modifiers" | Avi Halachmi (:avih) | 1 | -8/+0 |
2024-03-29 | win32: unicode: use newer wcwidth by default | Avi Halachmi (:avih) | 4 | -0/+683 |
2024-03-26 | ash: strip path from NOFORK applet names | Ron Yorston | 1 | -0/+3 |
2024-03-11 | make: allow '#' to be escaped with a backslash | Ron Yorston | 2 | -3/+20 |