| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -2/+3 |
|\ |
|
| * | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+2 |
| |\ |
|
| * \ | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -17/+17 |
| |\ \
| | |/ |
|
| * | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -1/+1 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -5/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | Remove "register" keyword in various places. Also add some type-casts to help... | jan.nijtmans | 2019-08-14 | 1 | -5/+5 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2019-08-13 | 1 | -12/+12 |
|\ \ \
| |/ / |
|
| * | | Make dateMeridian variable type MERIDIAN (an enum) in stead of int. | jan.nijtmans | 2019-08-12 | 1 | -12/+12 |
| |/ |
|
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -12/+12 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2018-10-09 | 1 | -948/+948 |
|\ \
| |/ |
|
| * | isspace -> TclIsSpaceProc in various places. | jan.nijtmans | 2018-10-09 | 1 | -948/+948 |
|
|
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -2/+2 |
|/ |
|
* | Fix harmless gcc warning | jan.nijtmans | 2018-08-08 | 1 | -1/+1 |
|
|
* | Fix [e14c77b845] for MSVC6: Compilation error over typedef | jan.nijtmans | 2016-06-09 | 1 | -7/+1 |
|
|
* | 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 |
|
|