summaryrefslogtreecommitdiffstats
path: root/generic/tclTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [Bug 942170]: Detect the st_blocks field of 'struct stat' correctly.dkf2009-12-281-3/+5
* | Plug testing memleak. [Bug 2895367]dkf2009-12-121-89/+110
* | * generic/tclTest.c (TestconcatobjCmd): fix use of internal-onlydas2008-08-201-3/+9
* | * generic/tclTest.c (TestconcatobjCmd):Miguel Sofer2008-08-171-1/+282
* | * generic/tclTest.c: Ignore the return value of write() whenrmax2008-03-141-3/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * generic/tclTest.c (TestSetCmd2):Miguel Sofer2007-11-031-1/+37
* | * generic/tclTrace.c: Corrected broken trace reversal logic indgp2007-06-271-2/+18
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcountKevin B Kenny2007-05-021-2/+1
* | * generic/tclTest.c (Testregexpobjcmd): Removed an invalid accessKevin B Kenny2007-04-231-2/+2
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-31/+31
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-1641/+1624