summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
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/+27
2025-06-28od: fix some unlikely integer overflowsPaul Eggert-32/+64
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-19/+4
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-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-1/+3
2025-06-24od: fix various off-by-one issues with --strings with -NPádraig Brady-34/+22
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/+3
2025-06-22stty: stricter floating point parsingPádraig Brady-14/+13
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-21tty: translate new errorPádraig Brady-1/+1
2025-06-20tty: better fix for Bug#26371Paul Eggert-8/+12
2025-06-18stty: arbitrary or non-a priori known speed_t supportH. Peter Anvin-89/+191
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-6/+3
2025-05-28maint: assume O_DIRECTORYPaul Eggert-15/+2
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-20sort: fix buffer under-read (CWE-127)Pádraig Brady-2/+10
2025-05-18maint: avoid sc_preprocessor_indentation failurePádraig Brady-1/+1
2025-05-18build: generate src/crctab.c when building from gitCollin Funk-444/+23
2025-05-18build: fix 'make distcheck'Collin Funk-0/+1
2025-05-17factor: fix bug with 128-bit uintmax_tPaul Eggert-3/+28
2025-05-17factor: refactor to allow non-uintmax_t intsPaul Eggert-165/+169
2025-05-17build: support cross-compiling directly from git checkoutCollin Funk-23/+32
2025-05-15maint: --help now outputs bug reporting addressPaul Eggert-10/+1
2025-05-12factor: check overflow with ckd_add etcPaul Eggert-21/+9
2025-05-12maint: pacify GCC when selinux is missingPaul Eggert-4/+4
2025-05-12factor: be more cautious about C compiler versionsPaul Eggert-3/+10
2025-05-12maint: sync longlong.h from gmpPaul Eggert-12/+26
2025-05-12factor: omit incorrect affirms in mulredc2Paul Eggert-2/+0
2025-05-09maint: use MAYBE_UNUSED more consistentlyPaul Eggert-20/+25
2025-05-01build: update to latest gnulibPádraig Brady-2/+2
2025-04-12ls: omit a static varPaul Eggert-6/+7
2025-04-08ls: support capabilities with device 0,0Pádraig Brady-2/+6
2025-04-08ls: fix crash of "ls -Z ." on OpenBSD's /dev/wd0a diskBruno Haible-1/+3
2025-04-07build: use _GL_ATTRIBUTE_NONSTRING attribute to avoid new warningsJim Meyering-2/+2
2025-04-07timeout: don’t sleep less than requestedPaul Eggert-32/+21