aboutsummaryrefslogtreecommitdiff
path: root/editors/awk.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-03-02awk: fix segfault when compiled by clangRon Yorston1-1/+1
2024-03-02crond: log5 fix typo, replace log level '4' with '5'Jones Syue1-1/+1
2024-02-26ash: fix handling of single-quoted strings in pattern substitutionDenys Vlasenko5-0/+29
2024-02-26ip link: support for the CAN netlinkDario Binacchi3-11/+333
2024-02-25hush: detect when terminating "done"/"fi" is missingDenys Vlasenko9-1/+22
2024-02-25hush: set G.ifs sooner (prevents segfault)Denys Vlasenko1-28/+34
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-25ls: do not truncate username/groupname to 8 charsDenys Vlasenko1-2/+2
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
2024-01-21build system: improved handling of silent modeRon Yorston1-1/+8
2024-01-21win32: update sample scriptRon Yorston1-15/+38
2024-01-20build system: make compiler names configurableRon Yorston6-6/+48
2024-01-19awk: fix segfault when compiled by clangRon Yorston1-0/+4
2024-01-18ash: workaround environment issue in Windows on ARMRon Yorston1-1/+2