summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* NRE API change: callbacks now have three void* arguments (prev. 4)Miguel Sofer2016-01-301-4/+4
* using gcc's sibling call optimisation: calls between NRE_callbacks are optimi...Miguel Sofer2016-01-261-7/+15
* merge trunk; disabled the file/line info in disassembly, as it depends on cmd...Miguel Sofer2016-01-231-7/+60
|\
| * 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
* | no-280 branch, it still has many errorsMiguel Sofer2016-01-111-6/+5
* | remove interp->result and all supporting code; remove other deprecated apisMiguel Sofer2015-12-201-311/+15
* | transforming the NRE stack from a linked list to a real stack; incompleteMiguel Sofer2015-12-111-1/+1
|/
* Align comment. Remove some end-of-line spacing. No functional changes.jan.nijtmans2015-09-281-1/+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
* | Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-7/+48
* | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-3/+3
* | 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
* | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav...jan.nijtmans2013-03-221-4/+20
* | 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
* | 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
* | A few unneeded internal CONST/CONST86'sjan.nijtmans2012-11-161-1/+1
* | make tclTest.c compilable against version 2 filesystemsjan.nijtmans2012-10-241-2/+3
|\ \ | |/
| * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for...jan.nijtmans2012-10-241-1/+1
| |\
| | * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo...jan.nijtmans2012-10-241-1/+1
* | | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-5/+0
* | | Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+1
|\ \ \ | |/ /
| * | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |\ \ | | |/
| | * Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| | * backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmdjan.nijtmans2012-07-201-5/+28
* | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT environ...jan.nijtmans2012-07-301-57/+0
* | | Fix various test when run outside of the build environment [3549770]jan.nijtmans2012-07-301-2/+14
* | | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
|\ \ \ | |/ /
| * | Fix several more missing mutex-locks in TestasyncCmd.Joe Mistachkin2012-07-201-0/+5
| * | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. Unbounded...ferrieux2012-07-191-0/+3
* | | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
|\ \ \ | |/ /
| * | don't try to run the cpuid test when cpuid is not availablejan.nijtmans2012-05-031-0/+6
| |\ \ | | |/
| | * don't try to run the cpuid test if cpuid is not availablejan.nijtmans2012-05-031-4/+6
* | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+59
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+59
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-2/+68
* | | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-1/+1
|\ \ \ | |/ /
* | | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ \ | |/ /
| * | make some more internal tables constjan.nijtmans2012-04-231-1/+1
| |\ \ | | |/
| | * make some more internal tables constjan.nijtmans2012-04-231-1/+1
| * | eliminate the use of intptr_tjan.nijtmans2012-03-051-2/+2
* | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
|\ \ \ | |/ /