summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/clock.tcl (tcl::clock::add): Fixed error message formattingKevin B Kenny2009-01-033-4/+19
| | | | | | in the case where [clock add] is presented with a bad switch. * tests/clock.test (clock-65.1) Added a test case for the above problem [Bug 2481670].
* regendkf2009-01-021-6296/+6280
|
* Fix various mkstemp()-related issues. [Bugs 741967,878333]dkf2009-01-025-3/+96
|
* * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targetsdgp2008-12-312-1/+7
| | | | like `make shell` have access to builds of bundled packages.
* Plug memory leak.dkf2008-12-282-3/+15
|
* Fix my silly blunders. [Bug 2470237]dkf2008-12-274-18/+21
|
* Assorted minor corrections to the Zlib C API to make it work with the PNGdkf2008-12-276-70/+91
| | | | implementation better.
* Updated comments in tcl.decls based on code archaeology.dkf2008-12-262-46/+73
|
* fix build of zlib objects with msvcnijtmans2008-12-234-16/+22
|
* Fix [Bug 2459725]dkf2008-12-232-29/+33
|
* advance tagcore_8_6_b1dgp2008-12-221-2/+2
|
* Drop lone @ line from test: targetdgp2008-12-221-2/+1
|
* [Bug 2458395] Ensure pkgs directories are suitable and quote the paths.patthoyts2008-12-222-10/+32
|
* - add more missing symbols from zlib.defnijtmans2008-12-221-1/+0
| | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3
* Fix for [Bug 2330040]Joe Mistachkin2008-12-222-1/+10
|
* - add more missing symbols from zlib.defnijtmans2008-12-223-6/+16
| | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3
* Support the pkgs treepatthoyts2008-12-222-10/+29
|
* Silence signed unsigned warningpatthoyts2008-12-221-2/+2
|
* MINOR CHANGE: Tidy up changelog formatting.dkf2008-12-211-63/+61
|
* Fixed Stuart Cassoff's name in ChangeLogKevin B Kenny2008-12-211-1/+1
|
* fix 64bit test failuresdas2008-12-211-5/+5
|
* * unix/Makefile.in: Fix broken build of bundled packages when pathdas2008-12-212-12/+26
| | | | | to build dir contains spaces by switching to relative paths to toplevel build dir.
* * unix/configure: autoconf-2.59das2008-12-211-3/+18
|
* * unix/configure.in: Preserve configure environment variables fordas2008-12-211-3/+19
| | | | | sub-configures of bundled packages; reuse configure cache file for sub-configures.
* advance tagdgp2008-12-211-2/+2
|
* Fix minor typo. [Bug 2455165]dkf2008-12-212-2/+6
|
* advance tagdgp2008-12-211-2/+2
|
* Revised the zlib objects so that they are Kevin B Kenny2008-12-202-15/+53
| | | | | built directly into the build dir, without building an intermediate static library.
* * win/Makefile.in: Kevin B Kenny2008-12-204-23/+77
| | | | | | | | | | | | | | | | | * win/configure.in: Renamed the static library libtcl86s.a to have a name distinct from the import library libtcl86.a. This renaming dodges an ancient bug in the Makefile revealed by the last commit where the $(TCL_LIB_FILE) rule can fire to try to build the static library in a --enable-shared build (and create a static library that subsequently fails to link). *** POTENTIAL INCOMPATIBILITY *** for embedders who link to the static library, but I couldn't figure out how to sort this out any other way. * win/configure: Autoconf 2.59
* advance tagdgp2008-12-201-2/+2
|
* Minor updates to make building work better with msys on Windows.dkf2008-12-202-44/+49
| | | | (Apparently the gcc used doesn't like a / at the end of a -I argument...)
* Assign a base address for tdbcpatthoyts2008-12-201-5/+9
|
* * changes: Updates for 8.6b1 release.dgp2008-12-202-3/+77
|
* test packages after testing tcldas2008-12-201-2/+5
|
* sync file additions/removals with Tcl.xcodeprojdas2008-12-201-1/+35
|
* add new filesdas2008-12-201-1/+17
|
* fix warningsdas2008-12-201-3/+3
|
* * unix/Makefile.in: make package install directory of bundleddas2008-12-205-54/+86
| | | | | | | | | | | | | * unix/configure.in packages configurable via PACKAGE_DIR makefile variable (set to platform-specific default). * unix/Makefile.in (*-packages): ensure toplevel targets fail if sub-make/configure fails; fix quoting when builddir path contains spaces. * macosx/GNUmakefile: add install-packages to install targets. * unix/configure: autoconf-2.59
* fix warningdas2008-12-201-2/+2
|
* * doc/NRE.3: Formatting errors found by `make html`dgp2008-12-194-13/+15
| | | | | * doc/Tcl_Main.3: * doc/zlib.n:
* tag for 8.6b1 releasedgp2008-12-191-6/+8
|
* * tests/io.test: Add missing [close $f] to io-73.2.dgp2008-12-192-4/+8
|
* Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLogdgp2008-12-191-6/+0
|
* regen with autoconf-2.59dgp2008-12-191-6258/+6294
| | | | (why dkf just did another regen I don't understand)
* * tests/chanio.test: Add missing [removeFile] cleanups.dgp2008-12-192-5/+13
|
* fix odbc build on mingw32nijtmans2008-12-191-0/+6
| | | | | TODO: re-generate tclconfig/configure! (I don't have autoconf-2.59, could someone do that?)
* Add previously omitted files so we have a complete zlib 1.2.3 distro...dkf2008-12-19150-0/+38641
|
* whitespacedgp2008-12-191-3/+3
|
* regen (with autoconf 2.61, since that's what I've got...)dkf2008-12-191-6302/+6264
|
* More autoconf hacking; now seems to be working fully on Unix...dkf2008-12-193-47/+71
|