summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* * unix/tclUnixSock.c: Use a ProcessGlobalValue to store thedgp2005-07-131-47/+56
* bug 1225957Kevin B Kenny2005-06-232-312/+286
* bug 1225044Kevin B Kenny2005-06-221-2/+7
* * win/tclWinFile.c: Potential buffer overflow. [Bug 1225571]dgp2005-06-221-3/+3
* bug 1225727Kevin B Kenny2005-06-221-7/+4
* D'oh. [Bug 1217017]dkf2005-06-081-2/+2
* Added (untested!) implementation of truncation for Windowsdkf2005-06-071-1/+74
* autoconfdgp2005-06-071-1/+1
* Bump patchlevel to a4dkf2005-06-072-4/+4
* Correct crash in stack.test on gcc/win32; fix compile errors in tclObj.c on h...Kevin B Kenny2005-06-061-13/+2
* Implementation of TIP#241 from Joe Mistachkindkf2005-06-011-1/+8
* Fixed Tcl Bug #1204064.vasiljevic2005-05-301-9/+9
* restore MSVC buildability of tclWin32Dll.cKevin B Kenny2005-05-161-1/+7
* * generic/tclInt.decls:das2005-05-141-24/+1
* further rework of SEHKevin B Kenny2005-05-131-169/+182
* Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-1017-470/+535
* Corrected a compilation error in the --enable-threads configurationKevin B Kenny2005-05-051-8/+13
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-2/+4
* Renamed TclWinFreeAllocCache to TclpFreeAllocCache and fixed to recognizevasiljevic2005-04-161-20/+23
* Ignore the msvc7/8 autogenerated project parts.patthoyts2005-04-061-0/+2
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-302-259/+488
* fix to file norm, file pathtype on windows reserved filenamesvincentdarley2005-03-151-3/+80
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
* * library/tcltest/tcltest.tcl: Better use of [glob -types] to avoiddgp2005-02-241-3/+3
* * win/tclWinFCmd.c (TraverseWinTree): use wcslen on wchar, nothobbs2005-02-171-3/+3
* TIP#218 IMPLEMENTATIONandreas_kupries2005-01-275-230/+318
* * generic/tclStubInit.c: Regenerated the stubs support code fromandreas_kupries2005-01-212-10/+169
* * win/tclWinChan.c (FileCloseProc): Invokemdejong2005-01-191-1/+20
* Performance updates to http::mapReply [1020491] and fix version numbering.dkf2005-01-061-3/+3
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-302-17/+23
* bugs 1090413, 1092789 fixedKevin B Kenny2004-12-291-1/+2
* Bump to a3 to prevent confusion with a2 release.dkf2004-12-102-4/+4
* * generic/tclEncoding.c: Different fix for [Bug 1077005].dgp2004-12-041-6/+11
* workaround for a bug in cygpath that made safe-8.5-8.7 failKevin B Kenny2004-12-021-2/+2
* * generic/tclUtil.c: Updated Tcl_GetNameOfExecutable() todgp2004-12-012-30/+7
* Patch 976520 reworks several of the details involved withdgp2004-11-303-282/+84
* corrected a typo that caused a compilation failure on VC++Kevin B Kenny2004-11-301-2/+2
* * win/Makefile.in (install-libraries): Brought entry '2004-10-26andreas_kupries2004-11-291-17/+8
* * win/tclWinDde.c (ExecuteRemoteObject): Removed bogus semicolonandreas_kupries2004-11-261-2/+2
* Assorted cleanup and doc-fixes for the dde package.dkf2004-11-251-878/+841
* Fixed compilation error in tclWinInit.c on VC++ --enable-symbolsKevin B Kenny2004-11-241-3/+2
* * unix/tclUnixInit.c (TclpInitLibraryPath): Purged dead code thatdgp2004-11-221-109/+3
* * win/tclWinPipe.c: The pipe channel driver now respects the -blocking optiondavygrvy2004-11-091-47/+72
* * generic/tcl.h: Moved the preprocessor logicdavygrvy2004-11-031-4/+1
* * win/tclWinInt.h:davygrvy2004-11-032-44/+31
* TclpUTime simplificationvincentdarley2004-11-021-25/+29
* Second part of fix for Bug 926106Kevin B Kenny2004-11-013-28/+60
* Fixed conversion between FILETIME and Tcl time -Bug 926106Kevin B Kenny2004-10-301-47/+29
* * unix/tclAppInit.c: When built as tcltest, TclThread_Init was getting calleddavygrvy2004-10-281-15/+6
* * tests/registry.test: Fixed test files to load the correctdavygrvy2004-10-273-8/+17