summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2008-12-11 16:57:13 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2008-12-11 16:57:13 (GMT)
commit1e9af660c1936aa10a345ac8f0ee41f74143c698 (patch)
tree9d61d351b1654984b1b9a642ecd1b5266055cfb3 /ChangeLog
parent3329ef058527a8da6bd82989598b9b34e85dfe07 (diff)
downloadtcl-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--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 86f4048..9a39202 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>