Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix gcc warnings: unused variable 'registration' | nijtmans | 2010-11-19 | 3 | -7/+7 |
| | |||||
* | Set NO_VIZ=1 when zlib is compiled in libtcl, | nijtmans | 2010-11-18 | 2 | -1/+6 |
| | | | | this resolves compiler warnings in 64-bit and static builds. | ||||
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" | nijtmans | 2010-11-18 | 1 | -43/+51 |
| | | | | | now implemented for cygwin and mingw32 too. No longer disable tests Tcl_Main-1.4 and 1.6 on Windows, because those now work on all supported platforms. | ||||
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" now implemented ↵ | nijtmans | 2010-11-17 | 2 | -2/+86 |
| | | | | for mingw-w64 | ||||
* | Bring compilation under mingw-w64 a bit closer to reality (but don't break ↵ | nijtmans | 2010-11-17 | 1 | -3/+3 |
| | | | | mingw32 build!) | ||||
* | [Bug #3110161]: Extensions using TCHAR don't compile on VS2005 SP1 | nijtmans | 2010-11-16 | 1 | -1/+5 |
| | |||||
* | Bring compilation under mingw-w64 a bit closer to reality | nijtmans | 2010-11-16 | 4 | -32/+39 |
| | |||||
* | [FRQ 491789]: "setargv() doesn't support a unicode cmdline" implemented for ↵ | nijtmans | 2010-11-04 | 5 | -11/+21 |
| | | | | Tcl on MSVC++ | ||||
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-11-03 | 3 | -40/+20 |
| | | | | (more clean-ups for pre-win2000 stuff) | ||||
* | * unix/tclUnixSock.c (TcpGetOptionProc): Prevent crash if interp is | dkf | 2010-10-26 | 1 | -2/+3 |
| | | | | * win/tclWinSock.c (TcpGetOptionProc): NULL (a legal situation). | ||||
* | Add support for ::tcl::unsupported::noReverseDNS | rmax | 2010-10-26 | 1 | -4/+9 |
| | |||||
* | tclWinThrd.h: (removed) because it is just empty en used nowhere | nijtmans | 2010-10-13 | 2 | -25/+0 |
| | |||||
* | Eliminate many tclWinProcs-> indirect calls, which are no longer needed. | nijtmans | 2010-10-12 | 7 | -233/+186 |
| | | | | Fix some MSVC 6.0 warnings | ||||
* | Update for VS10 | nijtmans | 2010-10-11 | 1 | -2/+4 |
| | |||||
* | [FRQ 2965056]: Windows build with -DUNICODE | nijtmans | 2010-10-11 | 7 | -416/+164 |
| | | | | Add netapi32 to the windows link line, so we no longer have to use LoadLibrary to access those functions. | ||||
* | re-generate configure with autoconf-2.59 | nijtmans | 2010-09-29 | 1 | -33/+143 |
| | |||||
* | * doc/socket.n: Document the changes to the [socket] and | rmax | 2010-09-28 | 3 | -200/+325 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine. | ||||
* | * tclWinsock.c: [Bug 3056775]: Fixed race condition between thread | andreas_kupries | 2010-09-24 | 1 | -1/+47 |
| | | | | | | and internal co-thread access of a socket's structure because of the thread not using the socketListLock in TcpAccept(). Added documentation on how the module works to the top. | ||||
* | Make Tcl_SetPanicProc and Tcl_GetStringResult callable without stubs, just ↵ | nijtmans | 2010-09-23 | 1 | -2/+2 |
| | | | | as Tcl_SetVar. | ||||
* | Make compilable with -DUNICODE (not actived yet) | nijtmans | 2010-09-23 | 1 | -74/+89 |
| | | | | Many clean-ups in comments. | ||||
* | Add kernel32 to LIBS, so the link line for mingw is exactly the same as for ↵ | nijtmans | 2010-09-22 | 2 | -2/+2 |
| | | | | MSVC++ | ||||
* | [Bug 3069278]: Breakage on head Windows triggered by install-tzdata, final fix | nijtmans | 2010-09-21 | 2 | -17/+9 |
| | |||||
* | Fix declaration after statement. | nijtmans | 2010-09-21 | 3 | -4/+5 |
| | | | | | Add -Wdeclaration-after-statement, so this mistake cannot happen again. | ||||
* | Eliminate tclWinProcs->useWide everywhere, since the value is always "1" on ↵dogeen_assembler_split | nijtmans | 2010-09-20 | 3 | -189/+54 |
| | | | | platforms >win95 | ||||
* | Oops, didn't mean to check in this file. | nijtmans | 2010-09-18 | 1 | -15/+7 |
| | |||||
* | [Bug 3069278]: breakage on head Windows triggered | nijtmans | 2010-09-18 | 2 | -12/+26 |
| | | | | by install-tzdata. Temporary don't compile this with -DUNICODE, while investigating this bug. | ||||
* | * win/tclWinFile.c: remove define of FINDEX_INFO_LEVELS as all | hobbs | 2010-09-16 | 1 | -23/+1 |
| | | | | supported versions of compilers should now have it. | ||||
* | Allow all Win2000+ API entries in Tcl | nijtmans | 2010-09-14 | 2 | -110/+69 |
| | | | | Eliminate dynamical loading of advapi23 and kernal32 symbols. | ||||
* | Various clean-ups, converting from tclWinProc->xxxProc directly to Xxx | nijtmans | 2010-09-13 | 6 | -33/+31 |
| | | | | (no change in functionality) | ||||
* | Partly revert yesterday's change, to make it work on VC++ 6.0 again. | nijtmans | 2010-09-10 | 1 | -22/+74 |
| | |||||
* | mingw should always link with -ladvapi32 | nijtmans | 2010-09-09 | 7 | -292/+80 |
| | | | | | | | | | Remove ascii variant of tkWinPocs table, it is no longer necessary. Fix CreateProcess signature and remove unused GetModuleFileName and lstrcpy mingw/cygwin fixes: <tchar.h> should always be included, and fix conflict in various macro values: Always force the same values as in VC++. | ||||
* | * win/tclWinChan.c: #ifdef protections to permit builds with | dgp | 2010-09-08 | 2 | -25/+34 |
| | | | | | * win/tclWinFCmd.c: mingw on amd64 systems. Thanks to "mescalinum" for reporting and testing. [Bug 3059922] | ||||
* | [Patch 2997642] many type casts needed when using Tcl_Pkg* API. Remaining part. | nijtmans | 2010-08-31 | 1 | -2/+2 |
| | | | | Typo in rules.vc | ||||
* | * win/tcl.m4: Applied patch by Jeff fixing issues with the | andreas_kupries | 2010-08-31 | 2 | -4/+8 |
| | | | | | manifest handling on Win64. * win/configure: Regenerated. | ||||
* | [Freq 2965056]: Windows build with -DUNICODE | nijtmans | 2010-08-30 | 9 | -29/+46 |
| | |||||
* | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE): | hobbs | 2010-08-27 | 4 | -3/+123 |
| | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+. | ||||
* | [Patch #2994165] Change signature of Tcl_FSGetNativePath and TclpDeleteFile | nijtmans | 2010-08-14 | 1 | -10/+11 |
| | |||||
* | * win/Makefile.in, win/makefile.bc, win/makefile.vc, win/tcl.dsp: | hobbs | 2010-08-04 | 6 | -319/+14 |
| | | | | | | | * win/tclWinPipe.c (TclpCreateProcess): * win/stub16.c (removed): removed Win9x tclpip8x.dll build and 16-bit application loader stub support. Win9x is no longer supported. | ||||
* | * win/tclWin32Dll.c (TclWinInit): hard-enforce Windows 9x as an | hobbs | 2010-08-04 | 1 | -7/+10 |
| | | | | | | unsupported platform with a panic. Code to support it still exists in other files (to go away in time), but new APIs are being used that don't exist on Win9x. | ||||
* | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): | hobbs | 2010-08-04 | 3 | -8/+10 |
| | | | | | | * win/tclWinLoad.c (TclpDlopen): 'load' use LoadLibraryEx with * win/tclWinInt.h (TclWinProcs): LOAD_WITH_ALTERED_SEARCH_PATH to prefer dependent DLLs in same dir as loaded DLL. | ||||
* | * win/Makefile.in (%.${OBJEXT}): better implicit rules support | hobbs | 2010-08-04 | 1 | -2/+2 |
| | |||||
* | [Bug #3020677] wish can't link reg1.2 | nijtmans | 2010-07-01 | 1 | -4/+4 |
| | | | | formatting, spacing, cleanup unused variables | ||||
* | [Bug 3019634] errno.h and tclWinPort.h have conflicting definitions. | nijtmans | 2010-06-24 | 1 | -92/+115 |
| | |||||
* | Simplify Tcl_AppInit and *_Init definitions. | nijtmans | 2010-06-16 | 1 | -2/+2 |
| | | | | | | Change TclpThreadCreate and Tcl_CreateThread signature, making clear that "proc" is a function pointer, as in all other "proc" function parameters. | ||||
* | * library/platform/platform.tcl: Added OSX Intel 64bit | andreas_kupries | 2010-06-09 | 1 | -3/+3 |
| | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9. * unix/Makefile.in: * win/Makefile.in: | ||||
* | remove some "BUILD_tcloo" leftovers | nijtmans | 2010-06-02 | 1 | -1/+1 |
| | |||||
* | Unnecessary type casts, See Tcl [Patch #2997087] | nijtmans | 2010-05-11 | 8 | -30/+25 |
| | | | | Don't duplicate CYGWIN timezone #define from tclPort.h in tclWinPort.h | ||||
* | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit. | andreas_kupries | 2010-05-07 | 1 | -3/+3 |
| | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.8. * unix/Makefile.in: * win/Makefile.in: | ||||
* | TCHAR-related fixes, making those files compile fine when TCHAR != char | nijtmans | 2010-05-04 | 2 | -10/+12 |
| | | | | Please see comments in [Freq 2965056] (2965056-1.patch). | ||||
* | For MINGW/CYGWIN, use GetCommandLineA explicitely | nijtmans | 2010-05-03 | 1 | -2/+2 |
| |