aboutsummaryrefslogtreecommitdiff
path: root/win32/mingw.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-22ash: let $HOME set home directory of login shellRon Yorston1-1/+4
2022-02-27Fix POSIX buildFRP-4621-gf3c5e8bc3Ron Yorston1-2/+2
2022-02-27ash: try harder to avoid ctrl-c issueRon Yorston1-24/+1
2022-02-17win32: fake file ownership on FAT filesystemsRon Yorston1-5/+11
2022-02-14Increment date in resourcesRon Yorston1-1/+1
2022-02-12ash: workaround for UCRT bugRon Yorston1-0/+12
2022-02-10cpio: code shrink with !FEATURE_EXTRA_FILE_DATARon Yorston2-2/+6
2022-02-09find: -samefile requires FEATURE_EXTRA_FILE_DATARon Yorston1-1/+1
2022-02-09Fix POSIX build; new yearRon Yorston2-2/+3
2022-02-09libbb/sha256: code shrink in x86 assemblyDenys Vlasenko2-12/+10
2022-02-09libbb/sha256: code shrink in 64-bit x86Denys Vlasenko1-11/+14
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko1-13/+16
2022-02-09libbb/sha256: code shrink in 32-bit x86Denys Vlasenko2-123/+114
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko2-7/+5
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashing (32-bit)Denys Vlasenko1-6/+5
2022-02-08libbb/sha1: shrink x86 hardware accelerated hashingDenys Vlasenko2-32/+29
2022-02-08libbb/sha1: shrink unrolled x86-64 codeDenys Vlasenko2-46/+21
2022-02-07libbb/sha1: shrink and speed up unrolled x86-64 codeDenys Vlasenko6-46/+131
2022-02-06*: slap on a few ALIGN_PTR where appropriateDenys Vlasenko9-15/+15
2022-02-06*: slap on a few ALIGN* where appropriateDenys Vlasenko16-20/+21
2022-02-06libbb/sha256: code shrink in 32-bit x86Denys Vlasenko1-45/+48
2022-02-06libbb/sha256: code shrink in 64-bit x86Denys Vlasenko1-48/+48
2022-02-03libbb/sha256: code shrink in 64-bit x86Denys Vlasenko1-17/+17
2022-02-03libbb/sha256: code shrink in 32-bit x86Denys Vlasenko1-18/+17
2022-02-03libbb/sha256: optional x86 hardware accelerated hashingDenys Vlasenko9-26/+612
2022-01-25libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stackDenys Vlasenko2-205/+214
2022-01-24cut: build fix for FEATURE_CUT_REGEXDenys Vlasenko1-0/+1
2022-01-23apply const trick to ptr_to_globalsKhem Raj1-1/+1
2022-01-23mkfs.vfat: fix volume label to be padded with spaceTimo Teräs1-8/+17
2022-01-23Add support for long options to cmpWalter Lozano1-0/+18
2022-01-23sed: fix handling of escaped delimiters in s/// replacementDenys Vlasenko2-3/+11
2022-01-23sed: fix handling of escaped delimiters in s/// search pattern, closes 14541Denys Vlasenko2-8/+21