summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Collapse)AuthorAgeFilesLines
* Added range-checking to strtoll and strtoulldkf2001-10-192-15/+98
|
* Various changes to make life much easier on non-UNIX platforms (mostly Win32.)dkf2001-10-181-3/+3
|
* Some platforms don't have strtoll or strtoull.dkf2001-10-152-0/+268
| | | | ***WARNING - THESE VERSIONS DON'T TO RANGE CHECKING ***
* * Fixed failure to handle expressionsdgp2001-09-041-1/+7
| | | | like 3eq2 and failure to set errno on overflow. [Bug 440894]
* * compat/string.h: Fixed function prototypes for strpbrk andericm2000-07-181-3/+4
| | | | strtok [Bug: 6020].
* added IsLeapYear macro (from tclGetDate.y)hobbs2000-01-151-2/+3
|
* * unix/tclUnixTime.c: New clock format format.ericm2000-01-141-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]hobbs2000-01-111-5/+9
|
* revert changes to TclpStrftime, not needed for internal functions.redman1999-07-221-6/+6
|
* * doc/Utf.3:redman1999-07-221-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 trunkstanton1999-04-164-7/+72
|
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-1421-25/+24
|
* Initial revisionrjohnson1998-03-2621-0/+1998