summaryrefslogtreecommitdiffstats
path: root/compat
Commit message (Expand)AuthorAgeFilesLines
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0219-38/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0124-53/+0
| * Fixed obvious stupid error. [Bug 1786647]dkf2007-09-061-1/+1
| * * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introducedandreas_kupries2007-01-221-2/+2
| * Fix [Bug 1631017]dkf2007-01-221-4/+5
| * Bug 1317477Kevin B Kenny2005-11-041-12/+20
| * * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-1/+5
| * added definition of NULL to strstr.c for Bug 1175161Kevin B Kenny2005-04-121-1/+6
| * * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-4/+10
| * * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-21/+77
* | * compat/tmpnam.c (removed): The routine tmpnam() is no longerdgp2007-10-181-42/+0
* | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failuredgp2007-10-112-362/+0
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-1612-317/+299
* | Fix [Bug 1631017]dkf2007-01-221-22/+28
* | * compat/tclErrno.h: Removed obsolete file.dgp2005-10-131-99/+0
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-104-4/+4
* | * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-1/+5
* | added definition of NULL to strstr.c for Bug 1175161Kevin B Kenny2005-04-121-1/+4
* | many more TIP 173 changesKevin B Kenny2004-09-271-538/+0
* | * compat/strftime.c (_conv): Corrected a problem where hour 0Kevin B Kenny2004-09-081-4/+10
* | * compat/strftime.c (_fmt, ISO8601Week): Kevin B Kenny2004-05-181-21/+77
* | Patch 922727 committed. Implements three changes:dgp2004-04-0611-21/+13
* | Made HEAD build on Windows VC++ again.Kevin B Kenny2004-03-192-4/+4
* | Removed support for Mac OS Classic platform [Patch 918142]das2004-03-171-3/+1
* | Added missing CONST'ification usage.davygrvy2003-08-271-11/+11
* | Changed Win32 platform #define from 'WIN32' to '__WIN32__' as thisdavygrvy2003-08-271-4/+4
* | * compat/strftime.c (_fmt): Fixed syst array intializer thatdavygrvy2003-08-271-12/+11
* | * compat/strftime.c: Modified TclpStrftime to return its Kevin B Kenny2003-05-181-16/+43
|/
* Make sure EOVERFLOW is defined on Unix.dkf2002-06-071-84/+83
* * tests/clock.test: added clock-9.1hobbs2002-05-291-4/+13
* * doc/clock.n:hobbs2002-04-221-7/+56
* * compat/strtod.c (strtod): simplified #includesdgp2002-02-251-2/+2
* simplified the #include linesdgp2002-02-251-8/+2
* Minor cleanup of compat functions to get rid of GCC warnings.dkf2002-02-253-11/+13
* * compat/strtoull.c (strtoull):dgp2002-02-243-14/+58
* Const-ifying declarations of strtoll/strtoull and new compat code.dkf2002-02-222-12/+12
* Further changes to the TIP 72 patch to make it compile under VC++Kevin B Kenny2002-02-153-9/+21
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-152-0/+351
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-2/+2
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-232-5/+4
* * Fixed failure to handle expressionsdgp2001-09-041-1/+7
* * compat/string.h: Fixed function prototypes for strpbrk andericm2000-07-181-3/+4
* added IsLeapYear macro (from tclGetDate.y)hobbs2000-01-151-2/+3
* * unix/tclUnixTime.c: New clock format format.ericm2000-01-141-2/+12
* * 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
* 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