aboutsummaryrefslogtreecommitdiff
path: root/editors (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-12make: allow pragmas to apply recursivelyRon Yorston1-14/+55
2024-07-12tls: P256: improve x86_64 multiplication asm codeDenys Vlasenko1-22/+36
2024-07-11tls: P256: fix obscure x86_64 asm misbehavior, closes 15679Denys Vlasenko1-10/+29
2024-07-11md5/shaXsum: accept uppercase hex stringsRon Yorston1-1/+1
2024-07-11vi: Ensure that the edit buffer ends in a newlinePetja Patjas1-3/+4
2024-07-10ash: remove defunct control character to save a few bytesRon Yorston1-12/+12
2024-07-10Makefile.flags: suppress clang warnings when cross-compilingRon Yorston1-3/+3
2024-07-10ash: fix parsing of alias expansion + bash featuresRon Yorston1-6/+6
2024-07-10awk: mktime() with no arguments is not allowedDenys Vlasenko1-2/+1
2024-07-10awk: improve comments and constants, no code changesDenys Vlasenko1-20/+27
2024-07-09qwk: code shrinkDenys Vlasenko1-19/+19
2024-07-09awk: restore assignment precedence to be lower than ternary ?:Denys Vlasenko2-22/+74
2024-07-09awk: do not infinitely recurse getvar_s() if CONVFMT is set to a numeric valueDenys Vlasenko1-6/+14
2024-07-09awk: fix use after free (CVE-2023-42363)Natanael Copa1-8/+13
2024-07-08chown: stop accepting deprecated USER.GROUP syntax, only : separator is allowedDenys Vlasenko1-5/+1
2024-07-08ash: restore value of imported variable on unexportRon Yorston1-0/+9
2024-07-08ash: read profile script relative to binaryRon Yorston4-3/+15
2024-07-08wget: ignore header casingSertonix1-1/+1
2024-07-07win32: code shrink system drive handling (2)Ron Yorston1-1/+1
2024-07-07win32: code shrink system drive handlingRon Yorston5-35/+22
2024-07-07ash: special hack for libtoolRon Yorston1-0/+10
2024-07-02win32: properly restore BB_ env varsRon Yorston1-1/+11
2024-06-28win32: don't allow BB_TERMINAL_MODE=6Ron Yorston1-1/+1
2024-06-25win32: add definition for old mingw-w64FRP-5398-g89ae34445Ron Yorston1-0/+4
2024-06-24win32: code shrink exit_code_to_wait_status_cmd()Ron Yorston1-4/+4
2024-06-23win32: code shrink BB_CRITICAL_ERROR_DIALOGSRon Yorston2-2/+3
2024-06-22win32: only access mode argument of open(2) if requiredRon Yorston1-3/+5
2024-06-22win32: add env var to control error dialogsRon Yorston6-2/+12
2024-06-22win32: revert 'don't set error mode'Ron Yorston2-29/+68
2024-06-19ash: allow HISTFILE=/dev/null to work as intendedRon Yorston1-3/+8
2024-06-19win32: code shrink APE detection; avoid UBRon Yorston1-3/+7
2024-06-16make: update default rulesRon Yorston1-14/+49
2024-06-16win32: detect Actually Portable Executable binariesRon Yorston1-15/+23
2024-06-16win32: don't set error modeRon Yorston1-4/+0
2024-06-14make: update for POSIX 2024Ron Yorston6-27/+31
2024-06-14win32: allow for trailing separator in PATHRon Yorston4-38/+47
2024-06-10make: limit changes to pragmasRon Yorston1-5/+4
2024-06-08make: allow := macro assignment on command lineRon Yorston1-14/+22
2024-06-05make: more changes for c:/path targetRon Yorston1-4/+5
2024-06-05make: restore check for c:/path targetRon Yorston1-1/+23
2024-06-04make: explicitly verify order of argumentsRon Yorston1-7/+16
2024-06-03make: only reset getopt(3) if necessaryRon Yorston1-2/+2
2024-06-02make: ensure sufficient space in line bufferRon Yorston1-7/+8
2024-06-02make: report POSIX 202X issue with includeRon Yorston1-6/+12
2024-06-02make: restore warning about invalid macro nameRon Yorston1-7/+9
2024-06-01make: move test for complex chain of macro assignmentsRon Yorston1-14/+14
2024-06-01typo fixDenys Vlasenko2-2/+2
2024-05-31libbb: fix 64-bit bb_popcnt_longDenys Vlasenko1-1/+1
2024-05-31libbb: add bit counting function, use where appropriateDenys Vlasenko8-52/+66
2024-05-31nproc: prepare for arbitrarily large CPU masksDenys Vlasenko5-27/+38