Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * compat/strtod.c (strtod): simplified #includes | dgp | 2002-02-25 | 1 | -2/+2 |
| | | | | | * compat/strtol.c (strtol): gather result in a long before returning as a long: necessary on platforms where sizeof(int) != sizeof(long). | ||||
* | simplified the #include lines | dgp | 2002-02-25 | 1 | -8/+2 |
| | |||||
* | Minor cleanup of compat functions to get rid of GCC warnings. | dkf | 2002-02-25 | 3 | -11/+13 |
| | |||||
* | * compat/strtoull.c (strtoull): | dgp | 2002-02-24 | 3 | -14/+58 |
| | | | | | | | * 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 | 2 | -12/+12 |
| | |||||
* | Further changes to the TIP 72 patch to make it compile under VC++ | Kevin B Kenny | 2002-02-15 | 3 | -9/+21 |
| | |||||
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 2 | -0/+351 |
| | | | | | 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. | ||||
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -2/+2 |
| | | | | longer needed after the TIP 27 effort. | ||||
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 2 | -5/+4 |
| | | | | | | ** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details | ||||
* | * Fixed failure to handle expressions | dgp | 2001-09-04 | 1 | -1/+7 |
| | | | | like 3eq2 and failure to set errno on overflow. [Bug 440894] | ||||
* | * compat/string.h: Fixed function prototypes for strpbrk and | ericm | 2000-07-18 | 1 | -3/+4 |
| | | | | strtok [Bug: 6020]. | ||||
* | added IsLeapYear macro (from tclGetDate.y) | hobbs | 2000-01-15 | 1 | -2/+3 |
| | |||||
* | * unix/tclUnixTime.c: New clock format format. | ericm | 2000-01-14 | 1 | -2/+12 |
| | | | | | | * compat/strftime.c: New clock format format. * generic/tclGetDate.y: New clock scan format. | ||||
* | * compat/waitpid.c: use pid_t type instead of int [Bug: 3999] | hobbs | 2000-01-11 | 1 | -5/+9 |
| | |||||
* | revert changes to TclpStrftime, not needed for internal functions. | redman | 1999-07-22 | 1 | -6/+6 |
| | |||||
* | * doc/Utf.3: | redman | 1999-07-22 | 1 | -6/+6 |
| | | | | | | | | | | | | | * generic/tcl.decls: * generic/tclInt.decls: * generic/tclDecls.h: * generic/tclIntDecls.h: * generic/tclUtf.c: * compat/strftime.c: * unix/tclUnixTime.c: Changed function declarations in non-platform-specific APIs to use "unsigned long" instead of "size_t", which may not be defined on certain compilers (rather than include sys/types.h, which may not exist). | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 4 | -7/+72 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 21 | -25/+24 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 21 | -0/+1998 |