summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵jan.nijtmans2012-10-241-1/+1
| |\ | | | | | | | | | for upwards compatibility with version 2 filesystems
| | * Add dummy 0 parameter (unused flags) to internal Tcl_FSLoadFileProc call, ↵jan.nijtmans2012-10-241-1/+1
| | | | | | | | | | | | for upwards compatibility with version 2 filesystems
* | | fix two minor blunders, introduced by [1fb35ca910]jan.nijtmans2012-08-061-5/+0
| | | | | | | | | Only define _USE_32BIT_TIME_T for Tcl build, and only once.
* | | Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+1
|\ \ \ | |/ / | | | Fix warning in winDde.c, and more test-cases using Unicode characters
| * | 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 ↵jan.nijtmans2012-07-301-57/+0
| | | | | | | | | | | | environment variable now, which makes "exit" do the same thing.
* | | 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. ↵ferrieux2012-07-191-0/+3
| | | | | | | | | | | | Unbounded gratitude to Stuart Cassoff for spotting it.
* | | 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
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | 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
| | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib
| * | 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
|\ \ \ | |/ /
| * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-211-0/+5
| |\ \ | | |/
| | * [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-191-0/+5
| | |
* | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-2/+2
|\ \ \ | |/ /
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-2/+2
| |\ \ | | |/
| * | Silence warnings.dgp2011-11-011-2/+2
| | |
* | | ChangeLog entry.dkf2011-10-201-3/+3
| | |
* | | Tidying up.dkf2011-10-201-33/+43
| | |
* | | Stop warnings and segfault.dgp2011-10-191-2/+2
| | |
* | | Commit of patch relating to interp resolversdkf2011-10-151-0/+184
| | |
* | | Correct botch.dgp2011-10-131-0/+1
| | |
* | | 3423069 silence compiler warnings.dgp2011-10-131-2/+3
| | |
* | | Release unused memory...dkf2011-09-271-0/+1
| | |
* | | Test harness for Tcl_ParseArgsObjvbug_3413857dkf2011-09-271-0/+45
| | |
* | | gcc 4.6 (64-bit) warningsjan.nijtmans2011-08-231-4/+4
|\ \ \ | |/ /
| * | gcc 4.6 (64-bit) warningsjan.nijtmans2011-08-231-2/+2
| | |
| * | [Bug 2981154] async-4.3 segfault. (backport)ferrieux2011-08-191-9/+40
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+2
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-0/+1
| | | | | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that
| | * fix warnings in tclTest.cjan.nijtmans2011-04-211-11/+11
| | |
* | | [Bug 2981154] async-4.3 segfault.ferrieux2011-08-191-9/+43
| | |
* | | Better error-message in case of errors related to setting a variablejan.nijtmans2011-04-041-3/+1
| | |
* | | * generic/tclAssembly.c (BBEmitInstInt1): Changed parameter Kevin B Kenny2011-03-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | data types in an effort to silence a MSVC warning reported by Ashok P. Nadkarni. Unable to test, since both forms work on my machine in VC2005, 2008. 2010, in both release and debug builds. * tests/tclTest.c (TestdstringCmd): Restored MSVC buildability broken by [5574bdd262], which changed the effective return type of 'ckalloc' from 'char*' to 'void*'.
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-38/+36
| | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless.
* | | Fix remaining broken tests (test failures appear non-serious)dkf2011-03-101-4/+4
| | |
* | | Renamed struct TEOV_callback to the more descriptive NRE_callback.Miguel Sofer2011-03-051-1/+1
| | |
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).