| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt... | jan.nijtmans | 2017-02-07 | 1 | -118/+85 |
|
|
* | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -18/+20 |
|
|
* | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl... | jan.nijtmans | 2017-01-20 | 1 | -3/+4 |
|\ |
|
| * | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl... | jan.nijtmans | 2017-01-20 | 1 | -3/+4 |
|
|
* | | Fix [39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dot | jan.nijtmans | 2017-01-01 | 1 | -40/+172 |
|\ \
| |/ |
|
| * | Little tweak: Decimal dot's should be allowed as well as first part. Test-cas... | jan.nijtmans | 2016-12-23 | 1 | -1/+1 |
|
|
| * | Handle other invalid sequences, like "1234e" or "-567e+", that could be the s... | jan.nijtmans | 2016-12-23 | 1 | -5/+49 |
|
|
| * | Fix some comments (which were not correct any more in this branch), and don't... | jan.nijtmans | 2016-12-22 | 1 | -10/+9 |
|
|
| * | Re-based to core-8-5-branch.
| jan.nijtmans | 2016-12-22 | 1 | -40/+129 |
| |\ |
|
| | * | Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also t... | jan.nijtmans | 2016-12-22 | 1 | -18/+62 |
| | |\ |
|
| | | * | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d... | jan.nijtmans | 2016-12-21 | 1 | -16/+23 |
| | | |\
| |_|_|/
|/| | | |
|
| | * | | Experimental (partial) fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6... | jan.nijtmans | 2016-12-21 | 1 | -53/+103 |
| | |/ |
|
| | * | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
|
|
* | | | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d... | jan.nijtmans | 2016-12-21 | 1 | -16/+23 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d... | jan.nijtmans | 2016-12-21 | 1 | -16/+23 |
|
|
* | | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_... | jan.nijtmans | 2013-02-27 | 1 | -10/+11 |
|
|
* | | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable. | dgp | 2011-06-21 | 1 | -0/+8 |
|
|
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -5/+5 |
|
|
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being | hobbs | 2007-09-10 | 1 | -2/+9 |
|
|
| | * | [Tcl Bug 1706140] | dgp | 2007-05-10 | 1 | -2/+2 |
|
|
| | * | * generic/tclBasic.c: | Miguel Sofer | 2005-10-23 | 1 | -15/+41 |
|
|
* | | | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 1 | -18/+18 |
|
|
* | | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -20/+17 |
|/ / |
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var being | hobbs | 2007-09-10 | 1 | -2/+9 |
|
|
* | | [Tcl Bug 1706140] | dgp | 2007-05-07 | 1 | -2/+2 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -3/+6 |
|
|
* | | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements. | dgp | 2007-03-20 | 1 | -5/+3 |
|
|
* | | Added macro to conceal at least some of the pointer hackery. | dkf | 2007-03-03 | 1 | -56/+64 |
|
|
* | | * generic/tclLink.c: Broken linked float logic corrected. Thanks | dgp | 2007-01-29 | 1 | -2/+2 |
|
|
* | | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for | das | 2006-08-18 | 1 | -2/+2 |
|
|
* | | Export stubs for libtommath; fix mingw compiler warnings | Kevin B Kenny | 2005-12-13 | 1 | -3/+3 |
|
|
* | | More ANSIfying | dkf | 2005-11-09 | 1 | -25/+25 |
|
|
* | | * generic/tclBinary.c: | Miguel Sofer | 2005-11-04 | 1 | -2/+1 |
|
|
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+8 |
|
|
* | | TIP #254 implementation | dkf | 2005-09-08 | 1 | -2/+177 |
|
|
* | | Remove _ANSI_ARGS_ | dkf | 2005-08-26 | 1 | -20/+18 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-17 | 1 | -71/+75 |
|
|
* | | * generic/tclLink.c: Simplified LinkTraceProc [Bug 1208108]. | dgp | 2005-07-06 | 1 | -27/+12 |
|/ |
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -7/+7 |
|
|
* | * Updated interfaces of generic/tclVar.c according | dgp | 2002-03-20 | 1 | -3/+3 |
|
|
* | * generic/tclLink.c (Tcl_LinkVar): correct mem leak in error case. | hobbs | 2002-02-28 | 1 | -2/+5 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -110/+124 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -3/+4 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -17/+24 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|