Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -13/+19 |
| | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
* | Only check for cygwin with $GCC | jan.nijtmans | 2012-03-29 | 2 | -46/+52 |
| | |||||
* | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-29 | 3 | -507/+604 |
|\ | | | | | | | | | | | This change allows to build the cygwin and mingw32 ports of Tcl/Tk to build out-of-the-box using a native or cross- compiler | ||||
| * | now ready for further field testsbug_3511806 | jan.nijtmans | 2012-03-29 | 2 | -121/+119 |
| | | |||||
| * | some better checks | jan.nijtmans | 2012-03-28 | 2 | -88/+143 |
| | | |||||
| * | extra checks whether we are really dealing with cygwin or not | jan.nijtmans | 2012-03-28 | 2 | -120/+114 |
| | | |||||
| * | bug-3511806 implementation | jan.nijtmans | 2012-03-27 | 3 | -467/+517 |
|/ | |||||
* | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 3 | -85/+79 |
| | |||||
* | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-24 | 1 | -22/+38 |
|\ | | | | | | | | | | | Implement TclWinConvertError, TclWinConvertWSAError, and various more win32-specific internal functions for Cygwin, so win32 extensions using those can be loaded in the cygwin version of tclsh. | ||||
| * | oops, fix cygwin check in configure | jan.nijtmans | 2012-03-24 | 2 | -7/+7 |
| | | |||||
| * | use mingw-w64 as compiler in cygwin /win mode (cygwin itself | jan.nijtmans | 2012-03-23 | 3 | -418/+409 |
| | | | | | | cannot do that, as the -no-cygwin flag doesn't exist anymore) | ||||
| * | add TclGetAndDetachPids and TclpCloseFile to cygwin port | jan.nijtmans | 2012-03-23 | 1 | -17/+26 |
| | | |||||
| * | add TclWinConvertError and TclWinConvertWSAError for cygwin | jan.nijtmans | 2012-03-22 | 1 | -10/+17 |
|/ | |||||
* | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-20 | 2 | -96/+3 |
| | | | (backported from Tcl 8.5) | ||||
* | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
| | |||||
* | DWORD_PTR typedef after <windows.h> | jan.nijtmans | 2012-03-07 | 1 | -6/+6 |
| | |||||
* | Compatibility with older Visual Studio versions | jan.nijtmans | 2012-03-06 | 1 | -0/+6 |
| | |||||
* | mingw doesn't have LABEL_SECURITY_INFORMATION definition | jan.nijtmans | 2012-02-03 | 1 | -0/+4 |
| | |||||
* | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() | dgp | 2012-02-02 | 1 | -24/+46 |
|\ | | | | | | | | | | | routine that queries file permissions on Windows native filesystems. Meant to fix numerous bugs where [file writable|readable|executable] "lies" about what operations are possible, especially when the file resides on a Samba share. Patch cherrypicked off the fix-win-native-access branch. | ||||
| * | merge to bugfix branch | dgp | 2012-01-24 | 1 | -4/+0 |
| |\ | |||||
| * \ | merge from 8.5 main branch | dkf | 2012-01-22 | 4 | -100/+4 |
| |\ \ | | |/ | |||||
| | * | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 3 | -98/+2 |
| | |\ | |_|/ |/| | | |||||
| | * | Bump to version 2.7.8 | dgp | 2012-01-17 | 1 | -2/+2 |
| | |\ | |||||
| * | | | Contributed patch aiming to fix [file writable] problems on Windows & Samba. | dgp | 2012-01-11 | 1 | -20/+45 |
| |/ / | |||||
| * | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵ | jan.nijtmans | 2011-11-30 | 1 | -3/+3 |
| |\ \ | | |/ | | | | | | | setargv() function on mingw. | ||||
| * | | Use the same shebang comment everywhere | jan.nijtmans | 2011-11-30 | 1 | -3/+1 |
| |\ \ | | |/ | | | | | | | don't install tommath_(super)?class.h don't install directories like 8.2 and 8.3 | ||||
| * | | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only) | jan.nijtmans | 2011-11-22 | 2 | -3/+5 |
| |\ \ | | |/ | |||||
| * | | Release candidate branch for Tcl 8.5.11. | dgp | 2011-10-20 | 2 | -2/+2 |
| | | | |||||
| * | | Update changes toward 8.5.11 release. Bump to http 2.7.7. | dgp | 2011-10-20 | 1 | -2/+2 |
| | | | |||||
| * | | [Bug 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| |\ \ | |||||
| * \ \ | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -116/+82 |
| |\ \ \ | |||||
| * \ \ \ | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 7 | -10/+10 |
| |\ \ \ \ | |||||
| * \ \ \ \ | mingw64 compiler warnings. Reverse the detection of struct _stat32i64, | jan.nijtmans | 2011-08-15 | 3 | -13/+13 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled | ||||
| * | | | | | | Oops, tclWinFile.c was not supposed to be checked in | jan.nijtmans | 2011-08-15 | 1 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 3 | -19/+6 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 4 | -18/+2 |
| | | | | | | | | | |||||
| * | | | | | | | | [Bug 3372130] Fix hypot math function with MSVC10 | jan.nijtmans | 2011-07-21 | 1 | -1/+3 |
| |\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 2 | -0/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | merge to RCcore_8_5_10core_8_5_10_rc | dgp | 2011-06-23 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵ | andreask | 2011-06-22 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc. | ||||
| * | \ \ \ \ \ \ \ \ \ | merge to RC | dgp | 2011-06-21 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |||||
| | * | | | | | | | | | | Backport tcltest 2.3.3 for release with Tcl 8.5.* | dgp | 2011-06-21 | 1 | -2/+2 |
| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | Release candidate branch for Tcl 8.5.10. | dgp | 2011-05-26 | 2 | -2/+2 |
| |/ / / / / / / / / / | |||||
| * | | | | | | | | | | Bump to msgcat 1.4.4. | dgp | 2011-05-25 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs. | patthoyts | 2011-05-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> | ||||
| * | | | | | | | | | | If your compiler already defines _WIN64, assume --enable-64bit | jan.nijtmans | 2011-05-12 | 2 | -0/+73 |
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |||||
| * | | | | | | | | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to reality | jan | 2011-04-21 | 2 | -5/+12 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW. | jan.nijtmans | 2011-04-21 | 3 | -0/+107 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations. | ||||
| * | | | | | | | | | | | | Support cross-compilation to x64 from ix86 hosts when using NMAKE. | patthoyts | 2011-04-20 | 2 | -44/+56 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> |