summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* [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
|\ \ \ | |/ /
| * | Merged from 8.4 branch -- http package. Fix Bug 3498327. Generate upper-case ...andreask2012-03-071-2/+2
| |\ \ | | |/
* | | 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
| | |\ | | |/ | |/|
* | | inverted logicdgp2012-02-021-1/+1
* | | 2974459,2879351,1951574,1852572,1661378,1613456 Revisions to the NativeAccess()dgp2012-02-021-25/+47
|\ \ \ | |/ /
| * | 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 seta...jan.nijtmans2011-11-301-3/+3
|\ \ \ | |/ /
| * | [Bug 967195]: Make tcltest work when tclsh is compiled without using the seta...jan.nijtmans2011-11-301-3/+3
| |\ \ | | |/
* | | don't install tommath_(super)?class.hjan.nijtmans2011-11-301-3/+1
|\ \ \ | |/ /
| * | Use the same shebang comment everywherejan.nijtmans2011-11-301-3/+1
| |\ \ | | |/
* | | [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
| |\ \ | | |/
| | * [Bug 2935503]: Windows: file mtime sets wrong timejan.nijtmans2011-11-221-0/+1
| * | 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
* | | win/tclWinConsole.c: Refactor common thread handling patterns.dkf2011-11-111-209/+228
* | | MINOR: Add emacs style info to end of C files.dkf2011-10-211-0/+9
* | | Update changes toward 8.6b3 release. Bump to http 2.8.3.dgp2011-10-201-2/+2
* | | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
|\ \ \ | |/ /
| * | [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| |\ \ | | |/
| | * [Bug 2935503] Incorrect mode field returned by file stat commandjan.nijtmans2011-10-111-3/+3
| | * Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1)jan.nijtmans2011-10-074-10/+10
| | * Support Visual Studio 11jan.nijtmans2011-09-261-51/+55
* | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-052-166/+0
* | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-4/+4
|\ \ \ | |/ /
| * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-116/+82
| |\ \ | | |/
| | * Make compilable in Visual Studio againjan.nijtmans2011-09-121-0/+7
| | * [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIGjan.nijtmans2011-09-121-116/+75
| | * Fixed use of C99 features breaking the build with MSVC6. The problem was intr...andreask2011-08-221-1/+1
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-167-10/+10
| |\ \ | | |/