summaryrefslogtreecommitdiffstats
path: root/generic/tclLink.c
Commit message (Expand)AuthorAgeFilesLines
* TIP #472 implementation: Add Support for 0d Radix Prefix to Integer Literalsjan.nijtmans2017-06-231-2/+2
|\
| * Rebase to core-8-6-branch (who told that fossil doesn't know how to rebase ....)jan.nijtmans2017-06-141-2/+2
| |\
| | * 0d in LinkVargriffin2017-05-281-2/+2
| |/ |/|
* | On Windows, Cygwin and 64-bit platforms, no need to handle 'long' in tclLink....jan.nijtmans2017-02-141-0/+16
* | Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt...jan.nijtmans2017-02-071-102/+79
|\ \ | |/
| * Code cleanup (based on feedback from René Zaumseil): Only call GetInvalidInt...jan.nijtmans2017-02-071-118/+85
* | Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-14/+17
|\ \ | |/
| * Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-18/+20
* | Some code cleanup: More internal use of size_t, less type casts (because of t...jan.nijtmans2017-01-271-40/+26
* | Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl...jan.nijtmans2017-01-201-3/+4
|\ \ | |/
| * Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl...jan.nijtmans2017-01-201-3/+4
| |\
| | * Fix [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6304c2e] follow-up: Make Tcl...jan.nijtmans2017-01-201-3/+4
* | | merge core-8-6-branchjan.nijtmans2017-01-011-40/+172
|\ \ \ | |/ /
| * | Fix [39f6304c2e]: Tcl_LinkVar is not tolerant to minus, plus, dotjan.nijtmans2017-01-011-40/+172
| |\ \ | | |/
| | * Little tweak: Decimal dot's should be allowed as well as first part. Test-cas...jan.nijtmans2016-12-231-1/+1
| | * Handle other invalid sequences, like "1234e" or "-567e+", that could be the s...jan.nijtmans2016-12-231-5/+49
| | * Fix some comments (which were not correct any more in this branch), and don't...jan.nijtmans2016-12-221-10/+9
| | * Re-based to core-8-5-branch. jan.nijtmans2016-12-221-40/+129
| | |\
| | | * Merge trunk. Implement sequences like "0x", "0b" and "0o" as well. And also t...jan.nijtmans2016-12-221-18/+62
| | | |\
| | | * | Experimental (partial) fix for [39f6304c2e90549c209cd11a7920dc9921b9f48e|39f6...jan.nijtmans2016-12-211-53/+103
* | | | | Eliminate the internal macro/function TclNewIntObj: In all cases TclNewLongOb...jan.nijtmans2016-12-231-1/+1
| |_|_|/ |/| | |
* | | | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d...jan.nijtmans2016-12-211-16/+23
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d...jan.nijtmans2016-12-211-16/+23
| |\ \ | | |/
| | * Make sure that Tcl_GetIntFromObj/Tcl_GetWideIntFromObj/Tcl_GetDoubleFromObj d...jan.nijtmans2016-12-211-16/+23
* | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ...jan.nijtmans2016-07-081-1/+1
|/ /
* | Some VOID -> void, Tcl_TraceVar -> Tcl_TraceVar2 and Tcl_VarTraceInfo -> Tcl_...jan.nijtmans2013-02-271-10/+11
* | 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable.dgp2011-06-211-0/+8
|\ \ | |/
| * 3317466 Prevent multiple Tcl_LinkVar() links to a single Tcl variable.dgp2011-06-211-0/+8
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-5/+5
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-101-2/+9
| | * [Tcl Bug 1706140]dgp2007-05-101-2/+2
| | * * generic/tclBasic.c:Miguel Sofer2005-10-231-15/+41
* | | CONSTify TclDTraceInfonijtmans2008-10-281-18/+18
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-20/+17
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclLink.c (Tcl_UpdateLinkedVar): guard against var beinghobbs2007-09-101-2/+9
* | [Tcl Bug 1706140]dgp2007-05-071-2/+2
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+6
* | * generic/tclEnv.c: Some more ckalloc -> ckrealloc replacements.dgp2007-03-201-5/+3
* | Added macro to conceal at least some of the pointer hackery.dkf2007-03-031-56/+64
* | * generic/tclLink.c: Broken linked float logic corrected. Thanksdgp2007-01-291-2/+2
* | * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-2/+2
* | Export stubs for libtommath; fix mingw compiler warningsKevin B Kenny2005-12-131-3/+3
* | More ANSIfyingdkf2005-11-091-25/+25
* | * generic/tclBinary.c:Miguel Sofer2005-11-041-2/+1
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+8
* | TIP #254 implementationdkf2005-09-081-2/+177