Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-01-25 | libbb/sha1: in unrolled x86-64 code, pass initial W[] in registers, not on stack | Denys Vlasenko | 2 | -205/+214 |
2022-01-24 | cut: build fix for FEATURE_CUT_REGEX | Denys Vlasenko | 1 | -0/+1 |
2022-01-23 | apply const trick to ptr_to_globals | Khem Raj | 1 | -1/+1 |
2022-01-23 | mkfs.vfat: fix volume label to be padded with space | Timo Teräs | 1 | -8/+17 |
2022-01-23 | Add support for long options to cmp | Walter Lozano | 1 | -0/+18 |
2022-01-23 | sed: fix handling of escaped delimiters in s/// replacement | Denys Vlasenko | 2 | -3/+11 |
2022-01-23 | sed: fix handling of escaped delimiters in s/// search pattern, closes 14541 | Denys Vlasenko | 2 | -8/+21 |