Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * compat/strtoull.c (strtoull): | dgp | 2002-02-24 | 1 | -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. | ||||
* | Const-ifying declarations of strtoll/strtoull and new compat code. | dkf | 2002-02-22 | 1 | -6/+6 |
| | |||||
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 1 | -2/+2 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -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. |