aboutsummaryrefslogtreecommitdiff
path: root/include (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-03-29win32: unicode: use newer wcwidth by defaultAvi Halachmi (:avih)4-0/+683
2024-03-26ash: strip path from NOFORK applet namesRon Yorston1-0/+3
2024-03-11make: allow '#' to be escaped with a backslashRon Yorston2-3/+20
2024-03-09win32: improvements to realpath(3)Ron Yorston1-2/+6
2024-03-08win32: let realpath(3) work on flaky filesystemsRon Yorston1-0/+3
2024-03-08su: free all allocated memoryRon Yorston1-14/+18
2024-03-07su: handle restricted disk driversRon Yorston1-6/+18
2024-03-06ash: fix 'read' built-in performance regressionRon Yorston1-0/+4