Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Miguel Sofer | 2015-08-01 | 1 | -5/+1 |
| | | | | | | | | is always TCL_OK. Inconsistency found by coverity (CID 1251197) | ||||
* | | Tcl_GetStringFromObj(..., NULL) -> Tcl_GetString(...). Use size_t in stead ↵ | jan.nijtmans | 2015-06-24 | 1 | -2/+2 |
| | | | | | | | | of int for more internal variables. | ||||
* | | Modify the "gettimes" test-command to use the Tcl_Obj API. | jan.nijtmans | 2014-07-16 | 1 | -7/+48 |
| | | | | | | | | New "testbytestring" command which can be used to replace the (to-be-deprecated) "bytestring" command from tcltest and/or the "indentity" encoding. Adapt many testcases to use the "testbytestring" command. | ||||
* | | Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. ↵ | jan.nijtmans | 2014-02-10 | 1 | -3/+3 |
| | | | | | | | | | | Clang/LLVM) don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW] | ||||
* | | 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 ↵ | jan.nijtmans | 2013-03-22 | 1 | -4/+20 |
| | | | | | | | | | | Tcl_CreateMathFunc()/Tcl_SaveResult() in testcases any more. Prevent endless loop in Tcl_AddObjErrorInfo, when TCL_NO_DEPRECATED is defined. | ||||
* | | 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 ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
|\ \ | |/ | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
| * | revert [8abba84224], and make sure that every source file that uses ↵ | jan.nijtmans | 2013-01-17 | 1 | -0/+1 |
| | | | | | | | | Tcl_StatBuf has an "#include <sys/stat.h>" before including tcl.h | ||||
* | | 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, ↵ | jan.nijtmans | 2012-10-24 | 1 | -1/+1 |
| |\ | | | | | | | | | | for upwards compatibility with version 2 filesystems | ||||
| | * | Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵ | jan.nijtmans | 2012-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | for upwards compatibility with version 2 filesystems | ||||
* | | | fix two minor blunders, introduced by [1fb35ca910] | jan.nijtmans | 2012-08-06 | 1 | -5/+0 |
| | | | | | | | | | Only define _USE_32BIT_TIME_T for Tcl build, and only once. | ||||
* | | | Reference to correct Bug #number. | jan.nijtmans | 2012-08-06 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Fix warning in winDde.c, and more test-cases using Unicode characters | ||||
| * | | 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 |
| | | | |||||
| | * | backport [e393e41a8d]: Fix several more missing mutex-locks in TestasyncCmd | jan.nijtmans | 2012-07-20 | 1 | -5/+28 |
| | | | |||||
* | | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵ | jan.nijtmans | 2012-07-30 | 1 | -57/+0 |
| | | | | | | | | | | | | environment variable now, which makes "exit" do the same thing. | ||||
* | | | Fix various test when run outside of the build environment [3549770] | jan.nijtmans | 2012-07-30 | 1 | -2/+14 |
| | | | |||||
* | | | Fix several more missing mutex-locks in TestasyncCmd. | Joe Mistachkin | 2012-07-20 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Fix several more missing mutex-locks in TestasyncCmd. | Joe Mistachkin | 2012-07-20 | 1 | -0/+5 |
| | | | |||||
| * | | [Bug 3544685]: Missing mutex-lock in TestasyncCmd since 2011-08-19. ↵ | ferrieux | 2012-07-19 | 1 | -0/+3 |
| | | | | | | | | | | | | Unbounded gratitude to Stuart Cassoff for spotting it. | ||||
* | | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | don't try to run the cpuid test when cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -0/+6 |
| |\ \ | | |/ | |||||
| | * | don't try to run the cpuid test if cpuid is not available | jan.nijtmans | 2012-05-03 | 1 | -4/+6 |
| | | | |||||
* | | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -0/+59 |
|\ \ \ | |/ / | |||||
| * | | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -0/+59 |
| |\ \ | | |/ | |||||
| | * | Move cpuid testcase from win-specific to generic tests | jan.nijtmans | 2012-05-03 | 1 | -2/+68 |
| | | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows | ||||
* | | | get rid of _ANSI_ARGS_ and CONST | jan.nijtmans | 2012-04-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | make some more internal tables const | jan.nijtmans | 2012-04-23 | 1 | -1/+1 |
| | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib | ||||
| * | | eliminate the use of intptr_t | jan.nijtmans | 2012-03-05 | 1 | -2/+2 |
| | | | |||||
* | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 1 | -0/+5 |
| | | | |||||
* | | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| * | | Silence warnings. | dgp | 2011-11-01 | 1 | -2/+2 |
| | | | |||||
* | | | ChangeLog entry. | dkf | 2011-10-20 | 1 | -3/+3 |
| | | | |||||
* | | | Tidying up. | dkf | 2011-10-20 | 1 | -33/+43 |
| | | | |||||
* | | | Stop warnings and segfault. | dgp | 2011-10-19 | 1 | -2/+2 |
| | | | |||||
* | | | Commit of patch relating to interp resolvers | dkf | 2011-10-15 | 1 | -0/+184 |
| | | |