summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* CONSTify TclGetLoadedPackages second paramnijtmans2008-12-194-15/+21
* add symbols deflateSetHeader and inflateGetHeader to win32/zlib.defnijtmans2008-12-194-5/+15
* * unix/Makefile.in: Update `make dist` target to include the filesdgp2008-12-192-4/+63
* * README: Bump version number to 8.6b1dgp2008-12-1910-6272/+6325
* * tests/chanio.test: Replaced [chan event] handlers thatdgp2008-12-192-5/+16
* * win/configure.in:Kevin B Kenny2008-12-194-2510/+1878
* nmake build file support for zlibpatthoyts2008-12-192-10/+32
* * generic/tclIO.c (Tcl_CloseEx,CloseWrite,CloseChannelPart,ChanCloseHalf):andreas_kupries2008-12-184-28/+274
* * generic/tclExecute.c: Disabled apparently faulty assertion.dgp2008-12-182-2/+9
* Corrections to make things work with msysdkf2008-12-181-3/+3
* regendkf2008-12-181-1/+1
* Wizzardry need more backslash!dkf2008-12-181-2/+2
* Formatting cleanup.dkf2008-12-1812-84/+83
* Add missing flush for half-close of the write sideferrieux2008-12-181-1/+16
* Try to do the wizardry again...dkf2008-12-183-428/+19
* regendkf2008-12-181-6305/+6276
* Autoconf wizardry!dkf2008-12-183-15/+30
* Slight improvement of changelog messagedkf2008-12-181-1/+3
* Import of zlib 1.2.3dkf2008-12-1853-0/+16015
* Converted 'if 0' into 'knownBug' constraintsdkf2008-12-181-242/+80
* Compressing and decompressing channel transformation support.dkf2008-12-184-172/+408
* Temporarily disable half-close test because of issue in tcltest cleanupferrieux2008-12-181-3/+3
* Remove obsolete PipeCloseProcferrieux2008-12-181-83/+1
* VOID -> voidnijtmans2008-12-186-17/+25
* fix line endingsdgp2008-12-182-8209/+8209
* TIP #332 IMPLEMENTATION - Half-Close for Bidirectional Channelsferrieux2008-12-1813-8227/+8712
* Now with *nearly* working gzipping channels...dkf2008-12-181-91/+99
* don't use ckfree((void *)...) butnijtmans2008-12-172-3/+4
* General improvements.dkf2008-12-172-85/+77
* typos in commentsdgp2008-12-171-5/+5
* * unix/Makefile.in: Modify the distclean-packages target sodgp2008-12-172-2/+7
* move variable "length" inside if()nijtmans2008-12-175-10/+16
* Fix [Bug 2433936]dkf2008-12-173-118/+40
* * unix/Makefile.in: Add build support for collections of TEAdgp2008-12-174-6282/+6400
* Removed unused flag.dkf2008-12-173-120/+221
* Start "pkgs" module in CVS to support source distributions of Tcl withdgp2008-12-171-0/+1
* eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-165-14/+23
* Added tests for [throw] and [try].dkf2008-12-162-41/+564
* Fix bug in 'trap' handlers (introduced by DKF's editing originally)dkf2008-12-161-2/+2
* Docs for TIP 329.dkf2008-12-163-0/+155
* First implementation of TIP#329dkf2008-12-162-19/+222
* Re-fix [2431847]ferrieux2008-12-161-5/+2
* * generic/tcl.h: Add TIP 338 routines to stub table.dgp2008-12-165-7/+43
* Fix line endings damaged by last commitpatthoyts2008-12-151-303/+303
* Fi [Bug 2431847]dkf2008-12-153-3/+17
* Working towards zlib-based channel transformsdkf2008-12-151-177/+340