summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* (SocketThreadExitHandler): Don't call TerminateThread whendavygrvy2004-02-211-14/+5
* * win/tclWinInit.c (AppendEnvironment):mdejong2004-02-121-4/+23
* better macro grepping logicdavygrvy2004-02-101-2/+6
* minor bug fix for last commit.davygrvy2004-02-081-2/+2
* * win/makefile.vc:davygrvy2004-02-074-14/+36
* minor formatting and some commentary.davygrvy2004-02-021-9/+11
* * tests/winPipe.test: Six more cases added.davygrvy2004-02-021-6/+2
* * tests/winPipe.test: Added proof that BuildCommandLine() is notdavygrvy2004-02-021-8/+12
* * win/nmakehlp.c: defensive techniques to avoid static bufferdavygrvy2004-02-011-14/+18
* * tests/winPipe.test: more pass-thru commandline verifications.davygrvy2004-02-012-151/+11
* * win/makefile.vc: Use the -GZ compiler switch when building fordavygrvy2004-01-301-3/+3
* filesystem fixes for '-force' consistency and picky compilersvincentdarley2004-01-291-1/+6
* * win/nmakehlp.c: Use '.\nul' as the sourcefile name instead ofdavygrvy2004-01-281-3/+6
* file normalize bug fixes for .. and .vincentdarley2004-01-231-4/+13
* filesystem optimisation -- Three main issues accomplished: (1) cleaned up var...vincentdarley2004-01-214-29/+130
* * win/tclWinPipe.c (Tcl_WaitPid): Fixed a thread-safety problem with thedavygrvy2004-01-201-5/+14
* added #pragma comment(lib, "advapi32.lib") when compilingdavygrvy2004-01-171-1/+8
* Same change in how TCL_USE_STATIC_PACKAGES is used.davygrvy2004-01-161-2/+2
* Some clean-up with how the resource files are built and howdavygrvy2004-01-161-23/+16
* Some clean-up with how the resource files are built.davygrvy2004-01-162-9/+9
* document 'fullwarn' in the opening usage commentsdavygrvy2004-01-151-2/+4
* Added new logic to crank-up the warning levels for both compiledavygrvy2004-01-151-2/+13
* * win/rules.vc: Added new 'fullwarn' to the CHECKS commandlinedavygrvy2004-01-151-1/+8
* * win/tclWinReg.c: Placed the requirement for advapi.libdavygrvy2004-01-152-4/+7
* * win/tclWinThrd.c (Tcl_ConditionNotify): condPtr must be dereferenceddavygrvy2004-01-111-2/+2
* Added -DTCL_NO_DEPRECATED usage to makefile.vc. Called like this:davygrvy2004-01-102-2/+27
* * win/tclWin32Dll.c (DllMain): Add HAVE_NO_SEHmdejong2003-12-261-1/+69
* All uses of 'panic' (the macro) changeddavygrvy2003-12-247-45/+47
* prevent static buffer overflow (Doh!)davygrvy2003-12-231-4/+4
* fixed static buffer overflowdavygrvy2003-12-231-2/+2
* VERSION macro now set by reading tcl.h for it.davygrvy2003-12-231-2/+13
* New feature for extensions that use rules.vc. Now reads header files fordavygrvy2003-12-232-12/+90
* Structured Exception Handling added around Tcl_Finalize called fromdavygrvy2003-12-211-3/+14
* fix to file normalization with relative linksvincentdarley2003-12-171-5/+42
* * win/tclWinFile.c (TclpUtime) : utimbuf struct not a problemdavygrvy2003-12-162-3/+24
* * win/tcl.rc: Slight modification to the STRINGIFY macro todavygrvy2003-12-161-2/+2
* Slight modification to the STRINGIFY macro to support Borland's rc tool.davygrvy2003-12-161-2/+2
* prefer Tcl_LongAsWide and Tcl_WideAsLong for casts.davygrvy2003-12-131-5/+5
* Win32's SetFilePointer() takes LONGs not DWORDs. Redid local varsdavygrvy2003-12-131-11/+11
* allow creation of relative linksvincentdarley2003-12-121-2/+2
* (SocketThreadExitHandler) : added a TerminateThread fallback just in casedavygrvy2003-12-121-2/+12
* NT file permissions fix and testsvincentdarley2003-12-091-7/+9
* * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-107-21/+21
* * unix/tclUnixInit.c (TclpInitLibraryPath):dgp2003-11-101-3/+22
* * win/tclWinSock.c (TcpWatchProc): Watch for FD_CLOSE too whenandreas_kupries2003-10-231-3/+3
* * win/tclWinPipe.c (BuildCommandLine): Applied the patch comingandreas_kupries2003-10-211-3/+6
* TIP #156: Language-Neutral Root Locale for MsgcatKevin B Kenny2003-10-213-11/+11
* Punt gracefully if exitToken was already destroyed.davygrvy2003-10-141-1/+7
* filesystem bug fixesvincentdarley2003-10-134-25/+228
* * win/makefile.vc: Applied patches for bug #801467 by Joe Mistachkinpatthoyts2003-10-092-10/+11