| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make: permit Unix-style paths when setting MAKE | Ron Yorston | 2023-10-06 | 1 | -1/+4 |
* | make: return non-zero exit status when a command fails | Ron Yorston | 2023-09-12 | 1 | -10/+35 |
* | make: avoid more warnings | Ron Yorston | 2023-09-12 | 1 | -1/+2 |
* | make: fixes to warning messages | Ron Yorston | 2023-08-25 | 1 | -28/+28 |
* | make: fix .DEFAULT for prerequisite | Ron Yorston | 2023-08-24 | 1 | -1/+0 |
* | make: fix POSIX build | Ron Yorston | 2023-08-24 | 1 | -0/+15 |
* | make: allow targets of the form c:/path | Ron Yorston | 2023-08-23 | 1 | -2/+35 |
* | make: code shrink | Ron Yorston | 2023-06-08 | 1 | -1/+1 |
* | make: special treatment of archive members | Ron Yorston | 2023-05-01 | 1 | -4/+25 |
* | win32: export xappendword() | Ron Yorston | 2023-04-23 | 1 | -13/+0 |
* | make: code shrink | Ron Yorston | 2023-03-16 | 1 | -2/+2 |
* | make: strip leading whitespace in shell assignment | Ron Yorston | 2023-02-01 | 1 | -11/+28 |
* | make: allow building as pdpmake only | Ron Yorston | 2023-01-24 | 1 | -0/+1 |
* | make: add '-x' option to set pragmas | Ron Yorston | 2022-11-21 | 1 | -50/+92 |
* | make: add .PRAGMA special target | Ron Yorston | 2022-11-18 | 1 | -38/+135 |
* | make: changes to suffix substitution in macro expansion | Ron Yorston | 2022-11-16 | 1 | -9/+18 |
* | make: show location of errors during build | Ron Yorston | 2022-11-16 | 1 | -15/+41 |
* | make: fix typo in help text | Ron Yorston | 2022-11-14 | 1 | -2/+2 |
* | make: use correct test for valid macro name | Ron Yorston | 2022-11-13 | 1 | -1/+1 |
* | make: make + sh configuration | Ron Yorston | 2022-11-10 | 1 | -1/+8 |
* | make: fix typo in inference rule handling | Ron Yorston | 2022-11-04 | 1 | -1/+1 |
* | make: fixes to inference rules | Ron Yorston | 2022-11-03 | 1 | -18/+21 |
* | make: comments in macro expansions and command lines | Ron Yorston | 2022-11-01 | 1 | -3/+16 |
* | make: different treatment for escaped NL in macro in command | Ron Yorston | 2022-10-30 | 1 | -6/+24 |
* | make: add a comment, no functional change | Ron Yorston | 2022-10-21 | 1 | -3/+8 |
* | make: $+ should support D/F modifiers | Ron Yorston | 2022-10-20 | 1 | -0/+1 |
* | make: .NOTPARALLEL and .WAIT are special targets | Ron Yorston | 2022-10-19 | 1 | -0/+4 |
* | make: shell assignment is a POSIX 202X feature | Ron Yorston | 2022-10-18 | 1 | -5/+4 |
* | make: support $+ and $^ as POSIX 202X features | Ron Yorston | 2022-10-18 | 1 | -14/+19 |
* | make: fix incorrect handling of escaped newline | Ron Yorston | 2022-08-28 | 1 | -5/+4 |
* | make: new applet | Ron Yorston | 2022-08-01 | 1 | -0/+2621 |