| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | win32: code shrink APE detection; avoid UB | Ron Yorston | 2024-06-19 | 1 | -3/+7 |
* | | make: update default rules | Ron Yorston | 2024-06-16 | 1 | -14/+49 |
* | | win32: detect Actually Portable Executable binaries | Ron Yorston | 2024-06-16 | 1 | -15/+23 |
* | | win32: don't set error mode | Ron Yorston | 2024-06-16 | 1 | -4/+0 |
* | | make: update for POSIX 2024 | Ron Yorston | 2024-06-14 | 6 | -27/+31 |
* | | win32: allow for trailing separator in PATH | Ron Yorston | 2024-06-14 | 4 | -38/+47 |
* | | make: limit changes to pragmas | Ron Yorston | 2024-06-10 | 1 | -5/+4 |
* | | make: allow := macro assignment on command line | Ron Yorston | 2024-06-08 | 1 | -14/+22 |
* | | make: more changes for c:/path target | Ron Yorston | 2024-06-05 | 1 | -4/+5 |
* | | make: restore check for c:/path target | Ron Yorston | 2024-06-05 | 1 | -1/+23 |
* | | make: explicitly verify order of arguments | Ron Yorston | 2024-06-04 | 1 | -7/+16 |
* | | make: only reset getopt(3) if necessary | Ron Yorston | 2024-06-03 | 1 | -2/+2 |
* | | make: ensure sufficient space in line buffer | Ron Yorston | 2024-06-02 | 1 | -7/+8 |
* | | make: report POSIX 202X issue with include | Ron Yorston | 2024-06-02 | 1 | -6/+12 |
* | | make: restore warning about invalid macro name | Ron Yorston | 2024-06-02 | 1 | -7/+9 |
* | | make: move test for complex chain of macro assignments | Ron Yorston | 2024-06-01 | 1 | -14/+14 |
* | | make: fix detection of target rules (take 2) | Ron Yorston | 2024-05-31 | 2 | -184/+177 |
* | | make: allow :::= macro assignment on command line | Ron Yorston | 2024-05-29 | 2 | -16/+52 |
* | | make: relax the test 'Return error if command fails' | Ron Yorston | 2024-05-29 | 1 | -1/+1 |
* | | make: fixes to -q option | Ron Yorston | 2024-05-28 | 2 | -36/+43 |
* | | make: fixes to -t option | Ron Yorston | 2024-05-28 | 2 | -33/+60 |
* | | make: improved support for POSIX levels | Ron Yorston | 2024-05-27 | 5 | -5/+37 |
* | | make: add posix_2017 pragma | Ron Yorston | 2024-05-25 | 1 | -9/+40 |
* | | make: fix tests for BSD | Ron Yorston | 2024-05-24 | 1 | -4/+4 |
* | | make: add support for ifeq/ifneq | Ron Yorston | 2024-05-22 | 2 | -16/+96 |
* | | make: set $< and $* for target rules | Ron Yorston | 2024-05-22 | 2 | -6/+40 |
* | | make: add support for CURDIR macro | Ron Yorston | 2024-05-22 | 2 | -5/+53 |
* | | ash: fix comment | Ron Yorston | 2024-05-22 | 1 | -1/+1 |
* | | ash: prevent mintty from setting HOME | Ron Yorston | 2024-05-21 | 1 | -1/+13 |
* | | win32: some changes to kill(2) | Ron Yorston | 2024-05-18 | 1 | -26/+27 |
* | | win32: implement getppid(2) | Ron Yorston | 2024-05-16 | 2 | -10/+25 |
* | | win32: ensure PIDs are read early in procps_scan() | Ron Yorston | 2024-05-16 | 2 | -12/+16 |
* | | win32: code shrink | Ron Yorston | 2024-05-15 | 1 | -2/+0 |
* | | ps: report unknown parent PID as 1 | Ron Yorston | 2024-05-14 | 2 | -2/+23 |
* | | kill: killing a zombie process should fail | Ron Yorston | 2024-05-14 | 3 | -114/+101 |
* | | ash: -X option shouldn't alter environment variables | Ron Yorston | 2024-05-10 | 1 | -3/+3 |
* | | win32: try to avoid downloading offline files | Ron Yorston | 2024-04-30 | 1 | -2/+5 |
* | | ash: fix typo | Ron Yorston | 2024-04-30 | 1 | -1/+1 |
* | | ash: fix alias expansion followed by '&' | Ron Yorston | 2024-04-30 | 1 | -1/+10 |
* | | ash: add 'noiconify' option | Ron Yorston | 2024-04-29 | 1 | -11/+23 |
* | | ash: detect console state on every call to options() | Ron Yorston | 2024-04-29 | 1 | -3/+3 |
* | | build system: fix ncurses detection | Ron Yorston | 2024-04-28 | 1 | -1/+1 |
* | | libbb: make default history size configurable | Ron Yorston | 2024-04-28 | 7 | -2/+21 |
* | | lineedit: reduce default history size | Ron Yorston | 2024-04-27 | 1 | -0/+4 |
* | | lineedit: increase history size to 1023 | Ron Yorston | 2024-04-26 | 4 | -4/+4 |
* | | make: code shrink | Ron Yorston | 2024-04-23 | 1 | -1/+1 |
* | | make: better determine that a file is up-to-date | Ron Yorston | 2024-04-22 | 1 | -3/+5 |
* | | win32: adjust handling of executable extensions | Ron Yorston | 2024-04-22 | 2 | -9/+13 |
* | | make: allow mixed macros and targets on command line | Ron Yorston | 2024-04-21 | 2 | -8/+41 |
* | | make: change how macros are read from the environment | Ron Yorston | 2024-04-21 | 1 | -2/+6 |