Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make test case work, correct date of commit in ChangeLog | Kevin B Kenny | 2009-01-03 | 1 | -1/+1 |
| | |||||
* | * library/clock.tcl (tcl::clock::add): Fixed error message formatting | Kevin B Kenny | 2009-01-03 | 1 | -0/+7 |
| | | | | | | 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]. | ||||
* | Fix various mkstemp()-related issues. [Bugs 741967,878333] | dkf | 2009-01-02 | 1 | -0/+9 |
| | |||||
* | * unix/Makefile.in: Set TCLLIBPATH in SHELL_ENV so that targets | dgp | 2008-12-31 | 1 | -0/+5 |
| | | | | like `make shell` have access to builds of bundled packages. | ||||
* | Plug memory leak. | dkf | 2008-12-28 | 1 | -0/+4 |
| | |||||
* | Fix my silly blunders. [Bug 2470237] | dkf | 2008-12-27 | 1 | -0/+3 |
| | |||||
* | Assorted minor corrections to the Zlib C API to make it work with the PNG | dkf | 2008-12-27 | 1 | -0/+13 |
| | | | | implementation better. | ||||
* | Updated comments in tcl.decls based on code archaeology. | dkf | 2008-12-26 | 1 | -2/+11 |
| | |||||
* | fix build of zlib objects with msvc | nijtmans | 2008-12-23 | 1 | -0/+6 |
| | |||||
* | Fix [Bug 2459725] | dkf | 2008-12-23 | 1 | -4/+8 |
| | |||||
* | advance tagcore_8_6_b1 | dgp | 2008-12-22 | 1 | -2/+2 |
| | |||||
* | [Bug 2458395] Ensure pkgs directories are suitable and quote the paths. | patthoyts | 2008-12-22 | 1 | -0/+5 |
| | |||||
* | Fix for [Bug 2330040] | Joe Mistachkin | 2008-12-22 | 1 | -0/+5 |
| | |||||
* | Support the pkgs tree | patthoyts | 2008-12-22 | 1 | -0/+4 |
| | |||||
* | 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 |
| | |||||
* | * unix/Makefile.in: Fix broken build of bundled packages when path | das | 2008-12-21 | 1 | -0/+12 |
| | | | | | to build dir contains spaces by switching to relative paths to toplevel build dir. | ||||
* | advance tag | dgp | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Fix minor typo. [Bug 2455165] | dkf | 2008-12-21 | 1 | -0/+4 |
| | |||||
* | advance tag | dgp | 2008-12-21 | 1 | -2/+2 |
| | |||||
* | Revised the zlib objects so that they are | Kevin B Kenny | 2008-12-20 | 1 | -1/+4 |
| | | | | | built directly into the build dir, without building an intermediate static library. | ||||
* | * win/Makefile.in: | Kevin B Kenny | 2008-12-20 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | * 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 | 1 | -39/+44 |
| | | | | (Apparently the gcc used doesn't like a / at the end of a -I argument...) | ||||
* | * changes: Updates for 8.6b1 release. | dgp | 2008-12-20 | 1 | -2/+6 |
| | |||||
* | * unix/Makefile.in: make package install directory of bundled | das | 2008-12-20 | 1 | -0/+14 |
| | | | | | | | | | | | | | * 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 | ||||
* | * doc/NRE.3: Formatting errors found by `make html` | dgp | 2008-12-19 | 1 | -0/+4 |
| | | | | | * 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 | 1 | -0/+1 |
| | |||||
* | Move log entry regarding tdbc from ChangeLog to pkgs/tdbc/ChangeLog | dgp | 2008-12-19 | 1 | -6/+0 |
| | |||||
* | * tests/chanio.test: Add missing [removeFile] cleanups. | dgp | 2008-12-19 | 1 | -0/+2 |
| | |||||
* | 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?) | ||||
* | whitespace | dgp | 2008-12-19 | 1 | -3/+3 |
| | |||||
* | CONSTify TclGetLoadedPackages second param | nijtmans | 2008-12-19 | 1 | -0/+6 |
| | |||||
* | * unix/Makefile.in: Update `make dist` target to include the files | dgp | 2008-12-19 | 1 | -0/+6 |
| | | | | | | | from the compat/zlib directory as well as all the bundled packages found under the pkgs directory, according to their individual `make dist` targets. Change includes breaking a `configure-packages` target out of the `packages` target. | ||||
* | * README: Bump version number to 8.6b1 | dgp | 2008-12-19 | 1 | -0/+15 |
| | | | | | | | | | | | | * generic/tcl.h: * library/init.tcl: * tools/tcl.wse.in: * unix/configure.in: * unix/tcl.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * tests/chanio.test: Replaced [chan event] handlers that | dgp | 2008-12-19 | 1 | -0/+5 |
| | | | | | | returned TCL_RETURN return code, with more conventional ones that return TCL_OK to suppress otherwise strange writes of outdated $::errorInfo values to stderr. [Bug 2444274]. | ||||
* | * win/configure.in: | Kevin B Kenny | 2008-12-19 | 1 | -0/+6 |
| | | | | | * win/Makefile.in: Added build of packages in the 'pkgs/' directory. * win/configure: Autoconf 2.59 | ||||
* | nmake build file support for zlib | patthoyts | 2008-12-19 | 1 | -0/+4 |
| | |||||
* | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 1 | -0/+14 |
| | | | | | | | | | | | | | Rewrite the half-close to properly flush the channel, like is done for a full close, going through FlushChannel, and using the flag BG_FLUSH_SCHEDULED (async flush during close). New functions CloseWrite, CloseChannelPart, new flag CHANNEL_CLOSEDWRITE. * tests/chanio.test (chanio-28.[67]): Reactivated these tests. Replaced tclsh -> [interpreter] to get correct executable for the pipe process, and added after cancel to kill the fail timers when we are done. Removed the explicits calls to [flush], now that [close] handles this correctly. | ||||
* | * generic/tclExecute.c: Disabled apparently faulty assertion. | dgp | 2008-12-18 | 1 | -0/+5 |
| | | | | [Bug 2415422]. | ||||
* | Autoconf wizardry! | dkf | 2008-12-18 | 1 | -0/+1 |
| | |||||
* | Slight improvement of changelog message | dkf | 2008-12-18 | 1 | -1/+3 |
| | |||||
* | Import of zlib 1.2.3 | dkf | 2008-12-18 | 1 | -0/+3 |
| | |||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 1 | -17/+15 |
| | | | | Note that there may be "quality-of-implementation" issues left... | ||||
* | VOID -> void | nijtmans | 2008-12-18 | 1 | -0/+8 |
| | |||||
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 1 | -0/+17 |
| | |||||
* | don't use ckfree((void *)...) but | nijtmans | 2008-12-17 | 1 | -0/+1 |
| | | | | ckfree((char *)...) | ||||
* | General improvements. | dkf | 2008-12-17 | 1 | -1/+6 |
| | |||||
* | * unix/Makefile.in: Modify the distclean-packages target so | dgp | 2008-12-17 | 1 | -0/+3 |
| | | | | that empty build directories are deleted. |