summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Correct build version and backported 973091ef75tip404_tcl8_5oehhar2012-09-171-2/+2
| | |
| * | Installer improvements, like [226a993973].stwo2012-08-071-39/+30
| | |
* | | 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
| * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
| | | |
* | | | 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
| | * | | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+3
| | |\ \ \ | |/ / / / | | | | _ | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | make some more internal tables constjan.nijtmans2012-04-231-2/+3
| | | | | | | | | | | | On cygwin, install dll's in /usr/bin, not in /usr/lib
| | * | add TclWinConvertError and TclWinConvertWSAError for cygwinjan.nijtmans2012-03-221-1/+5
| | | |
* | | | 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.
| * | | Revert some cygwin-related signature changes from [835f8e1e9d] (2010-02-01)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. 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.
| * | | 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-2/+2
|\ \ \ \ | |/ / / | | | | | | | | setargv() function on mingw.
| * | | [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
| * | | Use the same shebang comment everywherejan.nijtmans2011-11-301-1/+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
| | | |
* | | | 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
|\ \ \ \ | |/ / /
| * | | 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.
| * | | 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>
* | | | fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-4/+1
|\ \ \ \ | |/ / /
| * | | fix USE_TCLALLOC so that it can be enabled without editing the Makefilemig2011-05-071-4/+1
| |\ \ \ | | |/ /
| | * | 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).
| | * | | 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:
| | | * | * unix/Makefile.in: ensure Makefile shell is /bin/bash fordas2008-08-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * unix/configure.in (SunOS): DTrace-enabled build on Solaris. (followup to 2008-06-12) [Bug 2016584]
| | | * | * unix/Makefile.in: add complete deps on tclDTrace.h.das2008-06-121-4/+4
| | | | |
| | | * | * unix/Makefile.in: clean generated tclDTrace.h file.das2008-06-121-2/+2
| | | | |