diff options
author | Joel Brobecker <brobecker@adacore.com> | 2015-11-25 15:09:09 -0800 |
---|---|---|
committer | Joel Brobecker <brobecker@adacore.com> | 2015-11-25 15:14:47 -0800 |
commit | da09a436519e8085d328a586c438b5b0a560924d (patch) | |
tree | 00c45547fe27ee944ef36f7260a241e9d287a17b /zlib/examples/gzlog.h | |
parent | 74b03b91333ccbc8fa70647eca22062e902f797f (diff) | |
download | gdb-da09a436519e8085d328a586c438b5b0a560924d.zip gdb-da09a436519e8085d328a586c438b5b0a560924d.tar.gz gdb-da09a436519e8085d328a586c438b5b0a560924d.tar.bz2 |
Import zlib 1.2.8 with local change merged in.
ChangeLog:
* zlib: Update to zlib 1.2.8 with local changes merged in.
Diffstat (limited to 'zlib/examples/gzlog.h')
-rw-r--r-- | zlib/examples/gzlog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zlib/examples/gzlog.h b/zlib/examples/gzlog.h index c461426..86f0cec 100644 --- a/zlib/examples/gzlog.h +++ b/zlib/examples/gzlog.h @@ -1,6 +1,6 @@ /* gzlog.h - Copyright (C) 2004, 2008 Mark Adler, all rights reserved - version 2.0, 25 Apr 2008 + Copyright (C) 2004, 2008, 2012 Mark Adler, all rights reserved + version 2.2, 14 Aug 2012 This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages @@ -27,6 +27,8 @@ Interface changed slightly in that now path is a prefix Compression now occurs as needed during gzlog_write() gzlog_write() now always leaves the log file as valid gzip + 2.1 8 Jul 2012 Fix argument checks in gzlog_compress() and gzlog_write() + 2.2 14 Aug 2012 Clean up signed comparisons */ /* |