summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix [Bug 2481109]dkf2009-01-063-6/+18
|
* Formatting improvements (comments, whitespace)dkf2009-01-061-28/+32
|
* Comment formatting improvements.dkf2009-01-062-147/+159
|
* Convert tabs to spaces for reliable display with nroffdkf2009-01-051-6/+6
|
* Added a test, correct a dumb blunder.dkf2009-01-052-4/+20
|
* Make [source] NRE-aware to enable [yield]. [Bug 2412068]dkf2009-01-055-9/+158
|
* More coding style improvements.dkf2009-01-042-40/+44
|
* Generalize mysterious comment about causes for ::env missesferrieux2009-01-041-2/+3
|
* autoconf-2.59das2009-01-031-5/+0
|
* autoheader-2.59das2009-01-031-0/+3
|
* autoconf-2.59das2009-01-031-6273/+6314
|
* use correct autconf magic to pass configure args & environment to pkg ↵das2009-01-031-7/+2
| | | | | | sub-configures (in particular compatible with autoconf 2.61, which some insist on using even though it was decided we could not switch to it yet...)
* make test case work, correct date of commit in ChangeLogKevin B Kenny2009-01-032-3/+4
|
* * 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
|