summaryrefslogtreecommitdiffstats
path: root/win/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | 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 [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
| * | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| | |
* | | [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
| * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-4/+18
| |\ \ | | |/ | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-3/+3
| | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-7/+7
| |\ \ | | |/ | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-7/+7
| | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
* | | 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.
| * | Merged from 8.4 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.7.9.
| * | Bump to version 2.7.8dgp2012-01-171-2/+2
| |\ \ | | |/
* | | [Bug 967195]: Make tcltest work when tclsh is compiled without using the ↵jan.nijtmans2011-11-301-3/+3
|\ \ \ | |/ / | | | | | | setargv() function on mingw.
| * | [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
| * | 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
| * | Update changes toward 8.5.11 release. Bump to http 2.7.7.dgp2011-10-201-2/+2
| | |
* | | 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
|\ \ \ | |/ /
| * | 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.
| * | 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.
| * | Backport tcltest 2.3.3 for release with Tcl 8.5.*dgp2011-06-211-2/+2
| | |
* | | Bump to msgcat 1.4.4dgp2011-05-251-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>
* | | 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).
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| | |\ \ | | | |/ | | | | more harm than good. Purged them.
| | | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | | | | more harm than good. Purged them.
| | | * * library/platform/pkgIndex.tcl: Backported the platform packagesandreas_kupries2009-10-231-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * library/platform/platform.tcl: from head and8.5 into the 8.4 * library/platform/shell.tcl: branch. Updated makefiles to install * unix/Makfile.in: the packages. * win/Makefile.in:
| | | * * win/Makefile.in (install-private-headers): added targethobbs2007-01-301-1/+23
| | | |
| | | * Revert attempted backport of dde 1.3 to the core-8-4-branch.dgp2006-04-051-5/+5
| | | |
| | | * * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.dgp2006-04-051-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/tclWinDde.c: * win/Makefile.in: * win/configure.in: * win/configure: autoconf 2.13
| | | * * win/Makefile.in: convert _NATIVE paths to use / to avoid ".\"hobbs2006-03-021-6/+6
| | | | | | | | | | | | | | | | path-as-escape issue.
| | | * * win/tcl.m4: Add build support for Windows-x64 builds.hobbs2005-11-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * win/configure: --enable-64bit now accepts =amd64|ia64 for * win/Makefile.in: Windows 64-bit build variants (default: amd64) * win/makefile.vc: [Bug 1369597]
| | | * * win/makefile.vc: Fixed bug in installation of http 2.5.andreas_kupries2004-11-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/makefile.bc: Was installed into directory http2.4. * win/Makefile.in: This has been corrected. * unix/Makefile.in: * tools/tcl.wse.in: * tools/tclmin.wse:
| | | * * win/Makefile.in: Don't define TCL_DBGXmdejong2003-07-161-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | symbol for every compile. Instead, define TCL_PIPE_DLL only when compiling tclWinPipe.c. This will break other build systems, so they will need to remove the TCL_DBGX define and replace it with a define for TCL_PIPE_DLL. * win/makefile.vc: Ditto. * win/tclWinPipe.c (TclpCreateProcess): Remove PREFIX_IDENT and DEBUG_IDENT from top of file. Use TCL_PIPE_DLL passed in from build env instead of trying to construct the dll name from already defined symbols. This approach is more flexible and better in the long run.
| | * | * generic/tclInt.decls: Backport of Kevin B. Kenny's work onandreas_kupries2010-11-301-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | * win/Makefile.in (VC_MANIFEST_EMBED_DLL VC_MANIFEST_EMBED_EXE):hobbs2010-08-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * win/configure, win/configure.in, win/tcl.m4: SC_EMBED_MANIFEST macro and --enable-embedded-manifest configure arg added to support manifest embedding where we know the magic. Help prevents DLL hell with MSVC8+.
| | * | * win/Makefile.in (%.${OBJEXT}): better implicit rules supporthobbs2010-08-041-2/+2
| | | |
| | * | * library/platform/platform.tcl: Added OSX Intel 64bitandreas_kupries2010-06-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.9. * unix/Makefile.in: * win/Makefile.in:
| | * | * library/platform/platform.tcl: Fix cpu name for Solaris/Intel 64bit.andreas_kupries2010-05-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * library/platform/pkgIndex.tcl: Package updated to version 1.0.8. * unix/Makefile.in: * win/Makefile.in:
| | * | * library/platform/platform.tcl: Another stab at getting the /lib,andreas_kupries2010-04-291-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * library/platform/pkgIndex.tcl: /lib674 difference right for * unix/Makefile.in: linux. Package updated to version 1.0.7. * win/Makefile.in:
| | * | Fixed missing update of platform package index, and Makefiles.andreas_kupries2010-04-141-3/+3
| | | |