summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-304-53/+87
* Apply [Patch 1353853] to prevent UMR randomness.dkf2005-11-281-2/+2
* * README: Bump version number to 8.4.12dgp2005-11-163-5/+5
* Bugs 926106 and 1353840Kevin B Kenny2005-11-151-60/+85
* * win/tclWinPipe.c: Applied patch #1267871 by Matt Newman whichpatthoyts2005-11-042-17/+13
* * win/tclWin32Dll.c: Backported Anton Kovalenko's patch #1256872patthoyts2005-11-033-11/+96
* * generic/tclBasic.c:Miguel Sofer2005-10-231-1/+3
* * win/tclWinPort.h: define USE_PUTENV_FOR_UNSET 1hobbs2005-10-051-2/+3
* win/tclWinSerial.c (SerialSetOptionProc): free argv [Bug 1067708]hobbs2005-10-051-424/+429
* * win/README: Update link to msys_mingw8.zip.mdejong2005-07-291-13/+2
* Backport of fix for [Bug 1245953]dkf2005-07-281-2/+2
* * unix/tcl.m4 (SC_PROG_TCLSH, SC_BUILD_TCLSH):mdejong2005-07-251-17/+38
* bug #1225957Kevin B Kenny2005-06-232-314/+289
* bug 1225044Kevin B Kenny2005-06-221-21/+41
* * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-3/+3
* bug 1225727Kevin B Kenny2005-06-221-7/+4
* bugs 1194458 and 1225044Kevin B Kenny2005-06-211-32/+17
* * README: Bump version number to 8.4.11dgp2005-06-183-5/+5
* Correct crash in stack.test on gcc/win32Kevin B Kenny2005-06-061-298/+242
* update to patchlevel 8.4.10hobbs2005-05-301-2/+2
* * win/tclWinThrd.c (TclpFinalizeThreadData): move tlsKey defnhobbs2005-05-301-20/+26
* * README: Bumped patchlevel to 8.4.10hobbs2005-05-272-3/+3
* * win/tclWinPipe.c: The pipe channel driver now respectsdavygrvy2005-04-191-17/+32
* Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixedvasiljevic2005-04-071-20/+21
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-302-45/+51
* * win/tclWinTime.c (TclpGetDate): use time_t for 'time'hobbs2005-03-301-9/+6
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80
* replaced 'long' times with wides, to cope with Win64Kevin B Kenny2005-03-151-2/+2
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
* * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, nothobbs2005-02-171-3/+3
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-275-125/+346
* * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-1/+20
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-302-23/+29
* bumped patchlevel to 8.4.9hobbs2004-11-253-5/+5
* * win/makefile.vc: Fixed bug in installation of http 2.5.andreas_kupries2004-11-163-11/+11
* * generic/tclAlloc.c: Fixed [Tcl SF Bug 1030548], aandreas_kupries2004-10-281-3/+4
* * README: Bumped patch level to 8.4.8 to preparedgp2004-10-283-5/+5
* added CONST to TclpLocaltime and TclpGmtime param throughoutKevin B Kenny2004-10-281-3/+3
* * win/tclWinFile.c (NativeIsExec): correct result of 'filehobbs2004-10-081-10/+13
* * win/tclWin32Dll.c (TclWinCPUID): need _asm for WIN64 (Itanium),hobbs2004-09-011-3/+3
* WIN64 correctionshobbs2004-09-012-9/+17
* * win/tclWinDde.c: Bump to dde 1.2.3 to cover changesdgp2004-07-231-2/+2
* * generic/tclEvent.c: Correct threaded obj allocator tohobbs2004-07-211-7/+28
* Redefined MASTER_LOCK to call TclpMasterLock for the sake of Tcl APIvasiljevic2004-07-191-4/+6
* * README, generic/tcl.h, tools/tcl.wse.in: bumped tohobbs2004-07-133-5/+5
* backport of recent fs fixes from cvs headvincentdarley2004-07-022-18/+55
* Corrected Tcl Bug #770053vasiljevic2004-06-221-3/+3
* * win/tclWin32Dll.c (DllMain, _except_dllmain_detach_handler,mdejong2004-06-213-42/+223
* * win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging inpatthoyts2004-06-141-41/+159
* * generic/tcl.h: Corrected Tcl_WideInt declarations so that the mingw Kevin B Kenny2004-06-053-4/+245