summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2025-07-04maint: prefer endian.h macros to WORDS_BIGENDIANCollin Funk-10/+7
2025-07-02maint: add files generated by 'make ps' to .gitignoreCollin Funk-0/+2
2025-07-02doc: remove outdated TODO/FIXME itemsCollin Funk-8/+0
2025-07-01tests: cat: add test for O_APPEND bug fixPádraig Brady-0/+10
2025-07-01doc: remove extraneous double quotes within @samp{}Pádraig Brady-3/+3
2025-06-30doc: use ``...'' instead of "..."Collin Funk-7/+7
2025-07-01tests: avoid false failure due to varied ERANGE errorsPádraig Brady-3/+6
2025-06-30od: port to Apple clang 14Paul Eggert-10/+16
2025-06-30build: fix VPATH builds with --enable-single-binaryPádraig Brady-1/+1
2025-06-30od: reinstate half float validation checkPádraig Brady-1/+3
2025-06-30maint: avoid sc_prohibit-quotearg failurePádraig Brady-1/+1
2025-06-29od: add test cases for recent fixPaul Eggert-0/+21
2025-06-29od: more minor fixes for offsetsPaul Eggert-8/+12
2025-06-29od: refactor parse_old_offsetPaul Eggert-23/+9
2025-06-29maint: fix version in NEWSPaul Eggert-2/+2
2025-06-29od: pacify gcc -Wduplicated-condPaul Eggert-21/+35
2025-06-28od: be more consistent re sizeofPaul Eggert-9/+9
2025-06-28od: fix integer overflow with large pseudosPaul Eggert-1/+6
2025-06-28od: speed up -SPaul Eggert-1/+1
2025-06-28od: check sign bit more oftenPaul Eggert-9/+3
2025-06-28od: simplify away one loop copyPaul Eggert-36/+19
2025-06-28od: simpler static initializationPaul Eggert-30/+18
2025-06-28od: minor lcm tuningPaul Eggert-2/+4
2025-06-28od: omit some duplicate codePaul Eggert-70/+55
2025-06-28od: replace lookup tables with simple arithmeticPaul Eggert-46/+7
2025-06-28od: support uintmax_t tooPaul Eggert-13/+23
2025-06-28od: initialize type-size tables staticallyPaul Eggert-40/+49
2025-06-28od: prefer intmax_t to uintmax_tPaul Eggert-48/+55
2025-06-28od: fix '+N.' bugPaul Eggert-4/+34
2025-06-28od: fix some unlikely integer overflowsPaul Eggert-32/+112
2025-06-28od: prefer idx_t to size_tPaul Eggert-33/+24
2025-06-28od: don’t assume no holes in wide unsignedPaul Eggert-5/+5
2025-06-28maint: assume long long intPaul Eggert-24/+14
2025-06-28od: fix another off-by-one issue with --stringsPaul Eggert-3/+3
2025-06-28od: fix theoretical size_t malloc overflowPaul Eggert-2/+2
2025-06-27doc: list signals added by POSIX.1-2024Collin Funk-0/+9
2025-06-27doc: mention that POSIX.1-2024 added dd iflag=fullblockCollin Funk-1/+2
2025-06-27doc: cksum: --check: improve supported formats descriptionPádraig Brady-8/+10
2025-06-25maint: prefer UINTMAX_MAX to TYPE_MAXIMUM (uintmax_t)Collin Funk-2/+2
2025-06-24od: output standard diagnostics for invalid -w argumentsPádraig Brady-2/+18
2025-06-24od: fix various off-by-one issues with --strings with -NPádraig Brady-36/+55
2025-06-23build: fix compilation error on OpenBSD and SolarisBruno Haible-4/+6
2025-06-23maint: make it clear when to add speeds to the speedgen listH. Peter Anvin-1/+13
2025-06-23stty: support baud rate macro extraction on more compilersH. Peter Anvin-5/+16
2025-06-23stdbuf: support AIXCollin Funk-0/+6
2025-06-22stty: stricter floating point parsingPádraig Brady-15/+15
2025-06-22doc: stty: adjust description of supported speedsPádraig Brady-19/+2
2025-06-22build: add src/termios.c to the tarballCollin Funk-1/+2
2025-06-22maint: use _GL_CMP instead of handwriting three-valued comparisonsCollin Funk-13/+11
2025-06-21doc: NEWS: improve recent stty detailsH. Peter Anvin-1/+1