summaryrefslogtreecommitdiff
path: root/lib/xstrtol.c
Commit message (Expand)AuthorAgeFilesLines
* stdckdint: use in more modulesPaul Eggert2023-05-171-1/+2
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* add new ronna and quetta SI prefixesPádraig Brady2022-11-291-1/+9
* xstrtoimax, xstrtoumax: depend on inttypes-incompletePaul Eggert2022-01-231-0/+4
* xstrtol: remove unnecessary else after returnJim Meyering2022-01-171-2/+2
* xstrtol: simplify integer overflow checkingPaul Eggert2022-01-161-10/+7
* license: fix GPLv3 texts to use a comma instead of semicolon.Bernhard Voelker2022-01-051-1/+1
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* xstrtol: actually copy the intprops.h linePaul Eggert2018-09-111-1/+1
* xstrtol: fix missing-TYPE_SIGNED typoPaul Eggert2018-09-111-0/+2
* xstrtoll: Rely on limits-h module.Bruno Haible2018-09-061-14/+0
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* xstrtol: prohibit monstrosities like "1bB"Paul Eggert2016-04-271-14/+21
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* xstrtol: ensure errno is resetPádraig Brady2014-12-301-1/+2
* assure: new modulePaul Eggert2014-12-201-2/+2
* mbsstr, quotearg, xstrtol: pacify IRIX 6.5 ccPaul Eggert2014-05-111-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-3/+3
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* xstrtoll: Fix compilation failure.Bruno Haible2011-10-151-0/+13
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-91/+91
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Move xstrtol messages into gnulib domain, when --pobase is used.Eric Blake2007-08-081-34/+0
* * NEWS: Describe interface changes to human, xstrtol.Paul Eggert2007-08-061-3/+3
* Don't include <config.h> twice; this doesn't work in some cases,Paul Eggert2006-10-081-17/+4
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* * lib/memcasecmp.c: Include <limits.h>.Paul Eggert2006-07-051-10/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Factor int-properties macros into a single file, except forPaul Eggert2005-03-091-10/+5
* Merge from coreutils.Paul Eggert2004-08-071-11/+7
* xstrtol.c (__xstrtol): Remove "break" immediately afterPaul Eggert2003-11-131-1/+0
* Handle invalid suffixes and overflow independently, so thatPaul Eggert2003-10-141-22/+44
* Remove K&R cruft.Paul Eggert2003-09-121-22/+3
* in lib:Paul Eggert2003-05-291-13/+4
* (__xstrtol): If there is no number but thereJim Meyering2001-12-191-12/+26
* (strtol): Do not declare if HAVE_DECL_STRTOL.Jim Meyering2001-09-281-4/+4
* (strtoimax): Guard declaration withJim Meyering2001-09-201-3/+3
* (strtoimax): New decl.Jim Meyering2001-08-311-0/+4