2024-08-04 |
Paul Eggert | build: modernize AC_CHECK_TYPE usage
|
commit | commitdiff | tree |
2024-08-04 |
Paul Eggert | shuf: tiny simplification
|
commit | commitdiff | tree |
2024-08-04 |
Paul Eggert | shuf: avoid integer overflow on huge inputs
|
commit | commitdiff | tree |
2024-08-04 |
Paul Eggert | shuf: fix randomness bug
|
commit | commitdiff | tree |
2024-07-16 |
Paul Eggert | tests: port to noatime file systems
|
commit | commitdiff | tree |
2024-07-16 |
Paul Eggert | maint: update bootstrap from Gnulib
|
commit | commitdiff | tree |
2024-07-16 |
Paul Eggert | maint: adjust to Gnulib -Wsystem-headers change
|
commit | commitdiff | tree |
2024-07-16 |
Paul Eggert | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2024-05-24 |
Paul Eggert | ls: improve sorting doc
|
commit | commitdiff | tree |
2024-05-20 |
Paul Eggert | stty: port test to Alpine Linux
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | dd: skip some alloc tests on ZFS
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | maint: prefer stdbit.h to count-leading-zeros.h
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | maint: port test warnings to GCC 14
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | maint: update bootstrap from Gnulib
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | sort: better -Wmissing-variable-declarations
|
commit | commitdiff | tree |
2024-05-17 |
Paul Eggert | cksum: improve API consistency checking
|
commit | commitdiff | tree |
2024-04-20 |
Paul Eggert | tail: avoid infloop with -c on /dev/zero
|
commit | commitdiff | tree |
2024-04-17 |
Paul Eggert | ls: -f now means -a -U
|
commit | commitdiff | tree |
2024-04-06 |
Paul Eggert | split: don’t trust st_size on /proc files
|
commit | commitdiff | tree |
2024-04-06 |
Paul Eggert | sort: don’t trust st_size on /proc files
|
commit | commitdiff | tree |
2024-04-06 |
Paul Eggert | dd: don’t trust st_size on /proc/files
|
commit | commitdiff | tree |
2024-04-06 |
Paul Eggert | cat: don’t trust st_size on /proc files
|
commit | commitdiff | tree |
2024-03-23 |
Paul Eggert | mv: treat --exchange more like non-exchange
|
commit | commitdiff | tree |
2024-03-23 |
Paul Eggert | cp,ln,mv: improve dir vs nondir diagnostics
|
commit | commitdiff | tree |
2024-03-20 |
Paul Eggert | doc: clarify mv --exchange
|
commit | commitdiff | tree |
2024-03-20 |
Paul Eggert | mv: new option --exchange
|
commit | commitdiff | tree |
2024-03-17 |
Paul Eggert | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2024-02-26 |
Paul Eggert | doc: mention -lcrypto change in NEWS
|
commit | commitdiff | tree |
2024-02-26 |
Paul Eggert | sort: dynamically link -lcrypto if -R
|
commit | commitdiff | tree |
2024-02-26 |
Paul Eggert | doc: de-“note” the documentation
|
commit | commitdiff | tree |
2024-02-18 |
Paul Eggert | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2024-02-18 |
Paul Eggert | nohup: document GCC bug number
|
commit | commitdiff | tree |
2024-02-18 |
Paul Eggert | ls: remove unnecessary pragmas
|
commit | commitdiff | tree |
2024-02-18 |
Paul Eggert | maint: update GCC version comment
|
commit | commitdiff | tree |
2024-02-18 |
Paul Eggert | maint: document fix for GCC bug 109628
|
commit | commitdiff | tree |
2024-02-18 |
Paul Eggert | maint: remove unneeded suggest-attributes pragmas
|
commit | commitdiff | tree |
2024-01-29 |
Paul Eggert | seq: say why not ‘x += step’
|
commit | commitdiff | tree |
2024-01-17 |
Paul Eggert | split: do not shrink hold buffer
|
commit | commitdiff | tree |
2024-01-01 |
Paul Eggert | maint: pacify recent clang better
|
commit | commitdiff | tree |
2024-01-01 |
Paul Eggert | maint: pacify clang -Winclude-next-absolute-path
|
commit | commitdiff | tree |
2024-01-01 |
Paul Eggert | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2024-01-01 |
Paul Eggert | ls: omit bad_cast
|
commit | commitdiff | tree |
2024-01-01 |
Paul Eggert | split: omit bad_cast
|
commit | commitdiff | tree |
2023-11-16 |
Paul Eggert | uniq: fix bug with -w in multibyte locales
|
commit | commitdiff | tree |
2023-11-16 |
Paul Eggert | tests: omit inapplicable test code
|
commit | commitdiff | tree |
2023-11-16 |
Paul Eggert | uniq: change macro to function
|
commit | commitdiff | tree |
2023-11-16 |
Paul Eggert | uniq: prefer static init
|
commit | commitdiff | tree |
2023-11-16 |
Paul Eggert | uniq: simplify and fix unlikely bug by using bool
|
commit | commitdiff | tree |
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-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-25 |
Paul Eggert | basenc: fix unlikely locale issue; tune
|
commit | commitdiff | tree |
2023-10-25 |
Paul Eggert | basenc: tweak checks to use unsigned char 2023-10-24 Paul Eggert <eggert@cs.ucla.edu>
|
commit | commitdiff | tree |
2023-10-25 |
Paul Eggert | build: update gnulib submodule to latest
|
commit | commitdiff | tree |
2023-09-29 |
Paul Eggert | sort: improve --help
|
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-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 |