summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
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
2025-06-21tty: translate new errorPádraig Brady-1/+1
2025-06-20tty: better fix for Bug#26371Paul Eggert-10/+27
2025-06-18tests: stty: adjust tests for arbitary speedsPádraig Brady-2/+69
2025-06-18stty: arbitrary or non-a priori known speed_t supportH. Peter Anvin-89/+198
2025-06-10date: port test to NetBSD 10Paul Eggert-3/+6
2025-06-08build: update gnulib submodule to latestPaul Eggert-1/+1
2025-06-07doc: cp --help: mention --reflink=auto is now the defaultPádraig Brady-4/+4
2025-06-03doc: make command synopsis more consistentPádraig Brady-14/+10
2025-05-29cksum: port to Apple LLVM version 10.0.0Paul Eggert-2/+7
2025-05-28tests: sort: expand multiple output testingPádraig Brady-0/+5
2025-05-28maint: assume O_DIRECTORYPaul Eggert-65/+10
2025-05-28build: update gnulib submodule to latestPaul Eggert-0/+0
2025-05-24maint: avoid a sc_system_h_headers failurePádraig Brady-1/+3
2025-05-24stdbuf: don’t allocate more than SIZE_MAX / 2Paul Eggert-2/+5
2025-05-24stdbuf: simplify apply_mode + getenvPaul Eggert-12/+12
2025-05-24stdbuf: port better to Mac OS X 10.4.11Paul Eggert-37/+18
2025-05-21tests: avoid hung tests on older macOSPádraig Brady-2/+2
2025-05-20sort: fix buffer under-read (CWE-127)Pádraig Brady-2/+51
2025-05-18maint: omit -Wmissing-variable-declarations from testsPaul Eggert-0/+1
2025-05-18maint: avoid sc_preprocessor_indentation failurePádraig Brady-1/+1