summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |\ \ \
| * \ \ \ [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-167-10/+10
| |\ \ \ \
| * \ \ \ \ mingw64 compiler warnings. Reverse the detection of struct _stat32i64, jan.nijtmans2011-08-153-13/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | otherwise when mingw doesn't have it, tclTest.c cannot be compiled
| * | | | | | Oops, tclWinFile.c was not supposed to be checked injan.nijtmans2011-08-151-3/+3
| | | | | | |
| * | | | | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-153-19/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-094-18/+2
| | | | | | | | |
| * | | | | | | | [Bug 3372130] Fix hypot math function with MSVC10jan.nijtmans2011-07-211-1/+3
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-022-0/+2
| | | | | | | | | |
| * | | | | | | | | merge to RCcore_8_5_10core_8_5_10_rcdgp2011-06-231-2/+2
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merged from core-8-4-branch: Updated to platform 1.0.10. Added handling of ↵andreask2011-06-221-2/+2
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc.
| * | \ \ \ \ \ \ \ \ \ merge to RCdgp2011-06-211-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | Backport tcltest 2.3.3 for release with Tcl 8.5.*dgp2011-06-211-2/+2
| | | | | | | | | | | |
| * | | | | | | | | | | Release candidate branch for Tcl 8.5.10.dgp2011-05-262-2/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Bump to msgcat 1.4.4.dgp2011-05-251-2/+2
| | | | | | | | | | |
| * | | | | | | | | | [Bug 2715421] fix backported from 8.6 to remove extra newline from POSTs.patthoyts2011-05-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Package version incremented to 2.7.6. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | | | | | | | | | If your compiler already defines _WIN64, assume --enable-64bitjan.nijtmans2011-05-122-0/+73
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /
| * | | | | | | | | | [Bug 3288345]: Bring cygwin Tcl_StatBuf a little closer to realityjan2011-04-212-5/+12
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ fix for [Bug 3288345]: Wrong Tcl_StatBuf used on MinGW.jan.nijtmans2011-04-213-0/+107
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make sure that all _WIN32 compilers use exactly the same layout for Tcl_StatBuf - the one used by MSVC6 - in all situations.
| * | | | | | | | | | | | Support cross-compilation to x64 from ix86 hosts when using NMAKE.patthoyts2011-04-202-44/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
| * | | | | | | | | | | | [3202030] Updated README files, repairing broken URLs and other rot.dgp2011-04-041-3/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ The -debug:full option is not supported when using the modern versions of ↵jan2011-03-262-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link.exe included with MSVC, use -debug instead
| * \ \ \ \ \ \ \ \ \ \ \ \ \ The -debug:full option is not supported when using the modern versions of ↵jan.nijtmans2011-03-221-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | link.exe included with MSVC, use -debug instead
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Now that we are no longer on CVS, the .cvsignore files serve no purposejan.nijtmans2011-03-071-27/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-0234-71/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more harm than good. Purged them.
| * | | | | | | | | | | | | | | | | handle --enable-64bit=ia64 for gcc. BACKPORT.nijtmans2011-01-173-42/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Patch 3059922]: fixes for mingw64 - gcc4.5.1
| * | | | | | | | | | | | | | | | | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-133-12/+313
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-302-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.h: the Tcl Head, with help from Jeff Hobbs. * generic/tclStrToD.c: * generic/tclTest.c: * generic/tclTomMath.decls: * generic/tclUtil.c: * tests/util.test: * unix/Makefile.in: * win/Makefile.in: * win/makefile.vc: Rewrite of Tcl_PrintDouble and TclDoubleDigits that (a) fixes a severe performance problem with floating point shimmering reported by Karl Lehenbauer, (b) allows TclDoubleDigits to generate the digit strings for 'e' and 'f' format, so that it can be used for tcl_precision != 0 (and possibly later for [format]), (c) fixes [Bug 3120139] by making TclPrintDouble inherently locale-independent, (d) adds test cases to util.test for correct rounding in difficult cases of TclDoubleDigits where fixed- precision results are requested. (e) adds test cases to util.test for the controversial aspects of [Bug 3105247]. As a side effect, two more modules from libtommath (bn_mp_set_int.c and bn_mp_init_set_int.c) are brought into the build, since the new code uses them. * generic/tclIntDecls.h: * generic/tclStubInit.c: * generic/tclTomMathDecls.h: Regenerated.
| * | | | | | | | | | | | | | | | | Allow cross-compilation by default (backported)nijtmans2010-11-193-95/+172
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use -pipe for gcc on win32 (backported)
| * | | | | | | | | | | | | | | | | fix gcc warnings: unused variable 'registration'nijtmans2010-11-193-8/+8
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | fix gcc warning: dereferencing pointer 'oemId' does break strict-aliasing rulesnijtmans2010-11-191-7/+8
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Update for VS10nijtmans2010-10-231-3/+5
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | * tclWinsock.c: [Bug 3056775]: Fixed race condition between threadandreas_kupries2010-09-241-1/+47
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and internal co-thread access of a socket's structure because of the thread not using the socketListLock in TcpAccept(). Added documentation on how the module works to the top.