summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-304-306/+289
|\ | | | | (autoconf still to be run!)
| * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-303-243/+175
| |\ | | | | | | (autoconf still to be run!)
| | * Only check for cygwin with $GCCjan.nijtmans2012-03-292-46/+52
| | |
| | * [Bug 3511806] Compiler checks too earlyjan.nijtmans2012-03-293-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_3511806jan.nijtmans2012-03-292-121/+119
| | | |
| | | * some better checksjan.nijtmans2012-03-282-88/+143
| | | |
| | | * extra checks whether we are really dealing with cygwin or notjan.nijtmans2012-03-282-120/+114
| | | |
| | | * bug-3511806 implementationjan.nijtmans2012-03-273-467/+517
| | |/
| | * enable cygwin build in /win directory (using mingw-w64 compiler)jan.nijtmans2012-03-263-85/+79
| | |
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-241-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 configurejan.nijtmans2012-03-242-7/+7
| | | |
| | | * use mingw-w64 as compiler in cygwin /win mode (cygwin itselfjan.nijtmans2012-03-233-418/+409
| | | | | | | | | | | | cannot do that, as the -no-cygwin flag doesn't exist anymore)
| | | * add TclGetAndDetachPids and TclpCloseFile to cygwin portjan.nijtmans2012-03-231-17/+26
| | | |
| | | * add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-10/+17
| | |/
| | * [Bug 3288345] Wrong Tcl_StatBuf used on Cygwinjan.nijtmans2012-03-202-96/+3
| | | | | | | | | (backported from Tcl 8.5)
* | | se lower numbers, preventing integer overflow in tclWinError.cjan.nijtmans2012-03-271-17/+25
| | |
* | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-233-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.nijtmans2012-03-231-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 Cygwinjan.nijtmans2012-03-153-110/+9
|\ \ \ | |/ /
| * | xjan.nijtmans2012-03-153-113/+10
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
| | |
* | | DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-6/+6
|\ \ \ | |/ /
| * | DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-4/+4
| |\ \ | | |/
| | * DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-6/+6
| | |
* | | Merged from 8.5 branch -- http package. Fix Bug 3498327. Generate upper-case ↵andreask2012-03-071-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 ↵andreask2012-03-071-2/+2
| |\ \ | | |/ | | | | | | hexadecimal output for compliance with RFC 3986. Bumped version to 2.7.9.
* | | Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+6
|\ \ \ | |/ /
| * | Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+6
| |\ \ | | |/
| | * Compatibility with older Visual Studio versionsjan.nijtmans2012-03-061-0/+6
| | |
* | | mingw doesn't have LABEL_SECURITY_INFORMATION definitionjan.nijtmans2012-02-031-0/+4
|\ \ \ | |/ /
| * | mingw doesn't have LABEL_SECURITY_INFORMATION definitionjan.nijtmans2012-02-031-0/+4
| |\ \ | | |/
| | * mingw doesn't have LABEL_SECURITY_INFORMATION definitionjan.nijtmans2012-02-031-0/+4
| | |
| | * 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()dgp2012-02-021-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 logicdgp2012-02-021-1/+1
| | |
* | | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()dgp2012-02-021-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 branchdgp2012-01-241-4/+0
| |\ \
| * \ \ merge from 8.5 main branchdkf2012-01-224-100/+4
| |\ \ \ | | |/ /
| * | | Contributed patch aiming to fix [file writable] problems on Windows & Samba.dgp2012-01-111-20/+45
| | | |
* | | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-213-98/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-213-98/+2
| |\ \ \ | | | |/ | | |/|
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-193-99/+31
| | | |
| * | | Bump to version 2.7.8dgp2012-01-171-2/+2
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-3/+3
|\ \ \ | |/ / | | | | | | setargv() function on mingw.
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-3/+3
| |\ \ | | |/ | | | | | | setargv() function on mingw.
* | | don't install tommath_(super)?class.hjan.nijtmans2011-11-301-3/+1
|\ \ \ | |/ / | | | don't install directories like 8.2 and 8.3
| * | Use the same shebang comment everywherejan.nijtmans2011-11-301-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.nijtmans2011-11-222-3/+5
|\ \ \ | |/ /
| * | [Bug 2935503] Windows: file mtime sets wrong time (VS2005+ only)jan.nijtmans2011-11-222-3/+5
| |\ \ | | |/