use dynwind_begin and dynwind_end
[bpt/emacs.git] / src / decompress.c
2015-04-18 BT Templetonuse dynwind_begin and dynwind_end
2015-04-18 BT Templetonuse guile-snarf for subr definition
2014-02-24 Bill WohlerMerge from trunk; up to 2014-02-23T23:41:17Z!lekktu...
2014-01-01 Paul EggertUpdate copyright year to 2014 by running admin/update...
2013-11-23 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:37:57Z!rgm...
2013-09-17 Glenn MorrisMerge from emacs-24; up to 2013-01-03T02:31:36Z!rgm...
2013-09-05 Eli ZaretskiiMerge from trunk after a lot of time.
2013-09-04 Xue FuqiaoMerge from mainline.
2013-08-27 Glenn MorrisMerge from emacs-24; up to 2013-01-03T01:56:56Z!rgm...
2013-08-26 Dmitry AntipovFix recovering from possible decompression error. ...
2013-08-17 Eli ZaretskiiFix a minor issue with loading zlib DLL on MS-Windows.
2013-08-16 Paul EggertSpelling fixes.
2013-08-14 Lars Magne Ingebri... * decompress.c (unwind_decompress): Always restore...
2013-08-13 Paul Eggert* decompress.c: Minor simplifications.
2013-08-13 Eli ZaretskiiFail zlib-decompress-region if loading zlib on Windows...
2013-08-13 Paul Eggert* decompress.c (Fzlib_decompress_region): Try to clarif...
2013-08-13 Glenn MorrisMerge from emacs-24; up to 2013-01-02T16:37:04Z!eggert...
2013-08-12 Eli ZaretskiiFix zlib support on MS-Windows.
2013-08-12 Lars Magne Ingebri... Rename `zlib-decompress-gzipped-region' to `zlib-decomp...
2013-08-12 Paul EggertMinor zlib configuration tweaks.
2013-08-12 Lars Magne Ingebri... Add the zlib prefix to `decompress-gzipped-region'
2013-08-12 Eli ZaretskiiFix build with zlib on MS-Windows.
2013-08-12 Glenn MorrisMerge from emacs-24; up to 2013-01-02T10:15:31Z!michael...
2013-08-11 Paul Eggert* decompress.c: Fix bugs with large buffers and weird...
2013-08-11 Lars Magne Ingebri... Fix decompress gap handling bug
2013-08-11 Lars Magne Ingebri... Add zlib support via the `decompress-gzipped-region...