Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -14/+6 |
|\ | |||||
| * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -13/+5 |
| |\ | |||||
| | * | [Bug 510001]: TclSockMinimumBuffers needs plat imp | jan.nijtmans | 2012-04-04 | 1 | -3/+3 |
| | |\ | |||||
| | | * | better solution for bug-510001bug_510001 | jan.nijtmans | 2012-03-29 | 1 | -2/+2 |
| | | | | | | | | | | | | it fills a correctly working stub entry for Win64 | ||||
* | | | | re-generate configure | jan.nijtmans | 2012-04-02 | 1 | -794/+711 |
|\ \ \ \ | |/ / / | |||||
| * | | | re-generate configure | jan.nijtmans | 2012-04-01 | 1 | -672/+512 |
| | | | | |||||
* | | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-04-02 | 2 | -42/+64 |
|\ \ \ \ | |/ / / | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
| * | | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 2 | -17/+23 |
| |\ \ \ | | |/ / | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclsh | jan.nijtmans | 2012-03-30 | 1 | -13/+19 |
| | | | | | | | | | | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin | ||||
* | | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 4 | -306/+289 |
|\ \ \ \ | |/ / / | | | | | (autoconf still to be run!) | ||||
| * | | | [Bug 3511806] Compiler checks too early | jan.nijtmans | 2012-03-30 | 3 | -243/+175 |
| |\ \ \ | | |/ / | | | | | (autoconf still to be run!) | ||||
| | * | | 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) | ||||
* | | | se lower numbers, preventing integer overflow in tclWinError.c | jan.nijtmans | 2012-03-27 | 1 | -17/+25 |
| | | | |||||
* | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22). | jan.nijtmans | 2012-03-23 | 3 | -17/+24 |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build. | ||||
| * | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01) | jan.nijtmans | 2012-03-23 | 1 | -12/+29 |
| | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Add tclWinError.c to the CYGWIN build. | ||||
* | | | [Bug 3288345] Wrong Tcl_StatBuf used on Cygwin | jan.nijtmans | 2012-03-15 | 3 | -110/+9 |
|\ \ \ | |/ / | |||||
| * | | x | jan.nijtmans | 2012-03-15 | 3 | -113/+10 |
| | | | |||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2012-03-12 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | [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 |
|\ \ \ | |/ / | |||||
| * | | DWORD_PTR typedef after <windows.h> | jan.nijtmans | 2012-03-07 | 1 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | DWORD_PTR typedef after <windows.h> | jan.nijtmans | 2012-03-07 | 1 | -6/+6 |
| | | | |||||
* | | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.8.4. | ||||
| * | | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ↵ | andreask | 2012-03-07 | 1 | -2/+2 |
| |\ \ | | |/ | | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9. | ||||
* | | | Compatibility with older Visual Studio versions | jan.nijtmans | 2012-03-06 | 1 | -0/+6 |
|\ \ \ | |/ / | |||||
| * | | Compatibility with older Visual Studio versions | jan.nijtmans | 2012-03-06 | 1 | -0/+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 |
|\ \ \ | |/ / | |||||
| * | | mingw doesn't have LABEL_SECURITY_INFORMATION definition | jan.nijtmans | 2012-02-03 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | 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. | ||||
* | | | inverted logic | dgp | 2012-02-02 | 1 | -1/+1 |
| | | | |||||
* | | | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess() | dgp | 2012-02-02 | 1 | -25/+47 |
|\ \ \ | |/ / | | | | | | | | | | 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. | ||||
| * | | merge to bugfix branch | dgp | 2012-01-24 | 1 | -4/+0 |
| |\ \ | |||||
| * \ \ | merge from 8.5 main branch | dkf | 2012-01-22 | 4 | -100/+4 |
| |\ \ \ | | |/ / | |||||
| * | | | Contributed patch aiming to fix [file writable] problems on Windows & Samba. | dgp | 2012-01-11 | 1 | -20/+45 |
| | | | | |||||
* | | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-21 | 3 | -98/+2 |
|\ \ \ \ | | |/ / | |/| | |