Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * 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. | ||||
* | * unix/Makefile.in: Update `make dist` target to include the files | dgp | 2008-12-19 | 2 | -4/+63 |
| | | | | | | | 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 | 10 | -6272/+6325 |
| | | | | | | | | | | | | * 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 | 2 | -5/+16 |
| | | | | | | 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 | 4 | -2510/+1878 |
| | | | | | * 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 | 2 | -10/+32 |
| | |||||
* | * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf): | andreas_kupries | 2008-12-18 | 4 | -28/+274 |
| | | | | | | | | | | | | | 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 | 2 | -2/+9 |
| | | | | [Bug 2415422]. | ||||
* | Corrections to make things work with msys | dkf | 2008-12-18 | 1 | -3/+3 |
| | |||||
* | regen | dkf | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Wizzardry need more backslash! | dkf | 2008-12-18 | 1 | -2/+2 |
| | |||||
* | Formatting cleanup. | dkf | 2008-12-18 | 12 | -84/+83 |
| | |||||
* | Add missing flush for half-close of the write side | ferrieux | 2008-12-18 | 1 | -1/+16 |
| | |||||
* | Try to do the wizardry again... | dkf | 2008-12-18 | 3 | -428/+19 |
| | |||||
* | regen | dkf | 2008-12-18 | 1 | -6305/+6276 |
| | |||||
* | Autoconf wizardry! | dkf | 2008-12-18 | 3 | -15/+30 |
| | |||||
* | Slight improvement of changelog message | dkf | 2008-12-18 | 1 | -1/+3 |
| | |||||
* | Import of zlib 1.2.3 | dkf | 2008-12-18 | 53 | -0/+16015 |
| | |||||
* | Converted 'if 0' into 'knownBug' constraints | dkf | 2008-12-18 | 1 | -242/+80 |
| | |||||
* | Compressing and decompressing channel transformation support. | dkf | 2008-12-18 | 4 | -172/+408 |
| | | | | Note that there may be "quality-of-implementation" issues left... | ||||
* | Temporarily disable half-close test because of issue in tcltest cleanup | ferrieux | 2008-12-18 | 1 | -3/+3 |
| | |||||
* | Remove obsolete PipeCloseProc | ferrieux | 2008-12-18 | 1 | -83/+1 |
| | |||||
* | VOID -> void | nijtmans | 2008-12-18 | 6 | -17/+25 |
| | |||||
* | fix line endings | dgp | 2008-12-18 | 2 | -8209/+8209 |
| | |||||
* | TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channels | ferrieux | 2008-12-18 | 13 | -8227/+8712 |
| | |||||
* | Now with *nearly* working gzipping channels... | dkf | 2008-12-18 | 1 | -91/+99 |
| | |||||
* | don't use ckfree((void *)...) but | nijtmans | 2008-12-17 | 2 | -3/+4 |
| | | | | ckfree((char *)...) | ||||
* | General improvements. | dkf | 2008-12-17 | 2 | -85/+77 |
| | |||||
* | typos in comments | dgp | 2008-12-17 | 1 | -5/+5 |
| | |||||
* | * unix/Makefile.in: Modify the distclean-packages target so | dgp | 2008-12-17 | 2 | -2/+7 |
| | | | | that empty build directories are deleted. | ||||
* | move variable "length" inside if() | nijtmans | 2008-12-17 | 5 | -10/+16 |
| | | | | | don't use ckfree((void *)...) but ckfree((char *)...) | ||||
* | Fix [Bug 2433936] | dkf | 2008-12-17 | 3 | -118/+40 |
| | |||||
* | * unix/Makefile.in: Add build support for collections of TEA | dgp | 2008-12-17 | 4 | -6282/+6400 |
| | | | | | | | * unix/configure.in: packages found under the pkgs directory. [Patch 1163406]. Still needs porting to Windows. * unix/configure: autoconf-2.59 | ||||
* | Removed unused flag. | dkf | 2008-12-17 | 3 | -120/+221 |
| | |||||
* | Start "pkgs" module in CVS to support source distributions of Tcl with | dgp | 2008-12-17 | 1 | -0/+1 |
| | | | | bundled packages. | ||||
* | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 5 | -14/+23 |
| | | | | use TclNewLiteralStringObj() | ||||
* | Added tests for [throw] and [try]. | dkf | 2008-12-16 | 2 | -41/+564 |
| | |||||
* | Fix bug in 'trap' handlers (introduced by DKF's editing originally) | dkf | 2008-12-16 | 1 | -2/+2 |
| | |||||
* | Docs for TIP 329. | dkf | 2008-12-16 | 3 | -0/+155 |
| | |||||
* | First implementation of TIP#329 | dkf | 2008-12-16 | 2 | -19/+222 |
| |