| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | If tclInt.h or tclPort.h is already | nijtmans | 2010-04-27 | 2 | -4/+2 |
|
|
* | | | Upgrade to zlib 1.2.5 | nijtmans | 2010-04-20 | 116 | -15108/+15386 |
|
|
* | | | Upgrade zlib to version 1.2.4 | nijtmans | 2010-03-16 | 185 | -11133/+29186 |
|
|
* | | | Split tommath stub lib source file | nijtmans | 2010-03-04 | 3 | -9/+10 |
|
|
* | | | reverted earlier rename from tcl*Stubs to | nijtmans | 2010-02-15 | 3 | -0/+182 |
|
|
* | | | Minor whitespace cleanup... nothing to see here | dkf | 2009-12-10 | 1 | -4/+4 |
|
|
* | | | Fix [Bug 2819227] by using a function from C89 rather than POSIX. | dkf | 2009-07-09 | 1 | -2/+2 |
|
|
* | | | Make our mkstemp() replacement build on IRIX 6.5. | dkf | 2009-05-12 | 1 | -1/+3 |
|
|
* | | | fix [Feature Request 2605263] use official | nijtmans | 2009-02-16 | 2 | -0/+0 |
|
|
* | | | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 1 | -0/+78 |
|
|
* | | | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 1 | -1/+0 |
|
|
* | | | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 3 | -6/+16 |
|
|
* | | | Add previously omitted files so we have a complete zlib 1.2.3 distro... | dkf | 2008-12-19 | 150 | -0/+38641 |
|
|
* | | | add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def | nijtmans | 2008-12-19 | 4 | -5/+15 |
|
|
* | | | Import of zlib 1.2.3 | dkf | 2008-12-18 | 52 | -0/+16012 |
|
|
* | | | VOID -> void | nijtmans | 2008-12-18 | 1 | -4/+4 |
|
|
* | | | * generic/tcl.h: Stripped "callers" of the _ANSI_ARGS_ macro | dgp | 2008-09-03 | 2 | -11/+11 |
|
|
* | | | CONST -> const | nijtmans | 2008-05-04 | 1 | -2/+2 |
|
|
* | | | More elimination of pre-C89-isms. | dkf | 2008-05-02 | 3 | -127/+108 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 5 | -23/+23 |
|/ / |
|
* | | * compat/tmpnam.c (removed): The routine tmpnam() is no longer | dgp | 2007-10-18 | 1 | -42/+0 |
|
|
* | | * generic/tclCmdMZ.c: Correct [string is (wide)integer] failure | dgp | 2007-10-11 | 2 | -362/+0 |
|
|
* | | Complete the purge of K&R function definitions from manually-written code. | dkf | 2007-04-16 | 12 | -317/+299 |
|
|
* | | Fix [Bug 1631017] | dkf | 2007-01-22 | 1 | -22/+28 |
|
|
* | | * compat/tclErrno.h: Removed obsolete file. | dgp | 2005-10-13 | 1 | -99/+0 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 4 | -4/+4 |
|
|
* | | * compat/string.h: fixed memchr() protoype for __APPLE__ so that we | das | 2005-04-26 | 1 | -1/+5 |
|
|
* | | added definition of NULL to strstr.c for Bug 1175161 | Kevin B Kenny | 2005-04-12 | 1 | -1/+4 |
|
|
* | | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 1 | -538/+0 |
|
|
* | | * compat/strftime.c (_conv): Corrected a problem where hour 0 | Kevin B Kenny | 2004-09-08 | 1 | -4/+10 |
|
|
* | | * compat/strftime.c (_fmt, ISO8601Week):
| Kevin B Kenny | 2004-05-18 | 1 | -21/+77 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 11 | -21/+13 |
|
|
* | | Made HEAD build on Windows VC++ again. | Kevin B Kenny | 2004-03-19 | 2 | -4/+4 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -3/+1 |
|
|
* | | Added missing CONST'ification usage. | davygrvy | 2003-08-27 | 1 | -11/+11 |
|
|
* | | Changed Win32 platform #define from 'WIN32' to '__WIN32__' as this | davygrvy | 2003-08-27 | 1 | -4/+4 |
|
|
* | | * compat/strftime.c (_fmt): Fixed syst array intializer that | davygrvy | 2003-08-27 | 1 | -12/+11 |
|
|
* | | * compat/strftime.c: Modified TclpStrftime to return its
| Kevin B Kenny | 2003-05-18 | 1 | -16/+43 |
|/ |
|
* | Make sure EOVERFLOW is defined on Unix. | dkf | 2002-06-07 | 1 | -84/+83 |
|
|
* | * tests/clock.test: added clock-9.1 | hobbs | 2002-05-29 | 1 | -4/+13 |
|
|
* | * doc/clock.n: | hobbs | 2002-04-22 | 1 | -7/+56 |
|
|
* | * compat/strtod.c (strtod): simplified #includes | dgp | 2002-02-25 | 1 | -2/+2 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | * Sought out and eliminated instances of CONST-casting that are no | dgp | 2002-01-26 | 1 | -2/+2 |
|
|
* | ** upport to 8.4 of mac code changes for 8.3.3 & various new | das | 2001-11-23 | 2 | -5/+4 |
|
|