]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: use _GL_CMP instead of handwriting three-valued comparisons
authorCollin Funk <collin.funk1@gmail.com>
Sun, 22 Jun 2025 04:50:27 +0000 (21:50 -0700)
committerPádraig Brady <P@draigBrady.com>
Sun, 22 Jun 2025 10:33:11 +0000 (11:33 +0100)
commit1f6186b82c4b834219a477fce789e8b607dd85f2
treed95f233c1071d0b70a7a4b245c4802fd1dd46eb1
parentc00e4e26573277722ad814001cab1fb97924aecd
maint: use _GL_CMP instead of handwriting three-valued comparisons

* src/comm.c (compare_files): Use _GL_CMP.
* src/join.c (keycmp): Likewise.
* src/ls.c (off_cmp): Likewise.
* src/ptx.c (compare_words, compare_occurs): Likewise.
* src/set-fields.c (compare_ranges): Likewise.
* src/sort.c (compare_random, diff_reversed, compare): Likewise.
src/comm.c
src/join.c
src/ls.c
src/ptx.c
src/set-fields.c
src/sort.c