summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Integrated fix for Tcl Bug #770053 from core-8-4-branchvasiljevic2004-06-221-3/+3
* * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-213-42/+223
* Fix tclWinInit.c for KBK, adding comments as I go. :^)dkf2004-06-181-12/+27
* Relaxed panic condition on overwrite of default library path to acceptdgp2004-06-171-6/+15
* Remove debugging panicdgp2004-06-171-2/+5
* Added missing incr ref count. D'oh!dgp2004-06-171-1/+2
* Better panic message for diagnosis.dgp2004-06-171-1/+2
* silence compiler warningdgp2004-06-171-2/+2
* more compiler fixesdgp2004-06-171-4/+2
* correct compile errorsdgp2004-06-171-3/+4
* * win/tclWinInit.c: Inform [tclInit] about the default librarydgp2004-06-171-4/+133
* * win/Makefile.in: Corrected compilation flags for tclPkgConfig.cKevin B Kenny2004-06-141-3/+3
* * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-112-113/+1
* * unix/configure.in: Updated TCL_PACKAGE_PATH value todgp2004-06-112-3/+3
* * win/tclAppInit.c: Restored the 'setargv' procedure when Kevin B Kenny2004-06-111-1/+126
* * unix/tclUnixInit.c (TclpInitLibraryPath): Disabled addition ofdgp2004-06-101-2/+2
* * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-053-5/+246
* * win/tclWinFile.c (TclpFindExecutable): when usinghobbs2004-06-021-4/+6
* * win/makefile.vc: check for either MSDEVDIR or MSVCDIR being indavygrvy2004-06-011-2/+2
* * win/tclWinPipe.c:davygrvy2004-05-302-46/+70
* * win/tclWinFile.c (TclpMatchInDirectory): fix for an issue Kevin B Kenny2004-05-191-2/+3
* * win/makefile.vc: now generates a tclConfig.sh from Pat Thoytsdavygrvy2004-05-181-2/+78
* fix to case sensitive 'file executable' on Windowsvincentdarley2004-05-171-4/+7
* 2004-05-14 Kevin B. Kenny <kennykb@acm.org> Kevin B Kenny2004-05-141-2/+64
* (BuildCommandLine): Use the existence of contents in the linePtr ratherdavygrvy2004-05-101-2/+2
* (TclpCreateProcess): When under NT, with no console, and executing adavygrvy2004-05-101-2/+2
* (BuildCommandLine): Moved non-obvious appending logic to outside the loopdavygrvy2004-05-101-6/+7
* had to raise the size of the tls extension due to it getting rather fat when ...davygrvy2004-05-101-2/+2