Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 5 | -3/+96 |
| | |||||
* | * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets | dgp | 2008-12-31 | 2 | -1/+7 |
| | | | | like `make shell` have access to builds of bundled packages. | ||||
* | Plug memory leak. | dkf | 2008-12-28 | 2 | -3/+15 |
| | |||||
* | Fix my silly blunders. [Bug 2470237] | dkf | 2008-12-27 | 4 | -18/+21 |
| | |||||
* | Assorted minor corrections to the Zlib C API to make it work with the PNG | dkf | 2008-12-27 | 6 | -70/+91 |
| | | | | implementation better. | ||||
* | Updated comments in tcl.decls based on code archaeology. | dkf | 2008-12-26 | 2 | -46/+73 |
| | |||||
* | fix build of zlib objects with msvc | nijtmans | 2008-12-23 | 4 | -16/+22 |
| | |||||
* | Fix [Bug 2459725] | dkf | 2008-12-23 | 2 | -29/+33 |
| | |||||
* | advance tagcore_8_6_b1 | dgp | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | Drop lone @ line from test: target | dgp | 2008-12-22 | 1 | -2/+1 |
| | |||||
* | [Bug 2458395] Ensure pkgs directories are suitable and quote the paths. | patthoyts | 2008-12-22 | 2 | -10/+32 |
| | |||||
* | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 1 | -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 Mistachkin | 2008-12-22 | 2 | -1/+10 |
| | |||||
* | - add more missing symbols from zlib.def | nijtmans | 2008-12-22 | 3 | -6/+16 |
| | | | | | - mark dll build as being a modified verson Both changes backported from (unreleased) zlib-1.2.3.3 | ||||
* | Support the pkgs tree | patthoyts | 2008-12-22 | 2 | -10/+29 |
| | |||||
* | Silence signed unsigned warning | patthoyts | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | MINOR CHANGE: Tidy up changelog formatting. | dkf | 2008-12-21 | 1 | -63/+61 |
| | |||||
* | Fixed Stuart Cassoff's name in ChangeLog | Kevin B Kenny | 2008-12-21 | 1 | -1/+1 |
| | |||||
* | fix 64bit test failures | das | 2008-12-21 | 1 | -5/+5 |
| | |||||
* | * unix/Makefile.in: Fix broken build of bundled packages when path | das | 2008-12-21 | 2 | -12/+26 |
| | | | | | to build dir contains spaces by switching to relative paths to toplevel build dir. | ||||
* | * unix/configure: autoconf-2.59 | das | 2008-12-21 | 1 | -3/+18 |
| | |||||
* | * unix/configure.in: Preserve configure environment variables for | das | 2008-12-21 | 1 | -3/+19 |
| | | | | | sub-configures of bundled packages; reuse configure cache file for sub-configures. | ||||
* | advance tag | dgp | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Fix minor typo. [Bug 2455165] | dkf | 2008-12-21 | 2 | -2/+6 |
| | |||||
* | advance tag | dgp | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Revised the zlib objects so that they are | Kevin B Kenny | 2008-12-20 | 2 | -15/+53 |
| | | | | | built directly into the build dir, without building an intermediate static library. | ||||
* | * win/Makefile.in: | Kevin B Kenny | 2008-12-20 | 4 | -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 tag | dgp | 2008-12-20 | 1 | -2/+2 |
| | |||||
* | Minor updates to make building work better with msys on Windows. | dkf | 2008-12-20 | 2 | -44/+49 |
| | | | | (Apparently the gcc used doesn't like a / at the end of a -I argument...) | ||||
* | Assign a base address for tdbc | patthoyts | 2008-12-20 | 1 | -5/+9 |
| | |||||
* | * changes: Updates for 8.6b1 release. | dgp | 2008-12-20 | 2 | -3/+77 |
| | |||||
* | test packages after testing tcl | das | 2008-12-20 | 1 | -2/+5 |
| | |||||
* | sync file additions/removals with Tcl.xcodeproj | das | 2008-12-20 | 1 | -1/+35 |
| | |||||
* | add new files | das | 2008-12-20 | 1 | -1/+17 |
| | |||||
* | fix warnings | das | 2008-12-20 | 1 | -3/+3 |
| | |||||
* | * unix/Makefile.in: make package install directory of bundled | das | 2008-12-20 | 5 | -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 warning | das | 2008-12-20 | 1 | -2/+2 |
| | |||||
* | * doc/NRE.3: Formatting errors found by `make html` | dgp | 2008-12-19 | 4 | -13/+15 |
| | | | | | * doc/Tcl_Main.3: * doc/zlib.n: | ||||
* | tag for 8.6b1 release | dgp | 2008-12-19 | 1 | -6/+8 |
| | |||||
* | * tests/io.test: Add missing [close $f] to io-73.2. | dgp | 2008-12-19 | 2 | -4/+8 |
| | |||||
* | Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLog | dgp | 2008-12-19 | 1 | -6/+0 |
| | |||||
* | regen with autoconf-2.59 | dgp | 2008-12-19 | 1 | -6258/+6294 |
| | | | | (why dkf just did another regen I don't understand) | ||||
* | * tests/chanio.test: Add missing [removeFile] cleanups. | dgp | 2008-12-19 | 2 | -5/+13 |
| | |||||
* | fix odbc build on mingw32 | nijtmans | 2008-12-19 | 1 | -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... | dkf | 2008-12-19 | 150 | -0/+38641 |
| | |||||
* | whitespace | dgp | 2008-12-19 | 1 | -3/+3 |
| | |||||
* | regen (with autoconf 2.61, since that's what I've got...) | dkf | 2008-12-19 | 1 | -6302/+6264 |
| | |||||
* | More autoconf hacking; now seems to be working fully on Unix... | dkf | 2008-12-19 | 3 | -47/+71 |
| | |||||
* | CONSTify TclGetLoadedPackages second param | nijtmans | 2008-12-19 | 4 | -15/+21 |
| | |||||
* | add symbols deflateSetHeader and inflateGetHeader to win32/zlib.def | nijtmans | 2008-12-19 | 4 | -5/+15 |
| | | | | | Modify ChangeLog, README and zlib.h, documenting this change, so we comply with the zlib requirements of clearly marking the modification. |