summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* fix gcc warnings: unused variable 'registration'nijtmans2010-11-193-7/+7
* Set NO_VIZ=1 when zlib is compiled in libtcl,nijtmans2010-11-182-1/+6
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline"nijtmans2010-11-181-43/+51
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented f...nijtmans2010-11-172-2/+86
* Bring compilation under mingw-w64 a bit closer to reality (but don't break mi...nijtmans2010-11-171-3/+3
* [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1nijtmans2010-11-161-1/+5
* Bring compilation under mingw-w64 a bit closer to realitynijtmans2010-11-164-32/+39
* [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for T...nijtmans2010-11-045-11/+21
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-11-033-40/+20
* * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp isdkf2010-10-261-2/+3
* Add support for ::tcl::unsupported::noReverseDNSrmax2010-10-261-4/+9
* tclWinThrd.h: (removed) because it is just empty en used nowherenijtmans2010-10-132-25/+0
* Eliminate many tclWinProcs-> indirect calls, which are no longer needed.nijtmans2010-10-127-233/+186
* Update for VS10nijtmans2010-10-111-2/+4
* [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-117-416/+164
* re-generate configure with autoconf-2.59nijtmans2010-09-291-33/+143
* * doc/socket.n: Document the changes to the [socket] and rmax2010-09-283-200/+325
* * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
* Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just a...nijtmans2010-09-231-2/+2
* Make compilable with -DUNICODE (not actived yet)nijtmans2010-09-231-74/+89
* Add kernel32 to LIBS, so the link line for mingw is exactly the same as for M...nijtmans2010-09-222-2/+2
* [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fixnijtmans2010-09-212-17/+9
* Fix declaration after statement.nijtmans2010-09-213-4/+5
* Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on p...dogeen_assembler_splitnijtmans2010-09-203-189/+54
* Oops, didn't mean to check in this file.nijtmans2010-09-181-15/+7
* [Bug 3069278]: breakage on head Windows triggerednijtmans2010-09-182-12/+26
* * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as allhobbs2010-09-161-23/+1
* Allow all Win2000+ API entries in Tclnijtmans2010-09-142-110/+69
* Various clean-ups, converting from tclWinProc->xxxProc directly to Xxxnijtmans2010-09-136-33/+31
* Partly revert yesterday's change, to make it work on VC++ 6.0 again.nijtmans2010-09-101-22/+74
* mingw should always link with -ladvapi32nijtmans2010-09-097-292/+80
* * win/tclWinChan.c: #ifdef protections to permit builds withdgp2010-09-082-25/+34
* [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part.nijtmans2010-08-311-2/+2
* * win/tcl.m4: Applied patch by Jeff fixing issues with theandreas_kupries2010-08-312-4/+8
* [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-309-29/+46
* * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-274-3/+123
* [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFilenijtmans2010-08-141-10/+11
* * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp:hobbs2010-08-046-319/+14
* * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as anhobbs2010-08-041-7/+10
* * win/tclWin32Dll.c (asciiProcs, unicodeProcs):hobbs2010-08-043-8/+10
* * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-041-2/+2
* [Bug #3020677] wish can't link reg1.2nijtmans2010-07-011-4/+4
* [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions.nijtmans2010-06-241-92/+115
* Simplify Tcl_AppInit and *_Init definitions.nijtmans2010-06-161-2/+2
* * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-091-3/+3
* remove some "BUILD_tcloo" leftoversnijtmans2010-06-021-1/+1
* Unnecessary type casts, See Tcl [Patch #2997087]nijtmans2010-05-118-30/+25
* * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-071-3/+3
* TCHAR-related fixes, making those files compile fine when TCHAR != charnijtmans2010-05-042-10/+12
* For MINGW/CYGWIN, use GetCommandLineA explicitelynijtmans2010-05-031-2/+2