| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 19 | -38/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 24 | -53/+0 |
|
|
| * | Fixed obvious stupid error. [Bug 1786647] | dkf | 2007-09-06 | 1 | -1/+1 |
|
|
| * | * compat/memcmp.c (memcmp): Fixed the VOID / CONST typo introduced | andreas_kupries | 2007-01-22 | 1 | -2/+2 |
|
|
| * | Fix [Bug 1631017] | dkf | 2007-01-22 | 1 | -4/+5 |
|
|
| * | Bug 1317477 | Kevin B Kenny | 2005-11-04 | 1 | -12/+20 |
|
|
| * | * 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/+6 |
|
|
| * | * 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 |
|
|
* | | * 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 |
|
|
* | * Fixed failure to handle expressions | dgp | 2001-09-04 | 1 | -1/+7 |
|
|
* | * compat/string.h: Fixed function prototypes for strpbrk and | ericm | 2000-07-18 | 1 | -3/+4 |
|
|
* | 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/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 |
|
|
* | 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 |
|
|