| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 |
|
|
* | move variable "length" inside if() | nijtmans | 2008-12-17 | 5 | -10/+16 |
|
|
* | 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 |
|
|
* | 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 |
|
|
* | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 5 | -14/+23 |
|
|
* | 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 |
|
|
* | Re-fix [2431847] | ferrieux | 2008-12-16 | 1 | -5/+2 |
|
|
* | * generic/tcl.h: Add TIP 338 routines to stub table. | dgp | 2008-12-16 | 5 | -7/+43 |
|
|
* | Fix line endings damaged by last commit | patthoyts | 2008-12-15 | 1 | -303/+303 |
|
|
* | Fi [Bug 2431847] | dkf | 2008-12-15 | 3 | -3/+17 |
|
|
* | Working towards zlib-based channel transforms | dkf | 2008-12-15 | 1 | -177/+340 |
|
|
* | * doc/AddErrInfo.3: Documented Tcl_(Set|Get)ErrorLine (TIP 336). | dgp | 2008-12-15 | 8 | -36/+70 |
|
|
* | fix 'make checkstubs' failure: make TclGetIndexFromObjList static | das | 2008-12-15 | 1 | -4/+7 |
|
|
* | Fix [Bug 2380293]. Redefine non-strict decoding to ignore only whitespace. | ferrieux | 2008-12-15 | 4 | -12/+24 |
|
|
* | TIP #338 IMPLEMENTATION | dgp | 2008-12-15 | 8 | -228/+172 |
|
|
* | add new zlib files | das | 2008-12-14 | 1 | -1/+7 |
|
|
* | autoheader-2.59 | das | 2008-12-14 | 1 | -0/+3 |
|
|
* | fix warnings | das | 2008-12-14 | 1 | -6/+6 |
|
|
* | Added constraints | dkf | 2008-12-14 | 2 | -18/+23 |
|
|
* | regen | dkf | 2008-12-14 | 2 | -1774/+2924 |
|
|
* | tidy up | dkf | 2008-12-14 | 1 | -150/+150 |
|
|
* | Improve build rules on Win w.r.t. zlib | dkf | 2008-12-14 | 6 | -28/+45 |
|
|
* | Improve docs, start working towards implementing [zlib push] | dkf | 2008-12-13 | 4 | -62/+296 |
|
|
* | Added missing bug numbe | dkf | 2008-12-13 | 1 | -1/+1 |
|
|
* | Many improvements to docs | dkf | 2008-12-13 | 4 | -44/+354 |
|
|
* | change PATH_MAX to MAXPATHLEN (msvc doesn't have PATH_MAX) | nijtmans | 2008-12-12 | 2 | -5/+6 |
|
|
* | Document new DST fallback rules. | nijtmans | 2008-12-12 | 3 | -4/+27 |
|
|
* | Added some more docs | dkf | 2008-12-12 | 1 | -3/+18 |
|
|
* | regen/fix blunders | dkf | 2008-12-12 | 2 | -17/+84 |
|
|
* | Make a bad zlib install less fatal to rest of Tcl for now. | dkf | 2008-12-12 | 4 | -7/+135 |
|
|
* | Fix missing CLOEXEC on internal pipes [2417695] and [chan pipe] fds. | ferrieux | 2008-12-12 | 3 | -2/+16 |
|
|
* | Let code extract gzip headers | dkf | 2008-12-12 | 2 | -454/+142 |
|
|
* | Added test for gzip header access | dkf | 2008-12-12 | 1 | -1/+6 |
|
|
* | Fix [Bug 2419061] | dkf | 2008-12-12 | 2 | -622/+410 |
|
|
* | TIP #322 IMPLEMENTATION | Kevin B Kenny | 2008-12-12 | 2 | -0/+310 |
|
|
* | Eliminate warning: different 'const' qualifiers | nijtmans | 2008-12-11 | 5 | -16/+25 |
|
|
* | * generic/tclIO.c (SetChannelFromAny and related): Modified the | andreas_kupries | 2008-12-11 | 3 | -3/+35 |
|
|
* | Factor out the code to turn zlib errors into Tcl errors. | dkf | 2008-12-11 | 2 | -52/+64 |
|
|
* | Document the zlib command. Not yet complete! | dkf | 2008-12-11 | 2 | -0/+106 |
|
|
* | start of zlib support for windows | dkf | 2008-12-11 | 1 | -1/+17 |
|
|