summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* merge core-8-branchjan.nijtmans2018-02-221-3/+3
|\
| * [89dfecb6b7] Make thread IDs in testing commands consistent.dgp2018-02-221-3/+3
| |\
| | * [89dfecb6b7] Make thread IDs in testing commands consistent.dgp2018-02-221-3/+3
* | | TIP #485 implementation, Tcl 9.0 part: Realy remove code which was declared d...jan.nijtmans2018-01-171-163/+0
|\ \ \ | |/ /
| * | merge core-8-branchjan.nijtmans2017-11-301-0/+54
| |\ \
| * | | TIP #485 implementation: "Remove Deprecated API". Based on Tcl 8.7 (core-8-br...jan.nijtmans2017-11-081-163/+0
* | | | merge core-8-branchjan.nijtmans2017-11-291-0/+54
|\ \ \ \ | | |/ / | |/| |
| * | | merge core-8-6-branchjan.nijtmans2017-11-291-0/+54
| |\ \ \ | | |/ / | |/| / | | |/
| | * Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-291-0/+54
* | | TIPs 330 & 336 changes to Tcl 9 Implementationdgp2017-11-031-6/+2
|\ \ \ | |/ / |/| |
| * | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-301-6/+2
* | | Create new testing command [teststringbytes] to probe the things thatdgp2017-10-261-0/+38
* | | Repair Tcl_CreateEncoding(); Modernize [testencoding];dgp2017-10-251-3/+6
|/ /
* | merge core-8-6-branchjan.nijtmans2017-06-081-1/+1
|\ \ | |/
| * 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 Harald's "robust-async-connect-tests" branch. Thanks!jan.nijtmans2017-04-101-0/+85
|\ \
| * \ merge trunkjan.nijtmans2014-07-181-7/+48
| |\ \
| * | | Replaced option "-unsupported1" by test command "testsocket debugflags" (than...oehhar2014-07-171-0/+85
* | | | Supply more C99-compatible (and MSVC) format options: '%p' for pointers, 'z'/...jan.nijtmans2017-03-241-1/+3
* | | | If compiled with TCL_NO_DEPRECATED, remove some more stub entries which are n...jan.nijtmans2017-03-201-4/+4
* | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-12/+8
* | | | Use more Tcl_AppendResult(), in order to prevent the use of a (char *) type c...jan.nijtmans2017-01-111-28/+28
* | | | Merge core-8-6-branch. jan.nijtmans2017-01-111-27/+27
|\ \ \ \ | | |_|/ | |/| |
* | | | merge core-8-6-branchjan.nijtmans2017-01-011-1/+1
|\ \ \ \ | |/ / /
* | | | Record the fact that all stub-enabled extensions work in Tcl 8.5+, no 8.6 (or...jan.nijtmans2016-12-201-4/+4
* | | | Implement all possible TCL_LL_MODIFIER formats in Tcl_ObjPrintf(), can be "ll...jan.nijtmans2016-12-141-0/+42
* | | | Fix harmless gcc warning message: using "unsigned" doesn't serve any purpose,...jan.nijtmans2016-11-111-3/+3
* | | | Fix [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1]: "global" cmd liter...jan.nijtmans2016-09-071-12/+71
|\ \ \ \ | |/ / /
| * | | merge core-8-6-branchjan.nijtmans2016-09-051-13/+13
| |\ \ \
| * | | | 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
* | | | | merge core-8-6-branchjan.nijtmans2016-09-051-3/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Allow additional optional "interp" argument for testinterpresolver command. N...jan.nijtmans2016-09-051-3/+10
| |/ / /
* | | | 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
* | | | 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
* | | | Allow unstable Tcl releases to use unstable packages by default (this makes "...jan.nijtmans2016-03-111-0/+35
* | | | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warnin...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
| |/ |/|