summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * No longer link Cygwin executables with zlib1.dll, but with cygz.dll. jan.nijtmans2013-05-071-8/+0
| | | | | | On Cygwin64 this doesn't work, and on Cygwin32 it was a bad idea anyway.
| * 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
| |\
| * | Bug [3598282]: Stop using installData.tcl to install the timezone files.stwo2013-01-311-3/+32
| | |
| * | (::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.
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
| | | | | | | | | | | | Fix "make test-packages" on cygwin
| * | | 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.
| * | | Prefer to extract package data from the *contents* not the directory name.dgp2012-12-121-2/+1
| | | |
| * | | Improve the generation of HTML documentation in 8.6, allowing for contributeddkf2012-12-101-1/+2
| | | | | | | | | | | | | | | | | | | | packages whose non-version name parts are prefixes of others. Also ensure that documentation builds are complete after distribution, and that we generate a better error message when using the wrong tclsh version to do the build.
| * | | 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.
| * | | | Remove files and references for long outdated Wise Installer.dgp2012-11-071-4/+2
| | | | |
| * | | | Complete bump to http 2.8.5dgp2012-11-061-2/+2
| |\ \ \ \
| * | | | | finish the TIP 404 implementation.dgp2012-09-121-2/+2
| | | | | |
| * | | | | A little more installer consistency tweaking.stwo2012-08-071-3/+3
| | | | | |
| * | | | | No need for install-sh to be executable.stwo2012-08-071-1/+0
| | | | | |
| * | | | | Installer consistency tweaks.stwo2012-08-061-2/+2
| | | | | |
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ 3544642 Be kind to BSDers day. Purge gmake-ism.dgp2012-07-191-8/+6
| |\ \ \ \ \ \
| * \ \ \ \ \ \ [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | Bump msgcat version to 1.4.5
| * | | | | | | don't print out copying of zlib1.dlljan.nijtmans2012-06-271-1/+1
| | | | | | | |
| * | | | | | | Let Cygwin shared build link with zlib1.dll, not cygz.dll (two less ↵jan.nijtmans2012-06-261-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dependencies on cygwin-specific dll's)
| | | | | | | |
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+3
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| * | | | | | | | | very slight tidy up to make build messages more regulardkf2012-04-101-2/+2
| | | | | | | | | |
| * | | | | | | | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-01-22).jan.nijtmans2012-03-231-0/+4
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They were an attempt to make the cygwin port compile again, but since cygwin is based on unix this serves no purpose any more. Use EAGAIN in stead of EWOULDBLOCK, because in VS10+ the value of EWOULDBLOCK is no longer the same as EAGAIN Add tclWinError.c to the CYGWIN build.
| * | | | | | | | | Refactor TclScanElement() part of list parsing to take advantage of tablesdgp2012-03-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | constructed for the task of script parsing. Ought to speed generation of string representation of lists, though the effect is likely only noticeable on long lists made up primarily of simple elements (not needing quoting).
| * | | | | | | | | 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-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | setargv() function on mingw.
| * \ \ \ \ \ \ \ \ \ \ don't install tommath_(super)?class.hjan.nijtmans2011-11-301-1/+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
| | | | | | | | | | | | |
| * | | | | | | | | | | | typojan.nijtmans2011-09-221-1/+1
| | | | | | | | | | | | |
| * | | | | | | | | | | | Constrain test iocmd.tf-32.1 to be skipped during valgrinding. It contains a iocmd_leaksdgp2011-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory leak that cannot be plugged while testing what the test aims to test.
| * | | | | | | | | | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507]Kevin B Kenny2011-07-021-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-4/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | 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-38/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | Remove unwanted/obsolete 'ddd' target.stwo2010-12-171-7/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Clean up '.PHONY:' targets: Arrange those common to Tcl and Tk as in Tk's ↵stwo2010-12-171-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Makefile.in, add any missing ones and remove duplicates.
| | * | | | | | | | | | | | | | | | | [Bug 2446711]: Remove 'allpatch' target.stwo2010-12-171-24/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Use 'rpmbuild', not 'rpm' [Bug 2537626].stwo2010-12-171-3/+3
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | 2010-11-29 Kevin B. Kenny <kennykb@acm.org>Kevin B Kenny2010-11-281-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| | * | | | | | | | | | | | | | | | | Minor change: Added missing .PHONY marker for install-headersdkf2010-11-041-2/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | [Patch 3101127]: Installer Improvements.stwo2010-11-041-44/+56
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | * doc/socket.n: Document the changes to the [socket] and rmax2010-09-281-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [fconfiguyre] commands. * generic/tclInt.h: Introduce TclCreateSocketAddress() as a * generic/tclIOSock.c: replacement for the platform-dependent * unix/tclUnixSock.c: TclpCreateSocketAddress() functions. * unix/tclUnixChan.c: Extend the [socket] and [fconfigure] * unix/tclUnixPort.h: commands to behave as proposed in * win/tclWinSock.c: TIP #162. * win/tclWinPort.h: * compat/fake-rfc2553.c: A compat implementation of the APIs * compat/fake-rfc2553.h: defined in RFC-2553 (getaddrinfo() and friends) on top of the existing gethostbyname() etc. * unix/configure.in: Test whether the fake-implementation is * unix/tcl.m4: needed. * unix/Makefile.in: Add a compile target for fake-rfc2553. * win/configure.in: Allow cross-compilation by default * tests/socket.test: Improve the test suite to make more use of * tests/remote.tcl: randomized ports to reduce interference with tests running in parallel or other services on the machine.
| | * | | | | | | | | | | | | | | | | Improved readability of tcl+pkgs builds and testsdgp2010-09-221-7/+9
| | | |_|_|_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | mergeKevin B Kenny2010-12-011-47/+68
| | | | | | | | | | | | | | | | | |