summaryrefslogtreecommitdiff
path: root/lib/strtoimax.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* strtoimax, strtoumax: Assume that the compiler supports 'long long'.Bruno Haible2019-12-221-16/+6
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* 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
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* strtoimax: port to platforms lacking 'long long'Paul Eggert2014-01-161-6/+10
* maint: update copyrightEric Blake2014-01-011-1/+1
* strtoimax: port to HP-UX 11.11Paul Eggert2013-10-081-6/+9
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-2/+2
* 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-1/+1
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-1/+1
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-5/+4
* Port to Tandem NSK OSS, which has 64-bit signed int but at mostPaul Eggert2006-10-111-13/+15
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-3/+1
* Add and change modules to make it easier for coreutils to usePaul Eggert2006-08-211-6/+6
* * modules/inttypes: New file.Derek R. Price2006-04-181-6/+2
* * modules/exclude (Depends-on): Depend on verify.Paul Eggert2005-10-021-7/+4
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2004-08-071-6/+9
* Remove K&R cruft.Paul Eggert2003-09-121-15/+1
* Use #elif rather than #else #if.Paul Eggert2003-08-161-4/+2
* Assume C89, so PARAMS isn't needed.Paul Eggert2003-06-181-13/+5
* More consistent inttypes.h / stdint.h handling.Bruno Haible2003-01-061-1/+5
* (HAVE_LONG_LONG): Redefine to HAVE_UNSIGNED_LONG_LONG if unsigned.Jim Meyering2001-09-171-5/+7
* Renamed from strtoxmax.c, removing the old strtoimax.c.Jim Meyering2001-08-311-1/+98
* whoops. Don't define anything here. imax is the defaultJim Meyering2001-08-271-1/+0
* include strtoxmax.cJim Meyering2001-08-271-1/+1
* Stub. Just #define STRTOUXMAX_SIGNED, thenJim Meyering2001-08-261-0/+2