| Commit message (Expand) | Author | Age | Files | Lines |
* | Use more portable TclIsSpaceProc() in stead of isspace(). | jan.nijtmans | 2013-06-17 | 1 | -1/+1 |
|\ |
|
| * | Use more portable TclIsSpaceProc() in stead of isspace(). | jan.nijtmans | 2013-06-17 | 1 | -1/+1 |
|
|
| * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -6/+6 |
| |\ |
|
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -6/+6 |
|
|
* | | | TclClockOldscanObjCmd: More generation of errorCode information. | dkf | 2011-03-31 | 1 | -0/+8 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Enable building Tcl with Microsoft's latest compiler offering | patthoyts | 2006-06-14 | 1 | -3/+3 |
|
|
| | * | Bug 1298737 | Kevin B Kenny | 2005-11-04 | 1 | -1/+4 |
|
|
| | * | replaced 'long' times with wides, to cope with Win64 | Kevin B Kenny | 2005-03-15 | 1 | -6/+6 |
|
|
| * | | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -219/+317 |
|
|
* | | | 3 unnecessary MODULE_SCOPE symbols | nijtmans | 2010-03-04 | 1 | -4/+0 |
|
|
* | | | Follow-up to Fix [Bug 2954959] expr abs(0.0) is -0.0 | nijtmans | 2010-02-21 | 1 | -6/+6 |
|
|
* | | | Eliminate various gcc warnings (in -Wextra mode) | nijtmans | 2009-11-18 | 1 | -5/+5 |
|
|
* | | | * macosx/tclMacOSXFCmd.c: CONST -> const | nijtmans | 2009-07-22 | 1 | -1/+1 |
|
|
* | | | * generic/tclGetDate.y: Fixed a thread safety bug in the generated | Kevin B Kenny | 2009-06-09 | 1 | -217/+315 |
|
|
* | | | CONSTify TclPrintInstruction and TclpNativeJoinPath (TIP #27) | nijtmans | 2009-01-22 | 1 | -1/+1 |
|
|
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
|
|
* | | | CONST -> const | nijtmans | 2008-05-04 | 1 | -1/+1 |
|/ / |
|
* | | * generic/tclGetDate.y: Added a cast to the definition of YYFREE to | Kevin B Kenny | 2007-08-06 | 1 | -438/+723 |
|
|
* | | * generic/tclGetDate.y: use ckalloc/ckfree instead of malloc/free. | das | 2007-06-29 | 1 | -107/+170 |
|
|
* | | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -2/+2 |
|
|
* | | Fixed a buglet in recognizing time zone SIERRA | Kevin B Kenny | 2007-04-20 | 1 | -1/+1 |
|
|
* | | * tests/clock.test (clock-59.1): Added a regression test for | Kevin B Kenny | 2007-04-20 | 1 | -25/+25 |
|
|
* | | 2007-03-20 Kevin B. Kenny <kennykb@acm.org> | Kevin B Kenny | 2007-03-20 | 1 | -608/+644 |
|
|
* | | various "const" additions, in line with TIP #27 | nijtmans | 2007-02-20 | 1 | -4/+4 |
|
|
* | | Regenerated tclDate.c | Kevin B Kenny | 2007-01-03 | 1 | -18/+18 |
|
|
* | | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(), | das | 2005-11-27 | 1 | -0/+6 |
|
|
* | | Bug 1298737 | Kevin B Kenny | 2005-11-04 | 1 | -45/+52 |
|
|
* | | Applied patch #1096916 to support building with MSVC 8. | patthoyts | 2005-11-03 | 1 | -12/+12 |
|
|
* | | ANSIfy; generic/*.c now all done except for test code | dkf | 2005-11-02 | 1 | -5/+5 |
|
|
* | | bugs 1090413, 1092789 fixed | Kevin B Kenny | 2004-12-29 | 1 | -101/+101 |
|
|
* | | removed some workarounds for Bug 868489 | Kevin B Kenny | 2004-09-27 | 1 | -90/+94 |
|
|
* | | many more TIP 173 changes | Kevin B Kenny | 2004-09-27 | 1 | -481/+286 |
|
|
* | | more changes for bison support | Kevin B Kenny | 2004-09-17 | 1 | -96/+111 |
|
|
* | | make tclGetDate.y use bison instead of yacc | Kevin B Kenny | 2004-09-17 | 1 | -1155/+1807 |
|
|
* | | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -1/+0 |
|
|
* | | * generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed, | rmax | 2004-03-18 | 1 | -8/+7 |
|
|
* | | Removed support for Mac OS Classic platform [Patch 918142] | das | 2004-03-17 | 1 | -9/+3 |
|
|
* | | * generic/tclGetDate.y (TclGetDate): Fix so that
| Kevin B Kenny | 2004-03-10 | 1 | -1/+1 |
|
|
* | | Fixed Tcl bug 736425 | Kevin B Kenny | 2003-05-15 | 1 | -3/+85 |
|/ |
|
* | * tests/clock.test (clock-8.1): | hobbs | 2001-10-18 | 1 | -1/+18 |
|
|
* | Changes from TIP#17 "Redo Tcl's filesystem" | vincentdarley | 2001-07-31 | 1 | -2/+2 |
|
|
* | * tests/clock.test: Added test for "2 days 2 hours ago" style | ericm | 2000-05-18 | 1 | -68/+71 |
|
|
* | * tests/clock.test: Added test for ISO bases < 100000 | ericm | 2000-02-28 | 1 | -2/+6 |
|
|
* | * tests/clock.test: Added tests for "next monthname" constructs. | ericm | 2000-02-09 | 1 | -101/+155 |
|
|
* | * unix/tclUnixTime.c: New clock format format. | ericm | 2000-01-14 | 1 | -119/+140 |
|
|
* | * tests/clock.test: Added tests for "next <day-of-week>" and | ericm | 2000-01-12 | 1 | -69/+91 |
|
|
* | * doc/tests/clock.test: Added numerous tests for clock scan. | ericm | 2000-01-12 | 1 | -123/+87 |
|
|