summaryrefslogtreecommitdiffstats
path: root/compat/strtoull.c
Commit message (Collapse)AuthorAgeFilesLines
* * compat/strtoull.c (strtoull):dgp2002-02-241-1/+5
| | | | | | | * compat/strtoll.c (strtoll): * compat/strtoul.c (strtoul): Fixed failure to handle leading sign symbols '+' and '-' and '0X' and raise overflow errors. [Bug 440916] Also corrects prototype and errno problems.
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-6/+6
|
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-151-4/+16
|
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-0/+245
This version builds clean on Solaris/SPARC, with GCC and CC, both with and without threads and both in 32-bit and 64-bit mode.