summaryrefslogtreecommitdiff
path: root/lib/xstrtol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include stdio.h. Required on some systems when using assert.Jim Meyering1998-07-041-0/+2
* Don't define NDEBUG, now that it's done via configure's --disable-assert option.Jim Meyering1998-07-011-1/+0
* protoizeJim Meyering1998-06-291-7/+2
* * lib/xstrtol.c (bkm_scale): Don't assume that you can convertJim Meyering1998-06-291-30/+84
* Merge with the version from textutils.Jim Meyering1998-03-311-13/+23
* (TYPE_SIGNED): Define.Jim Meyering1998-02-241-3/+15
* (__xstrtol): Change interpretation ofJim Meyering1997-01-251-7/+6
* .Jim Meyering1996-10-291-4/+5
* .Jim Meyering1996-10-171-1/+1
* libitizeJim Meyering1996-10-171-3/+3
* (__xstrtol): Return an error for invalid suffix.Jim Meyering1996-10-131-1/+4
* Add copyright header.Jim Meyering1996-05-221-0/+19
* Indent cpp directives to reflect nesting.Jim Meyering1995-10-091-3/+3
* (__strtol): Remove prototype altogether.Jim Meyering1995-05-221-4/+2
* merge with 1.11.1bJim Meyering1995-05-211-4/+4
* .Jim Meyering1995-01-271-0/+1
* Rearrange to accept a user-specified set of suffix chars (must beJim Meyering1994-12-221-35/+53
* .Jim Meyering1994-12-201-0/+139