summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a few gcc compiler warnings, when using -Wwrite-strings (tested wit...jan.nijtmans2015-10-011-3/+3
* [a16752c252] Correct failure to call cmd deletion callbacks.dgp2013-08-141-3/+3
* Don't use deprecated Tcl_DStringTrunc any more.jan.nijtmans2013-06-251-1/+1
* 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
* 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
* | 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
* | 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. Unbounded...ferrieux2012-07-191-0/+3
* | 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-2/+68
* | make some more internal tables constjan.nijtmans2012-04-231-1/+1
|\ \ | |/
| * make some more internal tables constjan.nijtmans2012-04-231-1/+1
* | 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-191-0/+5
* | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-221-2/+2
|\ \ | |/
* | Silence warnings.dgp2011-11-011-2/+2
* | 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
| * fix warnings in tclTest.cjan.nijtmans2011-04-211-11/+11
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclTest.c: Backport the [testexprlongobj] testing command.dgp2008-03-071-1/+48
| * * generic/tclCmdMZ.c: Corrected broken trace reversal logic indgp2007-06-271-3/+18
| * * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-1/+6
| * backport of file writable fixesvincentdarley2006-03-191-64/+1
| * * generic/tclIOUtil.c: workaround gcc warning "comparison is alwaysdas2005-12-151-1/+12
| * * generic/tclBasic.c:Miguel Sofer2005-10-231-2/+3
| * fix for [Bug 1008314]Miguel Sofer2004-08-161-3/+42
| * Silence compiler warningsdgp2004-06-081-2/+3
| * * generic/tclCmdMZ.c (TclCheckInterpTraces): The TIP 62dgp2004-03-011-1/+13
| * stop compiler warningdgp2004-02-201-2/+2
| * * generic/regcomp.c: Backported regexp bug fixes and tests. Thanksdgp2003-11-171-4/+22
| * fix testsuite backport errorvincentdarley2003-10-311-2/+2
| * * generic/tclIOUtil.c (FsListMounts, FsAddMountsToGlobResult): Newandreas_kupries2003-10-221-6/+11
| * Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-081-2/+28
| * * generic/tcl.h Made changes so that the "wideInt" Tcl_ObjTypedgp2003-04-161-7/+1
* | Various mismatches between Tcl_Panic format string and its arguments,nijtmans2011-01-181-2/+2
* | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+104
* | better panic messagenijtmans2010-02-011-9/+9
* | Various CYGWIN-related fixesnijtmans2010-01-311-5/+5
* | Use correct TCL_LL_MODIFIER for CYGWIN.nijtmans2010-01-291-3/+11