summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * doc/tm.n: New file, documentation for Tcl Modules, based on theandreas_kupries2004-08-191-1/+2
* unbreak Win build after TIP#173 and TIP#209 commitKevin B Kenny2004-08-182-4/+27
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-7/+28
* * unix/Makefile.in:das2004-07-201-1/+22
* Redefined MASTER_LOCK in win/tclWinThrd.c to call TclpMasterLock for thevasiljevic2004-07-191-4/+6
* Silenced a compiler warning about a type mismatch in AppendEnvironmentKevin B Kenny2004-07-081-2/+2
* Whitespace fixingdkf2004-07-081-38/+37
* Fix warningdkf2004-07-011-2/+2
* Fix missed references to 8.4, spotted by Theo Verelst.dkf2004-07-012-6/+6
* fix to trailing slash documentation and to a filesystem 'file join' bug on wi...vincentdarley2004-06-301-35/+91
* * win/tclWinInit.c: Corrected reference counting flaw indgp2004-06-291-2/+2
* fix to compilation error with VC++ 5.2vincentdarley2004-06-291-2/+10
* Version 5 of [Patch 976496]Joe Mistachkin2004-06-245-3/+24
* * win/makefile.vc: fix for bug #977369 about launching tclsh topatthoyts2004-06-231-2/+4