summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-302-259/+488
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
* * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoiddgp2005-02-241-3/+3
* * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, nothobbs2005-02-171-3/+3
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-275-230/+318
* * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-212-10/+169
* * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-1/+20
* Performance updates to http::mapReply [1020491] and fix version numbering.dkf2005-01-061-3/+3
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-302-17/+23
* bugs 1090413, 1092789 fixedKevin B Kenny2004-12-291-1/+2
* Bump to a3 to prevent confusion with a2 release.dkf2004-12-102-4/+4
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-6/+11
* workaround for a bug in cygpath that made safe-8.5-8.7 failKevin B Kenny2004-12-021-2/+2
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-012-30/+7
* Patch 976520 reworks several of the details involved withdgp2004-11-303-282/+84
* corrected a typo that caused a compilation failure on VC++Kevin B Kenny2004-11-301-2/+2
* * win/Makefile.in (install-libraries): Brought entry '2004-10-26andreas_kupries2004-11-291-17/+8
* * win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolonandreas_kupries2004-11-261-2/+2
* Assorted cleanup and doc-fixes for the dde package.dkf2004-11-251-878/+841
* Fixed compilation error in tclWinInit.c on VC++ --enable-symbolsKevin B Kenny2004-11-241-3/+2
* * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code thatdgp2004-11-221-109/+3
* * win/tclWinPipe.c: The pipe channel driver now respects the -blocking optiondavygrvy2004-11-091-47/+72
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-031-4/+1
* * win/tclWinInt.h:davygrvy2004-11-032-44/+31
* TclpUTime simplificationvincentdarley2004-11-021-25/+29
* Second part of fix for Bug 926106Kevin B Kenny2004-11-013-28/+60
* Fixed conversion between FILETIME and Tcl time -Bug 926106Kevin B Kenny2004-10-301-47/+29
* * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting calleddavygrvy2004-10-281-15/+6
* * tests/registry.test: Fixed test files to load the correctdavygrvy2004-10-273-8/+17
* * win/Makefile.in (install-msgs): Fixed a problem with theandreas_kupries2004-10-201-3/+3
* Whitespace police and other style fixesdkf2004-10-201-233/+216
* filesystem generic/platform code splittingvincentdarley2004-10-071-1/+264
* corrected botched logic in GetValueNamesdgp2004-10-071-5/+5
* typo fixdgp2004-10-071-2/+2
* * generic/tclBasic.c:dgp2004-10-061-39/+35
* * generic/tclBasic.c:dgp2004-10-063-51/+49
* Style fixesdkf2004-10-061-5/+11
* More formatting fixes...dkf2004-10-061-20/+18
* Style guide fixes (braces for if, etc.)dkf2004-10-061-23/+29
* Put braces round if bodies...dkf2004-10-061-18/+27
* Add braces to if bodiesdkf2004-10-061-67/+64
* many more TIP 173 changesKevin B Kenny2004-09-274-9/+25
* Dde package can load into a safe interp. Claim this fact for thedavygrvy2004-09-181-2/+3
* Calls to WriteFile and WriteConsoleA changed to WriteConsole.davygrvy2004-09-101-10/+9
* some quoting needed to be removed as it was breaking with VC7.davygrvy2004-09-081-4/+4
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-1/+7
* clock.tcl installationvincentdarley2004-09-021-1/+2
* * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-011-3/+3
* WIN64 correctionshobbs2004-09-012-9/+17