summaryrefslogtreecommitdiffstats
path: root/compat/strtoll.c
Commit message (Collapse)AuthorAgeFilesLines
* * compat/strtoull.c (strtoull):dgp2002-02-241-2/+7
| | | | | | | | | * 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. FossilOrigin-Name: dbcccf04b63e6850b697cf29d508e60ce0889daa
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-221-6/+6
| | | FossilOrigin-Name: a2e0dc62c06e320020010e809ad83e5b4c075b5f
* Further changes to the TIP 72 patch to make it compile under VC++kennykb2002-02-151-2/+2
| | | FossilOrigin-Name: ffd6a7d7738c855d3f78a3b416a52091432c6b02
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-0/+106
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. FossilOrigin-Name: 8d82de1905ada4c5d06f5fb967721e8b681b7c82