summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* proposed fix for [219866c1e9]: platform::identify: regexp doesn't match platformbug_219866c1e9jan.nijtmans2015-09-251-2/+2
|
* Updated package "platform" to version 1.0.13. Separated theandreask2014-08-011-2/+2
| | | | | | | | identifiers "macosx*-i386-x86_64" and "macosx-universal" as incompatible with each other. Plus addition of a cast in tclIO.c to match types in a comparison which otherwise bugs a Windows debug build (warnings are errors).
* ticket [2f9df4c4fa]: tcltest - request to move -cleanup script execution ↵jan.nijtmans2014-06-201-2/+2
| | | | until after -output compare
* Safer clean-up of environment variables: Do removal after insertions -> ↵jan.nijtmans2013-11-201-2/+2
| | | | tcltest 2.3.7
* Bump tcltest version to 2.3.6 (should have been done just before the 8.5.15 ↵jan.nijtmans2013-10-281-2/+2
| | | | | release, just as in Tcl 8.6.1). Don't fix eol-style for Makefile.in in "make dist", if the file system is case-insensitive/case-preserving.
* Fix [3eb2ec1449]: Allow upper case scheme names in url. http -> 2.7.13jan.nijtmans2013-10-251-2/+2
|
* When compiling with MSVC++, no longer link the stub library with msvcrt??.dll.jan.nijtmans2013-10-031-1/+1
| | | This way, workarounds in extensions like [http://core.tcl.tk/itcl/info/a961f0729c] are no longer necessary.
* consistant use of capitals.jan.nijtmans2013-09-191-4/+4
|
* 3036566 - Get msgcat locale for Win Vista+ first from gui language registry key.jan.nijtmans2013-05-281-2/+2
|\ | | | | | | Bumped msgcat to version 1.5.2. Minor manpage corrections.
| * Add install references and changes entryoehhar2013-05-081-2/+2
| |
| * fix http package installationjan.nijtmans2013-04-081-1/+1
| |
| * Bump http to 2.8.7 in the other dozen places as well.max2013-04-041-2/+2
| |
| * [Bug 3604576]: msgcat-1.5.0.tm error on windows XPjan.nijtmans2013-02-141-2/+2
| |\
| * \ (::platform::LibcVersion): See [Bug 3599098]: Fixed the RE extractingandreask2013-01-301-2/+2
| |\ \ | | | | | | | | | | | | | | | | | | | | the version to avoid issues with recent changes to the glibc banner. Now targeting a less variable part of the string. Bumped package to version 1.0.11.
| * \ \ Allow win32 build with -DTCL_NO_DEPRECATED, just as the UNIX build, off by ↵jan.nijtmans2013-01-161-1/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | default. Define Tcl_EvalObj and Tcl_GlobalEvalObj as macros, even when TCL_NO_DEPRECATED is defined, so Tk can benefit from it too.
| * | | | $builddir is a local variablejan.nijtmans2013-01-081-1/+1
| | | | |
| * | | | mSys doesn't have $PWD. Reported by Rene Zaumseil on Tcl Core listjan.nijtmans2013-01-081-1/+1
| | | | |
| * | | | Don't depend on Spencer-specific regexp syntax (/u and /U) any more in ↵jan.nijtmans2013-01-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | unrelated places . Bump http package to 2.8.6.
| * | | | Disable the legacy configuration setting from $::argv only when a setting calldgp2012-12-031-2/+2
| |\ \ \ \ | | | | | | | | | | | | | | | | | | to [configure] is made. Queries should not disturb that support. Bump to tcltest 2.3.5.
| * \ \ \ \ Complete bump to http 2.8.5dgp2012-11-061-2/+2
| |\ \ \ \ \
| * | | | | | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-2/+2
| | | | | | |
| * | | | | | [Bug 2459774] win/tcl/Makefile.in not compatible with msys 0.8.jan.nijtmans2012-10-061-17/+11
| | | | | | |
| * | | | | | merge trunkfrq_3527238jan.nijtmans2012-09-191-7/+11
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | <p>change dde version to 1.4.0b2
| | * | | | | | finish the TIP 404 implementation.dgp2012-09-121-2/+2
| | | | | | | |
| | * | | | | | fix running package-tests on Windows, correct TCLSH_PROG in this casejan.nijtmans2012-09-101-1/+1
| | | | | | | |
| | * | | | | | .... but be less verbosejan.nijtmans2012-08-131-1/+1
| | | | | | | |
| | * | | | | | Add 64-bit build of zlib1.dll, and use it for the dynamic mingw-w64 buildjan.nijtmans2012-08-131-2/+6
| | | | | | | |
| * | | | | | | merge trunkjan.nijtmans2012-08-021-41/+17
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | oopsjan.nijtmans2012-07-311-1/+1
| | | | | | | |
| | * | | | | | [Frq 3544967] Missing objectfiles in static libjan.nijtmans2012-07-311-26/+6
| | |\ \ \ \ \ \
| | | * | | | | | same fore Makefile.infrq_3544967jan.nijtmans2012-07-181-26/+6
| | |/ / / / / / | |/| | | | | |
| | * | | | | | eliminate the "testfinexit" command. We have the TCL_FINALIZE_ON_EXIT ↵jan.nijtmans2012-07-301-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | environment variable now, which makes "exit" do the same thing.
| | * | | | | | No longer build tcltest.exe to run the tests,but use tclsh86.exe in ↵jan.nijtmans2012-07-291-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | combination with tcltest86.dll to do that (Windows only)
| | * | | | | | [Bug 3549770] Multiple test failures running tcltest outside build treejan.nijtmans2012-07-281-4/+4
| | |\ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Bump msgcat version to 1.4.5
| * \ \ \ \ \ \ \ [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-6/+6
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| * | | | | | | | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update dde version to 1.4.0
| * | | | | | | | | 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.
| * \ \ \ \ \ \ \ \ \ [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
| * | | | | | | | | | | | Update changes toward 8.6b3 release. Bump to http 2.8.3.dgp2011-10-201-2/+2
| | | | | | | | | | | | |
| * | | | | | | | | | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merged from core-8-5-branch: Updated to platform 1.0.10. Added handling of ↵andreask2011-06-221-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the DEB_HOST_MULTIARCH location change for libc.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Bump to msgcat 1.4.4dgp2011-05-251-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Make tests in child interpreters report their summary info in the master.dkf2011-03-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumped tcltest version to 2.3.3
| * | | | | | | | | | | | | | | merge trunkdogeen_assembler_branchKevin B Kenny2011-03-051-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cause more harm than good. Purged them (except in zlib files).
| * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ merge trunkKevin B Kenny2011-03-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | silence gcc warning when using -Wwrite-stringsnijtmans2010-12-031-11/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | silence gcc warning for non-IEEE platforms [Patch #3116490] cross-compile Tcl mingw32 on unix. This makes it possible to cross-compile Tcl/Tk for Windows (either 32-bit or 64-bit) out-of-the-box on UNIX, using mingw-w64 build tools.
| | * | | | | | | | | | | | | | | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclInt.decls: * generic/tclInt.h: * 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.