aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* win32: allow for trailing separator in PATHpath_searchRon Yorston2024-06-124-38/+47
* make: limit changes to pragmasRon Yorston2024-06-101-5/+4
* make: allow := macro assignment on command lineRon Yorston2024-06-081-14/+22
* make: more changes for c:/path targetRon Yorston2024-06-051-4/+5
* make: restore check for c:/path targetRon Yorston2024-06-051-1/+23
* make: explicitly verify order of argumentsRon Yorston2024-06-041-7/+16
* make: only reset getopt(3) if necessaryRon Yorston2024-06-031-2/+2
* make: ensure sufficient space in line bufferRon Yorston2024-06-021-7/+8
* make: report POSIX 202X issue with includeRon Yorston2024-06-021-6/+12
* make: restore warning about invalid macro nameRon Yorston2024-06-021-7/+9
* make: move test for complex chain of macro assignmentsRon Yorston2024-06-011-14/+14
* make: fix detection of target rules (take 2)Ron Yorston2024-05-312-184/+177
* make: allow :::= macro assignment on command lineRon Yorston2024-05-292-16/+52
* make: relax the test 'Return error if command fails'Ron Yorston2024-05-291-1/+1
* make: fixes to -q optionRon Yorston2024-05-282-36/+43
* make: fixes to -t optionRon Yorston2024-05-282-33/+60
* make: improved support for POSIX levelsRon Yorston2024-05-275-5/+37
* make: add posix_2017 pragmaRon Yorston2024-05-251-9/+40
* make: fix tests for BSDRon Yorston2024-05-241-4/+4
* make: add support for ifeq/ifneqRon Yorston2024-05-222-16/+96
* make: set $< and $* for target rulesRon Yorston2024-05-222-6/+40
* make: add support for CURDIR macroRon Yorston2024-05-222-5/+53
* ash: fix commentRon Yorston2024-05-221-1/+1
* ash: prevent mintty from setting HOMERon Yorston2024-05-211-1/+13
* win32: some changes to kill(2)Ron Yorston2024-05-181-26/+27
* win32: implement getppid(2)Ron Yorston2024-05-162-10/+25
* win32: ensure PIDs are read early in procps_scan()Ron Yorston2024-05-162-12/+16
* win32: code shrinkRon Yorston2024-05-151-2/+0
* ps: report unknown parent PID as 1Ron Yorston2024-05-142-2/+23
* kill: killing a zombie process should failRon Yorston2024-05-143-114/+101
* ash: -X option shouldn't alter environment variablesRon Yorston2024-05-101-3/+3
* win32: try to avoid downloading offline filesRon Yorston2024-04-301-2/+5
* ash: fix typoRon Yorston2024-04-301-1/+1
* ash: fix alias expansion followed by '&'Ron Yorston2024-04-301-1/+10
* ash: add 'noiconify' optionRon Yorston2024-04-291-11/+23
* ash: detect console state on every call to options()Ron Yorston2024-04-291-3/+3
* build system: fix ncurses detectionRon Yorston2024-04-281-1/+1
* libbb: make default history size configurableRon Yorston2024-04-287-2/+21
* lineedit: reduce default history sizeRon Yorston2024-04-271-0/+4
* lineedit: increase history size to 1023Ron Yorston2024-04-264-4/+4
* make: code shrinkRon Yorston2024-04-231-1/+1
* make: better determine that a file is up-to-dateRon Yorston2024-04-221-3/+5
* win32: adjust handling of executable extensionsRon Yorston2024-04-222-9/+13
* make: allow mixed macros and targets on command lineRon Yorston2024-04-212-8/+41
* make: change how macros are read from the environmentRon Yorston2024-04-211-2/+6
* make: skip shell -e option when running commandsRon Yorston2024-04-202-2/+8
* win32: make stat(2) fail for /dev/zero, /dev/urandomRon Yorston2024-04-201-1/+2
* yes: code shrinkRon Yorston2024-04-181-5/+0
* free: bloat reductionRon Yorston2024-04-181-1/+1
* ash: move setting of current directoryRon Yorston2024-04-091-5/+7