Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 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 |
| | | |||||
* | | 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.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 |
| | | |||||
* | | 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. | ||||
* | | 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 |
| |\ \ | | |/ | |||||
| | * | [Bug-3474726] minGW Tcl_StatBuf not defined correctly in tcl.h | jan.nijtmans | 2012-01-19 | 3 | -99/+31 |
| | | | |||||
| * | | 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 |
|\ \ | |/ | |||||
| * | [Bug 2935503]: Windows: file mtime sets wrong time | jan.nijtmans | 2011-11-22 | 1 | -0/+1 |
| | | |||||
* | | 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 2935503] Incorrect mode field returned by file stat command | jan.nijtmans | 2011-10-11 | 1 | -3/+3 |
| | | |||||
| * | Fix gcc warnings (discovered with latest mingw, based on gcc 4.6.1) | jan.nijtmans | 2011-10-07 | 4 | -10/+10 |
| | | |||||
| * | Support Visual Studio 11 | jan.nijtmans | 2011-09-26 | 1 | -51/+55 |
| | | |||||
* | | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -116/+82 |
|\ \ | |/ | |||||
| * | Make compilable in Visual Studio again | jan.nijtmans | 2011-09-12 | 1 | -0/+7 |
| | | |||||
| * | [Bug 3407070] tclPosixStr.c won't build with EOVERFLOW==E2BIG | jan.nijtmans | 2011-09-12 | 1 | -116/+75 |
| | | |||||
| * | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 1 | -1/+1 |
| | | | | | | | | introduced with checkin [e9a08358f4]. | ||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 7 | -10/+10 |
|\ \ | |/ | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 4 | -5/+5 |
| | | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | | | | | | | | n mingw, sys/stat.h must be included before winsock2.h, so make sure of that | ||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 3 | -11/+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 | ||||
| * | [Bug 3388350] mingw64 compiler warnings. | jan.nijtmans | 2011-08-15 | 3 | -11/+11 |
| | | | | | | | | Reverse the detection of struct _stat32i64, 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 | 8 | -71/+35 |
| | | |||||
* | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 6 | -7/+11 |
| | | |||||
* | | [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 |
|\ \ | |/ | |||||
| * | oops, leftover end comment | jan.nijtmans | 2011-07-21 | 1 | -1/+1 |
| | | |||||
| * | [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. |