fix license quoting in files.yaml
[gnulib.git] / lib / xstrtol.c
2014-02-02 Ian BeckwithMerge tag 'snapshot-start' into stable
2014-02-02 Ian BeckwithMerge commit 'a39d4083cab589d7cd6a13e8a4b8db8875261d75'
2014-01-01 Eric Blakemaint: update copyright
2013-08-05 Ian BeckwithMerge branch 'stable'
2013-08-05 Ian BeckwithMerge tag 'snapshot-start' into stable
2013-01-01 Eric Blakemaint: update all copyright year number ranges
2012-04-04 Ian BeckwithMerge branch 'stable'
2012-03-31 Ian BeckwithMerge tag 'snapshot-start' into stable
2012-01-06 Paul EggertIn commentary, do not use ` to quote.
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-11 Ian BeckwithMerge branch 'stable'
2011-12-11 Ian BeckwithMerge commit 'b572c3a256e7bf1e4eecc8c36448c08093240a6a...
2011-10-15 Bruno Haiblexstrtoll: Fix compilation failure.
2011-02-16 Ian BeckwithMerge branch 'stable'
2011-02-11 Ian BeckwithMerge branch 'upstream' into stable
2011-01-01 Jim Meyeringmaint: update almost all copyright ranges to include...
2010-01-08 Ian BeckwithMerge branch 'stable'
2010-01-08 Ian BeckwithMerge commit '441aa3044f43e5572f58c354f01e6bc070acd5c7'
2010-01-08 Ian BeckwithMerge commit '12319ff4e84ca616a671216d991dd6eaf1c39c47...
2010-01-01 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-29 Jim Meyeringupdate nearly all FSF copyright year lists to include...
2009-12-14 Ian BeckwithMerge branch 'upstream' into stable
2009-12-10 Bruno HaibleUse spaces for indentation, not tabs.
2007-10-07 Bruno HaibleChange copyright notice from GPLv2+ to GPLv3+.
2007-08-08 Eric BlakeMove xstrtol messages into gnulib domain, when --pobase...
2007-08-06 Paul Eggert* NEWS: Describe interface changes to human, xstrtol.
2006-10-08 Paul EggertDon't include <config.h> twice; this doesn't work in...
2006-09-13 Paul Eggert* _fpending.c: Include <config.h> unconditionally,...
2006-07-05 Paul Eggert* lib/memcasecmp.c: Include <limits.h>.
2005-09-19 Paul EggertUse a consistent style for including <config.h>.
2005-05-14 Paul Eggert*** empty log message ***
2005-03-09 Paul EggertFactor int-properties macros into a single file, except for
2004-08-07 Paul EggertMerge from coreutils.
2003-11-13 Paul Eggertxstrtol.c (__xstrtol): Remove "break" immediately after
2003-10-14 Paul EggertHandle invalid suffixes and overflow independently...
2003-09-12 Paul EggertRemove K&R cruft.
2003-05-29 Paul Eggertin lib:
2001-12-19 Jim Meyering(__xstrtol): If there is no number but there
2001-09-28 Jim Meyering(strtol): Do not declare if HAVE_DECL_STRTOL.
2001-09-20 Jim Meyering(strtoimax): Guard declaration with
2001-08-31 Jim Meyering(strtoimax): New decl.
2000-12-19 Jim Meyering(__xstrtol): Add undocumented suffixes 'g' and
2000-01-07 Jim Meyeringtweak copyright line
1999-07-04 Jim Meyering[!defined strtoumax]: Declare strtoumax.
1999-07-04 Jim Meyering(__strtol): Remove decl; it doesn't work if __strtol
1999-04-18 Jim Meyering(__strtol, __strtol_t, __xstrtol):
1998-09-26 Jim Meyering(__xstrtol) [STRING_TO_UNSIGNED]: Return
1998-07-29 Jim MeyeringRemove duplicate include of <stdio.h>.
1998-07-22 Jim MeyeringInclude <stdio.h> if NDEBUG is not defined; needed...
1998-07-04 Jim MeyeringInclude stdio.h. Required on some systems when using...
1998-07-01 Jim MeyeringDon't define NDEBUG, now that it's done via configure...
1998-06-29 Jim Meyeringprotoize
1998-06-29 Jim Meyering * lib/xstrtol.c (bkm_scale): Don't assume that you...
1998-03-31 Jim MeyeringMerge with the version from textutils.
1998-02-24 Jim Meyering(TYPE_SIGNED): Define.
1997-01-25 Jim Meyering(__xstrtol): Change interpretation of
1996-10-29 Jim Meyering.
1996-10-17 Jim Meyering.
1996-10-17 Jim Meyeringlibitize
1996-10-13 Jim Meyering(__xstrtol): Return an error for invalid suffix.
1996-05-22 Jim MeyeringAdd copyright header.
1995-10-09 Jim MeyeringIndent cpp directives to reflect nesting.
1995-05-22 Jim Meyering(__strtol): Remove prototype altogether.
1995-05-21 Jim Meyeringmerge with 1.11.1b
1995-01-27 Jim Meyering.
1994-12-22 Jim MeyeringRearrange to accept a user-specified set of suffix...
1994-12-20 Jim Meyering.