| Commit message (Expand) | Author | Age | Files | Lines |
* | Use TCL_HASH_TYPE #define for compatibility with Tcl8 in stead of TCL_HASH_KE... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
|
|
* | Adapt hash-function and hash-table to allow hash-tables to grow >1Gb on 64-bi... | jan.nijtmans | 2016-07-08 | 1 | -2/+2 |
|
|
* | merge trunk | jan.nijtmans | 2016-07-07 | 1 | -2/+1 |
|\ |
|
| * | Merge core-8-6-branch:
| jan.nijtmans | 2016-07-07 | 1 | -2/+1 |
| |\ |
|
| | * | Simplify all the Tcl_NRPostProc declarations. | dgp | 2016-07-06 | 1 | -2/+1 |
|
|
| | * | (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.... | jan.nijtmans | 2016-03-04 | 1 | -1/+1 |
|
|
* | | | Merge trunk | jan.nijtmans | 2016-06-29 | 1 | -8/+8 |
|\ \ \
| |/ / |
|
| * | | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway | jan.nijtmans | 2016-06-29 | 1 | -10/+2 |
|
|
| * | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -12/+12 |
|
|
* | | | merge trunk | jan.nijtmans | 2016-03-11 | 1 | -0/+35 |
|\ \ \
| |/ / |
|
| * | | Allow unstable Tcl releases to use unstable packages by default (this makes "... | jan.nijtmans | 2016-03-11 | 1 | -0/+35 |
|
|
* | | | merge trunk | jan.nijtmans | 2016-03-07 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warnin... | jan.nijtmans | 2016-03-04 | 1 | -1/+1 |
| |/ |
|
* | | merge trunk | dgp | 2016-02-09 | 1 | -0/+53 |
|\ \
| |/ |
|
| * | Fix gcc'ism. Not all compilers can substract two void pointers. | jan.nijtmans | 2016-01-29 | 1 | -3/+3 |
|
|
| * | Fix "make test" broken by previous commit | jan.nijtmans | 2016-01-24 | 1 | -4/+4 |
|
|
| * | add a test to insure that callbacks run at the correct C-stack depth while un... | Miguel Sofer | 2016-01-23 | 1 | -0/+53 |
|
|
| * | One more Tcl_GlobalEval() usage. | jan.nijtmans | 2016-01-18 | 1 | -1/+1 |
|
|
| * | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate... | jan.nijtmans | 2016-01-18 | 1 | -6/+6 |
|
|
| * | Align comment. Remove some end-of-line spacing. No functional changes. | jan.nijtmans | 2015-09-28 | 1 | -1/+1 |
| |\ |
|
* | \ | merge trunk | jan.nijtmans | 2015-08-04 | 1 | -5/+1 |
|\ \ \
| |/ / |
|
| * | | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i... | Miguel Sofer | 2015-08-01 | 1 | -5/+1 |
|
|
| * | | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of... | jan.nijtmans | 2015-06-24 | 1 | -2/+2 |
|
|
* | | | merge trunk | jan.nijtmans | 2015-06-23 | 1 | -2/+2 |
|\ \ \
| |/ / |
|
* | | | merge trunk | jan.nijtmans | 2014-07-17 | 1 | -7/+48 |
|\ \ \
| |/ / |
|
| * | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -7/+48 |
|
|
* | | | Merge trunk | jan.nijtmans | 2014-02-11 | 1 | -3/+3 |
|\ \ \
| |/ / |
|
| * | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
|
|
* | | | merge trunk | dgp | 2013-09-21 | 1 | -5/+23 |
|\ \ \
| |/ / |
|
| * | | Cleaned up test command trying to make valgrind happy. | dgp | 2013-09-04 | 1 | -2/+20 |
|
|
| * | | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | [a16752c252] Correct failure to call cmd deletion callbacks. | dgp | 2013-08-14 | 1 | -3/+3 |
|
|
| * | | Don't use deprecated Tcl_DStringTrunc any more | jan.nijtmans | 2013-06-25 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Don't use deprecated Tcl_DStringTrunc any more. | jan.nijtmans | 2013-06-25 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2013-03-22 | 1 | -5/+9 |
|\ \ \
| |/ / |
|
| * | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav... | jan.nijtmans | 2013-03-22 | 1 | -4/+20 |
|
|
* | | | Merge trunk. | jan.nijtmans | 2013-02-11 | 1 | -23/+23 |
|\ \ \
| |/ / |
|
| * | | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h> | jan.nijtmans | 2013-02-10 | 1 | -1/+0 |
| |\ \
| | |/ |
|
| | * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>. | jan.nijtmans | 2013-02-10 | 1 | -6/+0 |
|
|
* | | | merge trunk | jan.nijtmans | 2013-01-25 | 1 | -23/+23 |
|\ \ \
| |/ / |
|
* | | | Convert Tcl_GetIndexFromObj implementation to macro | jan.nijtmans | 2013-01-24 | 1 | -19/+19 |
|\ \ \
| |/ / |
|
* | | | merge trunk | jan.nijtmans | 2013-01-19 | 1 | -1/+0 |
|\ \ \
| |/ / |
|
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -9/+9 |
|
|
| | | | |
| \ \ | |
*-. \ \ | merge trunk | dgp | 2013-01-17 | 1 | -0/+1 |
|\ \ \ \
| | |/ / |
|
| | * | | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
| | |\ \
| |/ / /
| | | _ |
|
| | * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB... | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|
|
* | | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. | jan.nijtmans | 2013-01-10 | 1 | -1/+1 |
|
|
* | | | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-12-21 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-08-20 | 1 | -3/+3 |
|
|
* | | | | Remove all maintenance of a string result in the Interp. | dgp | 2012-11-30 | 1 | -17/+4 |
|\ \ \ \ |
|