summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-1/+1
* Add some testing of Tcl_SetByteArrayLength().dgp2020-03-121-0/+48
* added tests covering bug [fa6bf38d07]sebres2019-08-271-0/+21
* Merge 8.5jan.nijtmans2019-07-301-6/+6
|\
| * Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job...jan.nijtmans2019-07-261-6/+6
* | end-of-line spacingjan.nijtmans2019-05-241-1/+1
|\ \ | |/
* | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro...sebres2019-05-211-1/+1
|\ \ | |/
| * comment typodgp2019-05-171-1/+1
| * Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-3/+3
* | Minor code style cleanup.dkf2019-04-231-2/+4
* | Slightly simpler test for empty string, still covering all cases. Also prepar...jan.nijtmans2019-01-131-2/+3
* | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne...sebres2019-01-111-0/+54
* | Use a thread exit handler, and not a custom exit proc for package cleanup.dgp2018-06-261-16/+0
* | Add custom exit procedure for tcltests executable.pooryorick2018-06-211-0/+16
* | [89dfecb6b7] Make thread IDs in testing commands consistent.dgp2018-02-221-3/+3
* | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-291-0/+54
* | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa...jan.nijtmans2017-06-081-1/+1
* | Update documentation on recent changes in Tcl_LinkVar.jan.nijtmans2017-01-311-13/+1
* | merge core-8-6-branchjan.nijtmans2016-09-051-13/+13
|\ \
| * | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-3/+10
* | | Some patch clean-up, no change in functionalityjan.nijtmans2016-09-051-9/+9
* | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ...jan.nijtmans2016-09-021-19/+85
|/ /
* | 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
* | 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
|\ \ | |/
* | 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
|\ \ \ | |/ /