| Commit message (Expand) | Author | Age | Files | Lines |
* | added tests covering bug [fa6bf38d07] | sebres | 2019-08-27 | 1 | -0/+21 |
|
|
* | Merge 8.5 | jan.nijtmans | 2019-07-30 | 1 | -6/+6 |
|\ |
|
| * | Fix this Travis build problems on Win32: [https://travis-ci.org/tcltk/tcl/job... | jan.nijtmans | 2019-07-26 | 1 | -6/+6 |
|
|
* | | end-of-line spacing | jan.nijtmans | 2019-05-24 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | fixed mistake in optimization of [3f693cdfe9c875c4] (bypass of compareKeysPro... | sebres | 2019-05-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | comment typo | dgp | 2019-05-17 | 1 | -1/+1 |
|
|
| * | Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit... | jan.nijtmans | 2015-10-01 | 1 | -3/+3 |
|
|
* | | Minor code style cleanup. | dkf | 2019-04-23 | 1 | -2/+4 |
|
|
* | | Slightly simpler test for empty string, still covering all cases. Also prepar... | jan.nijtmans | 2019-01-13 | 1 | -2/+3 |
|
|
* | | provided test-cases covering crash fixed by [58c46e74b931d3a1], as well as ne... | sebres | 2019-01-11 | 1 | -0/+54 |
|
|
* | | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 1 | -16/+0 |
|
|
* | | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 1 | -0/+16 |
|
|
* | | [89dfecb6b7] Make thread IDs in testing commands consistent. | dgp | 2018-02-22 | 1 | -3/+3 |
|
|
* | | Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ... | jan.nijtmans | 2017-11-29 | 1 | -0/+54 |
|
|
* | | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa... | jan.nijtmans | 2017-06-08 | 1 | -1/+1 |
|
|
* | | Update documentation on recent changes in Tcl_LinkVar. | jan.nijtmans | 2017-01-31 | 1 | -13/+1 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2016-09-05 | 1 | -13/+13 |
|\ \ |
|
| * | | Allow additional optional "interp" argument for testinterpresolver command. N... | jan.nijtmans | 2016-09-05 | 1 | -3/+10 |
|
|
* | | | Some patch clean-up, no change in functionality | jan.nijtmans | 2016-09-05 | 1 | -9/+9 |
|
|
* | | | Proposed patch for [d4e7780ca1681cd095dbd81fe264feff75c988f7|d4e7780ca1], by ... | jan.nijtmans | 2016-09-02 | 1 | -19/+85 |
|/ / |
|
* | | 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 |
|
|
* | | 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 |
|\ \
| |/ |
|
* | | 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 |
|
|
* | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -7/+48 |
|
|
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang... | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
|
|
* | | 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 |
|
|
* | | If TCL_NO_DEPRECATED is defined, don't depend on Tcl_CreateMathFunc()/Tcl_Sav... | jan.nijtmans | 2013-03-22 | 1 | -4/+20 |
|
|
* | | 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 |
|
|
* | | 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 |
|
|
* | | A few unneeded internal CONST/CONST86's | jan.nijtmans | 2012-11-16 | 1 | -1/+1 |
|
|
* | | make tclTest.c compilable against version 2 filesystems | jan.nijtmans | 2012-10-24 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, for... | jan.nijtmans | 2012-10-24 | 1 | -1/+1 |
| |\ |
|
| | * | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, fo... | jan.nijtmans | 2012-10-24 | 1 | -1/+1 |
|
|
* | | | fix two minor blunders, introduced by [1fb35ca910] | jan.nijtmans | 2012-08-06 | 1 | -5/+0 |
|
|
* | | | Reference to correct Bug #number. | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Reference to correct Bug #number | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
|
|