summaryrefslogtreecommitdiffstats
path: root/win/tclWinTest.c
Commit message (Expand)AuthorAgeFilesLines
* Convert TesteventloopCmd and TestchmodCmd to Tcl_Obj-API form.jan.nijtmans2014-07-171-26/+21
* Eliminate all usage of WIN32 and __WIN32__ macros: Some compilers (e.g. Clang...jan.nijtmans2014-02-101-1/+1
* Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-80/+0
|\
| * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-80/+0
| |\
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-62/+0
* | | 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-2/+2
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-4/+3
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-7/+7
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | 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
| | * Removed C++ commentpatthoyts2006-03-271-2/+2
| | * Fixes for bug #1456373 and general warning silencing for gcc build.patthoyts2006-03-271-25/+29
| | * fix to permissions settingvincentdarley2006-03-211-18/+2
| | * ensure test suite works on non-English systemsvincentdarley2006-03-191-1/+342
| | * * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-2/+64
| | * Fixed Bug 710310 (duplicate test numbers in clock.test). Made major Kevin B Kenny2003-04-121-2/+64
| * | Various CYGWIN-related fixesnijtmans2010-01-311-2/+2
| * | * tclWinTest.c: Fix compiler warning when compiling this file with mingw gcc:nijtmans2008-10-071-4/+4
* | | Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-121-5/+1
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-111-119/+20
* | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-1/+7
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-3/+5
* | | - eliminate some unnessary type castsnijtmans2009-02-031-2/+2
* | | Add "const" to many internalnijtmans2008-10-161-2/+2
* | | Fix a gcc warning when compiling Tcl with mingw32nijtmans2008-07-191-4/+4
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Reduce cast count.dkf2007-11-191-239/+265
* | * generic/tclGetDate.y: Added a cast to the definition of YYFREE toKevin B Kenny2007-08-061-4/+5
* | Complete the purge of K&R function definitions from manually-written code.dkf2007-04-161-7/+9
* | various "const" additions in implementationnijtmans2007-03-081-20/+19
* | Fixes for bug #1456373 (mingw-gcc issue).patthoyts2006-03-271-13/+19
* | fix to permissions settingvincentdarley2006-03-211-18/+2
* | ensure test suite works on non-English systemsvincentdarley2006-03-191-4/+25
* | Fix compilation error.Joe Mistachkin2006-03-171-3/+3
* | 90% fix of file writable issues on Windowsvincentdarley2006-03-141-1/+320
* | ANSIfydkf2005-11-041-117/+101
* | * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-051-2/+64
* | Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+2
* | Implemented TIP #124 (clock clicks -microseconds and Tcl_WideInt Kevin B Kenny2003-04-121-2/+64
|/
* * generic/tclPipe.c (TclCleanupChildren):davygrvy2002-12-171-2/+113
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-1/+2
* added TIP#73 patch #483500 from Kevin Kenny.hobbs2001-11-211-2/+2
* Applied the patch for TIP #7 from Kevin Kenny.andreas_kupries2000-11-211-1/+78
* * win/tclWinTest.c: added testvolumetype command, as atime ishobbs1999-10-291-4/+65