summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win/configure:hobbs2003-10-062-50/+2
* Symbols which are visible outside a single compilation unit must havedkf2003-09-292-7/+5
* * win/tclWinPipe.c: The windows port of expect can calldavygrvy2003-09-281-1/+4
* format last change for 74 characters per linedavygrvy2003-09-081-2/+4
* * win/tclWinLoad.c (TclpDlopen): Changed the error message for ERROR_PROC_NOT...davygrvy2003-09-081-2/+2
* Added Open Watcom strictness about how the char type needs to bedavygrvy2003-08-271-1/+4
* * win/tclWinFile.c (WinReadLinkDirectory): Fix for 'Initializersdavygrvy2003-08-271-2/+3
* * win/tclWinTime.c: Changed use of '_timezone' to 'timezone' asdavygrvy2003-08-271-7/+5
* Changed comment to note that OpenWatcom suffers the same missing LPFN_*davygrvy2003-08-271-2/+2
* Added a block for OpenWatcom adjustments that fixes the same issue Modavygrvy2003-08-271-1/+10
* better error control.davygrvy2003-08-251-15/+53
* * win/tclWinSerial.c (SerialErrorStr): Fixed a syntax errorpatthoyts2003-08-191-2/+2
* Style guide policedkf2003-08-191-1093/+1144
* * win/configure: Regen.mdejong2003-08-182-4/+4
* Bug fix in BuildCommandLine: missing a space when linePtr is not nullchengyemao2003-08-151-2/+3
* * win/tclWinInit.c: recognize amd64 and ia32_on_win64 cpus.hobbs2003-08-061-3/+10
* * win/tclWinReg.c: Incremented the version to 1.1.2.patthoyts2003-07-231-2/+2
* * win/tclWinReg.c (OpenSubKey): Fixed bug 775976 which causes thepatthoyts2003-07-221-2/+2
* 2003-07-16 Mumit Khan <khan@nanotech.wisc.edu>hobbs2003-07-171-1/+16
* Added a missing $(OPTDEFINES) which broke the build if Kevin B Kenny2003-07-151-2/+2
* Factored out the trace code - it's big enough to be its own maintenance areadkf2003-06-253-2/+5
* * doc/dde.n: Committed TIP #135 which changes thepatthoyts2003-06-231-5/+5
* * doc/dde.n: Committed TIP #120 which provides thepatthoyts2003-06-231-32/+170
* filesystem fixes -- see ChangeLogvincentdarley2003-06-232-53/+86