2023-11-15 |
Paul Eggert | uniq: prefer signed integers |
commit | commitdiff | tree |
2023-11-15 |
Paul Eggert | maint: DECIMAL_DIGIT_ACCUMULATE uses stdckdint.h |
commit | commitdiff | tree |
2023-11-11 |
Paul Eggert | pinky: fix string size calculation |
commit | commitdiff | tree |
2023-11-11 |
Paul Eggert | maint: port randread to FreeBSD 14 |
commit | commitdiff | tree |
2023-11-11 |
Paul Eggert | build: update gnulib submodule to latest |
commit | commitdiff | tree |
2023-11-03 |
Pádraig Brady | ls: fix recent regression in size alignment |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | join: fix recently introduced NUL bug |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | maint: pacify ‘make syntax-check’ |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | maint: copy join, uniq tests from Fedora |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | join,uniq: support multi-byte separators |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | test: allow non-blank white space in numbers |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | stdbuf: port to oddball toupper |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | dircolors: assume C-locale spaces |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | maint: port to oddball tolower |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | maint: include ctype.h selectively |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | maint: move field_sep into separate module |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | digest: omit unnecessary b2sum includes |
commit | commitdiff | tree |
2023-10-30 |
Paul Eggert | maint: prefer c_isxdigit when that is the intent |
commit | commitdiff | tree |
2023-10-28 |
Pádraig Brady | maint: fix syntax check issue |
commit | commitdiff | tree |
2023-10-28 |
Pádraig Brady | base32,base64: disallow non-canonical encodings |
commit | commitdiff | tree |
2023-10-25 |
Paul Eggert | basenc: fix unlikely locale issue; tune |
commit | commitdiff | tree |
2023-10-25 |
Paul Eggert | basenc: tweak checks to use unsigned char |
commit | commitdiff | tree |
2023-10-25 |
Paul Eggert | build: update gnulib submodule to latest |
commit | commitdiff | tree |
2023-10-25 |
Pádraig Brady | basenc: --base16: also allow lower case with --ignore... |
commit | commitdiff | tree |
2023-10-23 |
Pádraig Brady | basenc: --base16: support lower case hex digits |
commit | commitdiff | tree |
2023-10-23 |
Pádraig Brady | doc: fix RFC references |
commit | commitdiff | tree |
2023-10-06 |
Pádraig Brady | tests: move all basenc tests to their own directory |
commit | commitdiff | tree |
2023-10-06 |
Pádraig Brady | basenc: auto pad base32 and base64 inputs when decoding |
commit | commitdiff | tree |
2023-09-29 |
Paul Eggert | sort: improve --help |
commit | commitdiff | tree |
2023-09-25 |
Pádraig Brady | doc: rm --help: mention that '.' or '..' are rejected |
commit | commitdiff | tree |
2023-09-24 |
Paul Eggert | wc: pacify ‘make syntax-check’ |
commit | commitdiff | tree |
2023-09-24 |
Paul Eggert | wc: distribute src/wc.h |
commit | commitdiff | tree |
2023-09-24 |
Paul Eggert | wc: goto considered harmful |
commit | commitdiff | tree |
2023-09-24 |
Paul Eggert | wc: prefer signed integers |
commit | commitdiff | tree |
2023-09-24 |
Paul Eggert | wc: improve avx2 API |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | factor,tail: avoid quadratic reallocation |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | doc: mention Unicode exceptions for wc |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: simplify by removing SUPPORT_OLD_MBRTOWC |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: 3× speedup in C locale |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: treat encoding errors as non white space |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: fix word count bug |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | maint: omit some unused function tests |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | sort: not a special case for mbrtowc |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | maint: prefer char32_t to wchar_t |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: simplify #if MB_LEN_MAX |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: avoid undefined conversion state |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | maint: use mbszero |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | maint: prefer mcel |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | wc: stop worrying about EBCDIC, shift-JIS, etc |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | expr: use mcel |
commit | commitdiff | tree |
2023-09-23 |
Paul Eggert | build: update gnulib submodule to latest |
commit | commitdiff | tree |
2023-09-21 |
Pádraig Brady | build: avoid build failures on gcc <= 10, or clang |
commit | commitdiff | tree |
2023-09-20 |
Stephen Kitt | tail: allow multiple PIDs |
commit | commitdiff | tree |
2023-09-17 |
Sylvestre Ledru | ls: --dired now implies long format with hyperlinks... |
commit | commitdiff | tree |
2023-09-15 |
Sylvestre Ledru | tests: improve ls --dired testing |
commit | commitdiff | tree |
2023-09-13 |
Pádraig Brady | maint: use C99 int size specifiers rather than PRI... |
commit | commitdiff | tree |
2023-09-11 |
Pádraig Brady | doc: add subsections for cksum nodes |
commit | commitdiff | tree |
2023-09-08 |
Paul Eggert | cp,mv,install: add copy_internal comment |
commit | commitdiff | tree |
2023-09-08 |
Paul Eggert | cp: avoid needless unlinkat after fstatat ELOOP |
commit | commitdiff | tree |
2023-09-08 |
Paul Eggert | cp,mv,install: minor copy_internal refactoring |
commit | commitdiff | tree |
2023-09-08 |
Paul Eggert | cp,mv,install: fix comment punctuation |
commit | commitdiff | tree |
2023-09-08 |
Paul Eggert | cp,mv,install: simplify copy_internal |
commit | commitdiff | tree |
2023-09-05 |
Paul Eggert | maint: prefer psame_inode, PSAME_INODE, STP_* |
commit | commitdiff | tree |
2023-09-05 |
Paul Eggert | build: update gnulib submodule to latest |
commit | commitdiff | tree |
2023-09-05 |
Paul Eggert | cp,mv,install: a bit more up-to-date source stat |
commit | commitdiff | tree |
2023-09-02 |
Paul Eggert | cp,mv,install: fix chmod on Linux CIFS |
commit | commitdiff | tree |
2023-09-01 |
Paul Eggert | cp,mv,install: fix chown on Linux CIFS |
commit | commitdiff | tree |
2023-09-01 |
Paul Eggert | maint: simplify set_owner |
commit | commitdiff | tree |
2023-09-01 |
Paul Eggert | chown: port to mingw and MSVC 14 |
commit | commitdiff | tree |
2023-08-31 |
Pádraig Brady | maint: avoid syntax check failure |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | maint: Gnulib module gc |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | maint: assume non-rare encodings |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | maint: tune for single thread & locale |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | maint: regularize struct initializers |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | maint: rely on Gnulib fdatasync |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | maint: use modern Gnulib LIB_ macros |
commit | commitdiff | tree |
2023-08-31 |
Paul Eggert | kill: rely on Gnulib strsignal |
commit | commitdiff | tree |
2023-08-30 |
Paul Eggert | maint: remove rename macro |
commit | commitdiff | tree |
2023-08-30 |
Paul Eggert | maint: remove need for mbsalign |
commit | commitdiff | tree |
2023-08-29 |
Pádraig Brady | maint: post-release administrivia |
commit | commitdiff | tree |
2023-08-29 |
Pádraig Brady | version 9.4 v9.4 |
commit | commitdiff | tree |
2023-08-28 |
Paul Eggert | maint: spelling fixes, including author names |
commit | commitdiff | tree |
2023-08-28 |
Paul Eggert | test: omit unreachable code |
commit | commitdiff | tree |
2023-08-28 |
Bruno Haible | tests: avoid test failure on Android |
commit | commitdiff | tree |
2023-08-28 |
Paul Eggert | sort: port sort-merge-fdlimit test to Solaris 10 |
commit | commitdiff | tree |
2023-08-28 |
Paul Eggert | sort: port sort-continue test back to Solaris 10 |
commit | commitdiff | tree |
2023-08-27 |
Pádraig Brady | tests: avoid false failure on cygwin |
commit | commitdiff | tree |
2023-08-27 |
Pádraig Brady | cksum: adjust tests and docs to binary mode handling |
commit | commitdiff | tree |
2023-08-27 |
Pádraig Brady | all: avoid duplicated write errors on FreeBSD |
commit | commitdiff | tree |
2023-08-27 |
Pádraig Brady | tests: avoid false failure where sleep is a shell builtin |
commit | commitdiff | tree |
2023-08-27 |
Bruno Haible | build: fix link errors of sort, split on CentOS 5 and... |
commit | commitdiff | tree |
2023-08-27 |
Bruno Haible | build: fix compilation error on AIX 7.1 |
commit | commitdiff | tree |
2023-08-27 |
Pádraig Brady | build: update with gnulib fixes |
commit | commitdiff | tree |
2023-08-24 |
Pádraig Brady | doc: remove older ChangeLog items |
commit | commitdiff | tree |
2023-08-23 |
Pádraig Brady | shred: fix operation on Solaris with 64 bit builds |
commit | commitdiff | tree |
2023-08-22 |
Pádraig Brady | build: update gnulib submodule to latest |
commit | commitdiff | tree |
2023-08-22 |
Pádraig Brady | doc: reorg texinfo for the checksumming utilities |
commit | commitdiff | tree |
2023-08-21 |
Pádraig Brady | doc: cksum: remove -b description from texinfo |
commit | commitdiff | tree |
2023-08-21 |
Pádraig Brady | cp: with --sparse=never, avoid COW and copy offload |
commit | commitdiff | tree |
2023-08-19 |
Pádraig Brady | maint: comment spelling fix |
commit | commitdiff | tree |
next |