summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-150/+115
| | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+
* [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-091-10/+47
|
* proposal from jmphilippejan.nijtmans2012-05-071-5/+11
|
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-1/+0
| | | so it can be used for the Plat* interfaces as well
* Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-62/+0
| | | Simplify stub tables for functions which work on both UNIX and windows
* move some more CYGWIN stuff to unix/tclUnixPort.hjan.nijtmans2012-05-031-5/+0
|
* truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
|
* [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-1/+1
|\ | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * merge trunkjan.nijtmans2012-04-245-8/+8
| |\ | |/ |/|
* | make some more internal tables constjan.nijtmans2012-04-235-8/+8
| | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib
* | sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| |
| * sync win/rules.vc with Tk versionjan.nijtmans2012-04-131-4/+7
| |
| * merge core-8-4-branchjan.nijtmans2012-04-114-18/+22
| |\ | |/ |/|
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-113-29/+37
| |
* | tclStubInit.c: move up #undef, so it is clear that thisjan.nijtmans2012-04-041-3/+3
| | | | | | | | macro is conflicting with another definition in this file. Fix some other gcc warnings
| * tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-068-19/+20
| | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| * implement TclpGetPid for Cygwinjan.nijtmans2012-04-041-0/+3
|/
* [Bug 510001]: TclSockMinimumBuffers needs plat impjan.nijtmans2012-04-041-3/+3
|\
| * better solution for bug-510001bug_510001jan.nijtmans2012-03-291-2/+2
| | | | | | it fills a correctly working stub entry for Win64
* | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-03-301-13/+19
| | | | | | | | Implement TclWinGetTclInstance, TclpGetTZName, and various others for Cygwin
* | 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)
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2012-03-121-2/+2
|
* DWORD_PTR typedef after <windows.h>jan.nijtmans2012-03-071-6/+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
|
* 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.
| * merge to bugfix branchdgp2012-01-241-4/+0
| |\
| * \ merge from 8.5 main branchdkf2012-01-224-100/+4
| |\ \ | | |/
| | * Bug-3474726 minGW Tcl_StatBuf not defined correctly in tcl.hjan.nijtmans2012-01-213-98/+2
| | |\ | |_|/ |/| |
| | * Bump to version 2.7.8dgp2012-01-171-2/+2
| | |\
| * | | Contributed patch aiming to fix [file writable] problems on Windows & Samba.dgp2012-01-111-20/+45
| |/ /
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-3/+3
| |\ \ | | |/ | | | | | | setargv() function on mingw.
| * | 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
| |\ \ | | |/
| * | Release candidate branch for Tcl 8.5.11.dgp2011-10-202-2/+2
| | |
| * | Update changes toward 8.5.11 release. Bump to http 2.7.7.dgp2011-10-201-2/+2
| | |
| * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |\ \
| * \ \ [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-116/+82
| |\ \ \