aboutsummaryrefslogtreecommitdiff
path: root/archival/gzip.c (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-31make: fix detection of target rules (take 2)Ron Yorston2-184/+177
2024-05-29make: allow :::= macro assignment on command lineRon Yorston2-16/+52
2024-05-29make: relax the test 'Return error if command fails'Ron Yorston1-1/+1
2024-05-28make: fixes to -q optionRon Yorston2-36/+43
2024-05-28make: fixes to -t optionRon Yorston2-33/+60
2024-05-27make: improved support for POSIX levelsRon Yorston5-5/+37
2024-05-25make: add posix_2017 pragmaRon Yorston1-9/+40
2024-05-24make: fix tests for BSDRon Yorston1-4/+4
2024-05-22make: add support for ifeq/ifneqRon Yorston2-16/+96
2024-05-22make: set $< and $* for target rulesRon Yorston2-6/+40
2024-05-22make: add support for CURDIR macroRon Yorston2-5/+53
2024-05-22ash: fix commentRon Yorston1-1/+1
2024-05-21ash: prevent mintty from setting HOMERon Yorston1-1/+13
2024-05-18win32: some changes to kill(2)Ron Yorston1-26/+27
2024-05-16win32: implement getppid(2)Ron Yorston2-10/+25
2024-05-16win32: ensure PIDs are read early in procps_scan()Ron Yorston2-12/+16
2024-05-15win32: code shrinkRon Yorston1-2/+0
2024-05-14ps: report unknown parent PID as 1Ron Yorston2-2/+23
2024-05-14kill: killing a zombie process should failRon Yorston3-114/+101
2024-05-10ash: -X option shouldn't alter environment variablesRon Yorston1-3/+3
2024-04-30win32: try to avoid downloading offline filesRon Yorston1-2/+5
2024-04-30ash: fix typoRon Yorston1-1/+1
2024-04-30ash: fix alias expansion followed by '&'Ron Yorston1-1/+10
2024-04-29ash: add 'noiconify' optionRon Yorston1-11/+23
2024-04-29ash: detect console state on every call to options()Ron Yorston1-3/+3
2024-04-28build system: fix ncurses detectionRon Yorston1-1/+1
2024-04-28libbb: make default history size configurableRon Yorston7-2/+21
2024-04-27lineedit: reduce default history sizeRon Yorston1-0/+4
2024-04-26lineedit: increase history size to 1023Ron Yorston4-4/+4
2024-04-23make: code shrinkRon Yorston1-1/+1
2024-04-22make: better determine that a file is up-to-dateRon Yorston1-3/+5
2024-04-22win32: adjust handling of executable extensionsRon Yorston2-9/+13
2024-04-21make: allow mixed macros and targets on command lineRon Yorston2-8/+41
2024-04-21make: change how macros are read from the environmentRon Yorston1-2/+6
2024-04-20make: skip shell -e option when running commandsRon Yorston2-2/+8
2024-04-20win32: make stat(2) fail for /dev/zero, /dev/urandomRon Yorston1-1/+2
2024-04-18yes: code shrinkRon Yorston1-5/+0
2024-04-18free: bloat reductionRon Yorston1-1/+1
2024-04-13lineedit: print prompt and editing operations to stderrDenys Vlasenko1-28/+34
2024-04-13docproc: avoid segfault during file closingYan Zhu1-0/+1
2024-04-09ash: move setting of current directoryRon Yorston1-5/+7
2024-04-09time: code shrinkRon Yorston1-4/+1
2024-04-09ash: add title built-inRon Yorston3-2/+28
2024-04-08timeout: fix handling of timeoutsRon Yorston1-12/+7
2024-04-06win32: ascii-optimize winansi_fputc, winansi_putcharAvi Halachmi (:avih)1-8/+2
2024-04-06win32: UTF8_OUTPUT: flush stream before conversionAvi Halachmi (:avih)1-1/+3
2024-04-06time: mitigation for interleaved outputRon Yorston1-0/+6
2024-04-03md5/shaXsum: accept uppercase hex stringsRon Yorston1-0/+4
2024-04-02win32: unicode: new wcwidth: allow enabling bidiAvi Halachmi (:avih)1-2/+5
2024-03-29Revert "unicode: identify emoji width and modifiers"Avi Halachmi (:avih)1-8/+0