Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| | |||||
* | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 4 | -10/+10 |
| | |||||
* | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
| | |||||
* | Make compilable in Visual Studio again | jan.nijtmans | 2011-09-12 | 1 | -0/+7 |
| | |||||
* | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -116/+75 |
| | |||||
* | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 1 | -1/+1 |
| | | | | introduced with checkin [e9a08358f4]. | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 4 | -5/+5 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 3 | -11/+10 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings. | jan.nijtmans | 2011-08-15 | 3 | -11/+11 |
| | | | | Reverse the detection of struct _stat32i64, otherwise when mingw doesn't have it, tclTest.c cannot be compiled | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 8 | -71/+35 |
| | |||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 6 | -7/+11 |
| | |||||
* | oops, leftover end comment | jan.nijtmans | 2011-07-21 | 1 | -1/+1 |
| | |||||
* | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -1/+3 |
| | |||||
* | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-11 | 3 | -21/+71 |
| | |||||
* | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 1 | -3/+9 |
| | |||||
* | fix for [Bug 3288345]: Wrong Tcl_StatBufused on MinGW. | jan.nijtmans | 2011-04-21 | 3 | -27/+106 |
| | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations. | ||||
* | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. Follow-up: get it ↵ | jan | 2011-04-20 | 1 | -2/+3 |
| | | | | right for cygwin and WIN64 as well. | ||||
* | Updated README files, repairing broken URLs and other rot. | dgp | 2011-04-04 | 1 | -3/+0 |
| | |||||
* | The -debug:full option is not supported when using the modern versions of ↵ | jan | 2011-03-26 | 2 | -2/+2 |
| | | | | link.exe included with MSVC, use -debug instead | ||||
* | The -debug:full option is not supported when using the modern versions of ↵ | jan.nijtmans | 2011-03-22 | 1 | -1/+1 |
| | | | | link.exe included with MSVC, use -debug instead | ||||
* | ifdef protections to permit builds with mingw on amd64 systems. | jan.nijtmans | 2011-03-11 | 3 | -20/+39 |
| | | | | Thanks to "mescalinum" for reporting and testing. Merged --cherrypick from Tcl8.5 (2010-09-08,48191d3979) | ||||
* | * win/tcl.m4: handle --enable-64bit=ia64 for gcc. | jan.nijtmans | 2011-03-11 | 3 | -302/+640 |
| | | | | | * win/configure: (autoconf-2.13) * win/tclWin32Dll.c: [Patch 3059922]: fixes for mingw64 - gcc4.5.1 Merged --cherrypick from Tcl8.5 (2011-01-17, 6e410a115b) | ||||
* | Now that we are no longer on CVS, the .cvsignore files serve no purpose | jan.nijtmans | 2011-03-07 | 1 | -17/+0 |
| | |||||
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 36 | -75/+0 |
| | | | more harm than good. Purged them. | ||||
* | Fix gcc-4.5.2 error: lvalue required as ... | nijtmans | 2011-01-14 | 2 | -5/+7 |
| | | | | (backported from 8.5/8.6) | ||||
* | Fix missing comma in last commit | andreas_kupries | 2010-11-08 | 1 | -2/+2 |
| | |||||
* | Backported from 8.6 (see 2010-08-04). | andreas_kupries | 2010-11-03 | 3 | -8/+10 |
| | | | | | | | * win/tclWin32Dll.c (asciiProcs, unicodeProcs): * 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. | ||||
* | Add -D_CRT_SECURE_NO_DEPRECATE and -D_CRT_NONSTDC_NO_DEPRECATE, reducing the ↵ | nijtmans | 2010-10-31 | 4 | -44/+55 |
| | | | | | | | | number of deprecation warnings on later VC++ versions. Better VCVERSION determination. All changes backported from Tcl8.5/8.6 | ||||
* | Update for VS10 | nijtmans | 2010-10-23 | 1 | -6/+13 |
| | |||||
* | * 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. | ||||
* | Removed outdated Msys + Mingw info, fix for [Bug 2459744]. | stwo | 2009-11-10 | 1 | -10/+1 |
| | |||||
* | compiler warning build break fix | Joe Mistachkin | 2009-11-02 | 1 | -2/+2 |
| | |||||
* | * library/platform/pkgIndex.tcl: Backported the platform packages | andreas_kupries | 2009-10-23 | 1 | -2/+7 |
| | | | | | | | * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in: | ||||
* | Backport fix for [Bug 1028264]: WSACleanup() too early. The fix introduces ↵ | ferrieux | 2009-04-27 | 1 | -2/+2 |
| | | | | "late exit handlers" for similar late process-wide cleanups. | ||||
* | Backport fix for [Bug 2446662]: resync Win behavior on RST with that of unix ↵ | ferrieux | 2009-04-27 | 1 | -2/+14 |
| | | | | (EOF). | ||||
* | * win/tclWinFile.c (TclpObjNormalizePath): Corrected Tcl_Obj leak. | dgp | 2009-03-18 | 1 | -2/+12 |
| | | | | Thanks to Joe Mistachkin for detection and patch. [Bug 2688184]. | ||||
* | * win/tclWinChan.c (FileWideSeekProc): Accepted a patch by | andreas_kupries | 2008-05-23 | 1 | -2/+2 |
| | | | | | | | | | | | Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1965787]. 'tell' now works for locations > 2 GB as well instead of going negative. * generic/tclIO.c (Tcl_SetChannelBufferSize): Accepted a patch by * tests/io.test: Alexandre Ferrieux <ferrieux@users.sourceforge.net> to fix the [Bug 1969953]. Buffersize outside of the supported range are now clipped to nearest boundary instead of ignored. | ||||
* | * README: Bump version number to 8.4.19 | dgp | 2008-04-11 | 3 | -5/+5 |
| | | | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.19 release. | ||||
* | *** 8.4.18 TAGGED FOR RELEASE ***core_8_4_18 | dgp | 2008-02-06 | 3 | -5/+5 |
| | | | | | | | | | | | | | | | * README: Bump version number to 8.4.18 * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: * changes: updates for 8.4.18 release. | ||||
* | * win/tclWinSerial.c (SerialCloseProc, TclWinOpenSerialChannel): | hobbs | 2008-01-14 | 1 | -3/+4 |
| | | | | use critical section for read & write side. [Bug 1353846] (newman) | ||||
* | remove note about gcc compiler warnings | hobbs | 2007-12-14 | 1 | -4/+2 |
| | |||||
* | updated notes | hobbs | 2007-12-14 | 1 | -36/+30 |
| | |||||
* | * win/tclWinSock.c (Tcl_GetHostName): update to previous fix to | hobbs | 2007-11-29 | 1 | -40/+16 |
| | | | | set hostname length appropriately, clean up check overall. | ||||
* | * win/tclWinSock.c: Add missing encoding conversion of the | dgp | 2007-11-27 | 1 | -5/+16 |
| | | | | | | [info hostname] value from the system encoding to Tcl's internal encoding. This is important now that ICANN no longer limits host names to ASCII. [Bug 1823552] | ||||
* | * README: Bump version number to 8.4.17 | dgp | 2007-10-02 | 3 | -5/+5 |
| | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | Fix for AMD64 target symbols builds. | patthoyts | 2007-09-11 | 2 | -13/+18 |
| | |||||
* | * README: Bump version number to 8.4.16 | dgp | 2007-05-30 | 3 | -14/+33 |
| | | | | | | | | | | | | * generic/tcl.h: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/README.binary: * win/configure.in: * unix/configure: autoconf-2.13 * win/configure: | ||||
* | * changes: updates for 8.4.15 release. | dgp | 2007-05-15 | 1 | -2/+2 |
| | | | | | * win/tclWinReg.c: Bump to registry 1.1.5 to account * library/reg/pkgIndex.tcl: for [1682211] bug fix. | ||||
* | * generic/tclInt.decls: Yet another round of attempting | Kevin B Kenny | 2007-04-21 | 1 | -3/+3 |
| | | | | | | | | | * generic/tclInt.h: to get the correct type signature * unix/tclUnixPort.h: for TclpLocaltime and TclpGmtime. * unix/tclUnixTime.c: CONST TclpTime_t is a 'time_t *CONST' * win/tclWinTime.c: and not a 'CONST time_t*'! * generic/tclIntDecls.h: [Bug 1677275] * generic/tclIntPlatDecls.h: Regenerated. |