summaryrefslogtreecommitdiff
path: root/lib/xstrtoul.c
Commit message (Collapse)AuthorAgeFilesLines
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
|
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
| | | | | | | | | See: https://www.gnu.org/licenses/gpl-3.0.html#howto Run: $ git grep -l 'Foundation; either version 3' \ | xargs sed -i '/Foundation; either version 3/ s/n; e/n, e/' * All files using GPLv3: Adjust via the above command.
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
|
* Put GPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-0/+17
| | | | | | * lib/*.{h,c}: Use GPLv3+ notice whenever the module description says so. * build-aux/pmccabe.css: Likewise.
* Handle invalid suffixes and overflow independently, so thatPaul Eggert2003-10-141-0/+2
| | | | | callers can treat them independently as needed. Fix some bugs in suffix handling.
* (STRING_TO_UNSIGNED): Remove.Jim Meyering1999-04-181-1/+3
| | | | (__strtol, __strtol_t, __xstrtol): New macros.
* .Jim Meyering1994-12-201-0/+2