summaryrefslogtreecommitdiff
path: root/lib/xstrtol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (__xstrtol): Add undocumented suffixes 'g' andJim Meyering2000-12-191-1/+3
* tweak copyright lineJim Meyering2000-01-071-1/+1
* [!defined strtoumax]: Declare strtoumax.Jim Meyering1999-07-041-0/+4
* (__strtol): Remove decl; it doesn't work if __strtolJim Meyering1999-07-041-1/+7
* (__strtol, __strtol_t, __xstrtol):Jim Meyering1999-04-181-34/+30
* (__xstrtol) [STRING_TO_UNSIGNED]: ReturnJim Meyering1998-09-261-0/+24
* Remove duplicate include of <stdio.h>.Jim Meyering1998-07-291-6/+2
* Include <stdio.h> if NDEBUG is not defined; needed on SunOS 4.Jim Meyering1998-07-221-0/+6