diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-11 16:57:13 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2008-12-11 16:57:13 (GMT) |
commit | 1e9af660c1936aa10a345ac8f0ee41f74143c698 (patch) | |
tree | 9d61d351b1654984b1b9a642ecd1b5266055cfb3 /ChangeLog | |
parent | 3329ef058527a8da6bd82989598b9b34e85dfe07 (diff) | |
download | tcl-1e9af660c1936aa10a345ac8f0ee41f74143c698.zip tcl-1e9af660c1936aa10a345ac8f0ee41f74143c698.tar.gz tcl-1e9af660c1936aa10a345ac8f0ee41f74143c698.tar.bz2 |
Factor out the code to turn zlib errors into Tcl errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,12 +1,16 @@ 2008-12-11 Donal K. Fellows <dkf@users.sf.net> + * generic/tclZlib.c (ConvertError): Factor out code to turn zlib + errors into Tcl errors. + * doc/zlib.n: Added a start at the documentation. Still very rough. 2008-12-11 Jan Nijtmans <nijtmans@users.sf.net> - * win/Makefile.in: fix Windows build (mingw) for TIP #234 implementation - (additionally, first make sure that zlib is available, and rename the - standard zdll.lib to libz.a, but at least this works so far.) + * win/Makefile.in: fix Windows build (mingw) for TIP #234 + implementation (additionally, first make sure that zlib is available, + and rename the standard zdll.lib to libz.a, but at least this works so + far). 2008-12-11 Donal K. Fellows <dkf@users.sf.net> |