Denys Vlasenko
|
dfd8aafcf5
libbb: fflush_stdout_and_exit(0) still exits with _error_ (not 0!) if fflush fails
|
2 years ago |
Denys Vlasenko
|
31f45c1b36
libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)
|
2 years ago |
Denys Vlasenko
|
286b33721d
sed: correctly handle 'w FILE' commands writing to the same file
|
2 years ago |
Denys Vlasenko
|
ed2af2e82d
build system: detect if build host has no bzip2
|
2 years ago |
Denys Vlasenko
|
c3cfcc9242
libbb/sha1: x86_64 version: reorder prologue/epilogue insns
|
2 years ago |
Denys Vlasenko
|
1fc520ed28
md5/shaXsum: use FEATURE_COPYBUF_KB to size the buffer instead of fixed 4k
|
2 years ago |
Denys Vlasenko
|
7abb2bb96e
libbb/sha1: x86_64 version: tidying up, no code changes
|
2 years ago |
Denys Vlasenko
|
4387077f8e
typo fix
|
2 years ago |
Denys Vlasenko
|
947bef0dea
libbb/sha1: x86_64 version: generate from a script, optimize a bit
|
2 years ago |
Denys Vlasenko
|
05fd13ebec
libbb/sha1: x86_64 version: move to a separate .S file, no code changes
|
2 years ago |
Denys Vlasenko
|
5c0c558231
libbb/sha1: code shrink in medium-speed version
|
2 years ago |
Denys Vlasenko
|
4d4f1f2096
libbb/sha1: x86_64 version: bswap in 64-bit chunks
|
2 years ago |
Denys Vlasenko
|
d643010fee
libbb/sha1: shrink x86_64 version - use r8..15 for W[8..15]
|
2 years ago |
Denys Vlasenko
|
5f68170204
libbb/sha1: assembly versions for x86
|
2 years ago |
Denys Vlasenko
|
f09d088fdf
libbb/sha1: shrink and speed up fully unrolled version
|
2 years ago |
Denys Vlasenko
|
0b62a08777
libbb/sha1: add config-selectable partially unrolled version
|
2 years ago |
Denys Vlasenko
|
25aadc893d
libbb/sha1: add config-selectable fully unrolled version, closes 14391
|
2 years ago |
Sören Tempel
|
9173c9cce4
ed: add support for -s command-line option as mandated by POSIX
|
2 years ago |
Denys Vlasenko
|
0e2cb6d1e2
echo: add FIXME comment
|
2 years ago |
Denys Vlasenko
|
0fcc7f5f73
scripts/echo.c: fix NUL handling in "abc\0 def"
|
2 years ago |
Denys Vlasenko
|
f1d06462e8
libbb: cose shrink in sha1
|
2 years ago |
Denys Vlasenko
|
44075929a8
Start 1.36.0 development cycle
|
2 years ago |
Denys Vlasenko
|
e512aeb0fb
Bump version to 1.35.0
|
2 years ago |
Denys Vlasenko
|
97c00ae134
httpd: fix compile failure if !FEATURE_HTTPD_RANGES
|
2 years ago |
Dominique Martinet
|
4fe954c148
sed: do not ignore 'g' modifier when match starts with ^
|
2 years ago |
Sören Tempel
|
a05a3d5932
ed: align output of read command with POSIX.1-2008
|
3 years ago |
Sören Tempel
|
f26eb796e2
ed: fix current line number for file passed via the command-line
|
3 years ago |
Matthew Slowe
|
7d49fedc86
timeout: add support for "timeout -k KILL_SECS"
|
3 years ago |
Denys Vlasenko
|
c1eac153e8
cmp: code shrink
|
2 years ago |
Sören Tempel
|
bfd8738154
ed: add support for -p command-line option as mandated by POSIX
|
3 years ago |