aboutsummaryrefslogtreecommitdiff
path: root/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2024-03-03tls: use C code for x86_64 sp_256_sub_8_p256_mod()Ron Yorston1-1/+1
2024-02-25win32: add a comment about LTO to mkreleaseRon Yorston1-2/+7
2024-02-25win32: add BB_VER.h to .gitignoreRon Yorston1-0/+1
2024-02-23Update README.mdRon Yorston1-2/+7
2024-02-20win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57Ron Yorston1-0/+2
2024-02-20build system: fix for older GNU makeRon Yorston1-3/+9
2024-02-16build system: avoid full rebuild when EXTRAVERSION changesRon Yorston7-2/+25
2024-02-16build system: improvements to EXTRAVERSION detectionRon Yorston1-8/+9
2024-02-15build system: try to find a more precise EXTRAVERSIONRon Yorston2-0/+34
2024-02-11httpd: enable interpreter script featureRon Yorston5-18/+38
2024-02-11httpd: code shrinkRon Yorston1-10/+7
2024-02-09httpd: avoid unnecessary process creationRon Yorston1-3/+4
2024-02-08ash: allow nofork applets in Windows on ARM + UCRTRon Yorston1-1/+2
2024-02-07win32: avoid console windows from CGI scriptsRon Yorston1-1/+1
2024-02-03win32: update sample script for release buildRon Yorston2-36/+67
2024-02-02win32: stat(1) requires find_mount_point()Ron Yorston1-0/+1
2024-02-02win32: rearrange applet override handlingRon Yorston4-36/+38
2024-01-31win32: UTF8_OUTPUT: recover quicker from bad byteAvi Halachmi (:avih)1-12/+19
2024-01-30win32: import dirname(3) from mingw-w64Ron Yorston2-0/+288
2024-01-30ls: support NO_COLOR environment variableRon Yorston1-0/+5
2024-01-24win32: avoid invalid freeRon Yorston1-3/+5
2024-01-23win32: hardcode numeric value of MANIFEST resourceRon Yorston1-2/+3
2024-01-23Fix POSIX build in standalone shell modeRon Yorston3-4/+7
2024-01-21build system: try a different exception methodRon Yorston1-1/+1
2024-01-21build system: actually detect lack of --warn-commonRon Yorston1-1/+7
2024-01-21win32: add aarch64 to uname(2)Ron Yorston1-0/+3