aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ash: move setting of current directoryRon Yorston2024-04-091-5/+7
* time: code shrinkRon Yorston2024-04-091-4/+1
* ash: add title built-inRon Yorston2024-04-093-2/+28
* timeout: fix handling of timeoutsRon Yorston2024-04-081-12/+7
* win32: ascii-optimize winansi_fputc, winansi_putcharAvi Halachmi (:avih)2024-04-061-8/+2
* win32: UTF8_OUTPUT: flush stream before conversionAvi Halachmi (:avih)2024-04-061-1/+3
* time: mitigation for interleaved outputRon Yorston2024-04-061-0/+6
* md5/shaXsum: accept uppercase hex stringsRon Yorston2024-04-031-0/+4
* win32: unicode: new wcwidth: allow enabling bidiAvi Halachmi (:avih)2024-04-021-2/+5
* Revert "unicode: identify emoji width and modifiers"Avi Halachmi (:avih)2024-03-291-8/+0
* win32: unicode: use newer wcwidth by defaultAvi Halachmi (:avih)2024-03-294-0/+683
* ash: strip path from NOFORK applet namesRon Yorston2024-03-261-0/+3
* make: allow '#' to be escaped with a backslashRon Yorston2024-03-112-3/+20
* win32: improvements to realpath(3)Ron Yorston2024-03-091-2/+6
* win32: let realpath(3) work on flaky filesystemsRon Yorston2024-03-081-0/+3
* su: free all allocated memoryRon Yorston2024-03-081-14/+18
* su: handle restricted disk driversRon Yorston2024-03-071-6/+18
* ash: fix 'read' built-in performance regressionRon Yorston2024-03-061-0/+4
* tls: use C code for x86_64 sp_256_sub_8_p256_mod()Ron Yorston2024-03-031-1/+1
* win32: add a comment about LTO to mkreleaseRon Yorston2024-02-251-2/+7
* win32: add BB_VER.h to .gitignoreRon Yorston2024-02-251-0/+1
* Update README.mdRon Yorston2024-02-231-2/+7
* win32: fix uname(2) if ARM architecture is undefinedFRP-5301-gda71f7c57Ron Yorston2024-02-201-0/+2
* build system: fix for older GNU makeRon Yorston2024-02-201-3/+9
* build system: avoid full rebuild when EXTRAVERSION changesRon Yorston2024-02-167-2/+25
* build system: improvements to EXTRAVERSION detectionRon Yorston2024-02-161-8/+9
* build system: try to find a more precise EXTRAVERSIONRon Yorston2024-02-152-0/+34
* httpd: enable interpreter script featureRon Yorston2024-02-115-18/+38
* httpd: code shrinkRon Yorston2024-02-111-10/+7
* httpd: avoid unnecessary process creationRon Yorston2024-02-091-3/+4
* ash: allow nofork applets in Windows on ARM + UCRTRon Yorston2024-02-081-1/+2
* win32: avoid console windows from CGI scriptsRon Yorston2024-02-071-1/+1
* win32: update sample script for release buildRon Yorston2024-02-032-36/+67
* win32: stat(1) requires find_mount_point()Ron Yorston2024-02-021-0/+1
* win32: rearrange applet override handlingRon Yorston2024-02-024-36/+38
* win32: UTF8_OUTPUT: recover quicker from bad byteAvi Halachmi (:avih)2024-01-311-12/+19
* win32: import dirname(3) from mingw-w64Ron Yorston2024-01-302-0/+288
* ls: support NO_COLOR environment variableRon Yorston2024-01-301-0/+5
* win32: avoid invalid freeRon Yorston2024-01-241-3/+5
* win32: hardcode numeric value of MANIFEST resourceRon Yorston2024-01-231-2/+3
* Fix POSIX build in standalone shell modeRon Yorston2024-01-233-4/+7
* build system: try a different exception methodRon Yorston2024-01-211-1/+1
* build system: actually detect lack of --warn-commonRon Yorston2024-01-211-1/+7
* win32: add aarch64 to uname(2)Ron Yorston2024-01-211-0/+3
* build system: improved handling of silent modeRon Yorston2024-01-211-1/+8
* win32: update sample scriptRon Yorston2024-01-211-15/+38
* build system: make compiler names configurableRon Yorston2024-01-206-6/+48
* awk: fix segfault when compiled by clangRon Yorston2024-01-191-0/+4
* ash: workaround environment issue in Windows on ARMRon Yorston2024-01-181-1/+2
* build system: permit ARM64 buildRon Yorston2024-01-181-0/+1251