lib/strtoumax.c


Log

Author Commit Date CI Message
Jim Meyering 6281e7fd 2001-08-31T09:39:10 Include strtoimax.c, not strtouxmax.c.
Jim Meyering 2dbd8cb6 2001-08-27T21:25:15 #define STRTOUXMAX_UNSIGNED
Jim Meyering d7caae67 2001-08-27T08:44:27 include strtoxmax.c
Jim Meyering c87fd152 2001-08-26T06:59:12 Now this file is just a stub.
Jim Meyering 18b8723c 2001-08-26T06:53:56 Factored to work both for unsigned and signed types, ...
Jim Meyering 89f2b489 2000-08-07T15:48:18 back out Copyright date changes for files with no changes year
Jim Meyering d349992d 2000-07-09T07:22:43 update copyright date
Jim Meyering 82af802d 2000-02-27T18:49:10 Fix typo in decl of strtoul: s/long long/long/. Guard declaration of strtoull also with `&& HAVE_UNSIGNED_LONG_LONG'.
Jim Meyering 28771d55 2000-02-27T18:45:29 Fix typo in decl of strtoul: s/long long/long/.
Jim Meyering de1b0c61 2000-02-27T17:54:25 use double quotes, not single quotes around syntax-error-evoking string
Jim Meyering d9f6701e 2000-02-27T17:39:52 Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..' now that autoconf always defines the HAVE_DECL_ symbols. Arrange for cpp to fail if the configure-time declaration check was not run.
Jim Meyering f9d65f16 2000-01-22T22:43:31 [! HAVE_DECL_STRTOUL]: Declare strtoul. [! HAVE_DECL_STRTOULL]: Declare strtoull. Required for some AIX systems. Reported by Christian Krackowizer. [TESTING] (main): New function.
Jim Meyering 59660f86 1999-04-21T04:24:39 .