summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Use TCL_HASH_TYPE #define for compatibility with Tcl8 in stead of TCL_HASH_KE...jan.nijtmans2016-07-081-1/+1
* Adapt hash-function and hash-table to allow hash-tables to grow >1Gb on 64-bi...jan.nijtmans2016-07-081-2/+2
* merge trunkjan.nijtmans2016-07-071-2/+1
|\
| * Merge core-8-6-branch: jan.nijtmans2016-07-071-2/+1
| |\
| | * Simplify all the Tcl_NRPostProc declarations.dgp2016-07-061-2/+1
| | * (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp....jan.nijtmans2016-03-041-1/+1
* | | Merge trunkjan.nijtmans2016-06-291-8/+8
|\ \ \ | |/ /
| * | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anywayjan.nijtmans2016-06-291-10/+2
| * | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-12/+12
* | | merge trunkjan.nijtmans2016-03-111-0/+35
|\ \ \ | |/ /
| * | Allow unstable Tcl releases to use unstable packages by default (this makes "...jan.nijtmans2016-03-111-0/+35
* | | merge trunkjan.nijtmans2016-03-071-1/+1
|\ \ \ | |/ /
| * | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warnin...jan.nijtmans2016-03-041-1/+1
| |/
* | merge trunkdgp2016-02-091-0/+53
|\ \ | |/
| * Fix gcc'ism. Not all compilers can substract two void pointers.jan.nijtmans2016-01-291-3/+3
| * Fix "make test" broken by previous commitjan.nijtmans2016-01-241-4/+4
| * add a test to insure that callbacks run at the correct C-stack depth while un...Miguel Sofer2016-01-231-0/+53
| * One more Tcl_GlobalEval() usage.jan.nijtmans2016-01-181-1/+1
| * Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-6/+6
| * Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-1/+1
| |\
* | \ merge trunkjan.nijtmans2015-08-041-5/+1
|\ \ \ | |/ /
| * | explicitly ignore Tcl_PushCallFrame and TclPushStackFrame return value - it i...Miguel Sofer2015-08-011-5/+1
| * | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead of...jan.nijtmans2015-06-241-2/+2
* | | merge trunkjan.nijtmans2015-06-231-2/+2
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2014-07-171-7/+48
|\ \ \ | |/ /
| * | Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-7/+48
* | | Merge trunkjan.nijtmans2014-02-111-3/+3
|\ \ \ | |/ /
| * | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-3/+3
* | | merge trunkdgp2013-09-211-5/+23
|\ \ \ | |/ /
| * | Cleaned up test command trying to make valgrind happy.dgp2013-09-041-2/+20
| * | [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-3/+3
| |\ \ | | |/
| | * [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-3/+3
| * | Don't use deprecated Tcl_DStringTrunc any morejan.nijtmans2013-06-251-1/+1
| |\ \ | | |/
| | * Don't use deprecated Tcl_DStringTrunc any more.jan.nijtmans2013-06-251-1/+1
* | | merge trunkjan.nijtmans2013-03-221-5/+9
|\ \ \ | |/ /
| * | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav...jan.nijtmans2013-03-221-4/+20
* | | Merge trunk. jan.nijtmans2013-02-111-23/+23
|\ \ \ | |/ /
| * | Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>jan.nijtmans2013-02-101-1/+0
| |\ \ | | |/
| | * Unbreak msvc builds, by depending on tclPort.h for inclusion of <sys/stat.h>.jan.nijtmans2013-02-101-6/+0
* | | merge trunkjan.nijtmans2013-01-251-23/+23
|\ \ \ | |/ /
* | | Convert Tcl_GetIndexFromObj implementation to macrojan.nijtmans2013-01-241-19/+19
|\ \ \ | |/ /
* | | merge trunkjan.nijtmans2013-01-191-1/+0
|\ \ \ | |/ /
* | | Convert Tcl_Eval and Tcl_GlobalEval to a macrojan.nijtmans2013-01-171-9/+9
| | |
| \ \
*-. \ \ merge trunkdgp2013-01-171-0/+1
|\ \ \ \ | | |/ /
| | * | revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
| | |\ \ | |/ / / | | | _
| | * revert [8abba84224], and make sure that every source file that uses Tcl_StatB...jan.nijtmans2013-01-171-0/+1
* | | Turn Tcl_PkgPresent/Tcl_PkgRequire into a macro. jan.nijtmans2013-01-101-1/+1
* | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-3/+3
|\ \ \
| * | | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-3/+3
* | | | Remove all maintenance of a string result in the Interp.dgp2012-11-301-17/+4
|\ \ \ \