summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refix bug 789040 re-entered in rev 1.41chengyemao2004-05-081-2/+3
* added the tls extension to the list of preferred load addresses.davygrvy2004-05-051-1/+2
* (SocketEventProc) : connect errors should fire both the readable anddavygrvy2004-05-051-2/+6
* * win/tclWin32Dll.c (TclpCheckStackSpace): Kevin B Kenny2004-05-031-2/+2
* A little source clean-up with the allocOnce variable.davygrvy2004-04-271-4/+6
* (DllMain): Added DisableThreadLibraryCalls() for the DLL_PROCESS_ATTACHdavygrvy2004-04-241-1/+2
* (Tcl_MakeFileChannel) : Case for CloseHandle returning zero and notdavygrvy2004-04-231-7/+13
* Removed my mistake of adding an exit handler to TclWinInit.davygrvy2004-04-231-30/+1
* * generic/tclInt.h:davygrvy2004-04-231-5/+36
* * win/tclWinTime.c: If the Tcl_ExitProc (StopCalibration) isdavygrvy2004-04-231-2/+6
* Added an exit handler in tclWinInit() so tclWinTCharEncoding could be freeddavygrvy2004-04-201-1/+30
* * win/tclWinInit.c (TclpSetInitialEncodings): note that WIN32_CEhobbs2004-04-072-19/+26
* * win/configure: define TCL_LIB_FLAG, TCL_BUILD_LIB_SPEC,hobbs2004-04-072-9/+33