summaryrefslogtreecommitdiff
path: root/src/decompress.c
Commit message (Expand)AuthorAgeFilesLines
* Rename C names to match Lisp symbols better...Paul Eggert2016-03-271-3/+3
* Rework C source files to avoid ^(...Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016...Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directory...Paul Eggert2015-10-201-1/+0
* Remove unused DEFSYMs...Paul Eggert2015-05-311-1/+0
* Give up on -Wsuggest-attribute=const...Paul Eggert2015-01-151-2/+1
* Support const and noreturn DEFUN attributes....Dmitry Antipov2015-01-131-1/+2
* Compute C decls for DEFSYMs automatically...Paul Eggert2015-01-051-2/+0
* Update copyright year to 2015...Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simply...Paul Eggert2014-12-281-32/+19
* Fix bug #18650 with warning about zlib when loading url-vars.el....Eli Zaretskii2014-10-071-5/+5
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Fix recovering from possible decompression error. Since...Dmitry Antipov2013-08-261-3/+4
* Fix a minor issue with loading zlib DLL on MS-Windows....Eli Zaretskii2013-08-171-1/+2
* Spelling fixes.Paul Eggert2013-08-151-1/+1
* * decompress.c (unwind_decompress): Always restore point.Lars Magne Ingebrigtsen2013-08-141-5/+7
* * decompress.c: Minor simplifications....Paul Eggert2013-08-131-5/+3
* Fail zlib-decompress-region if loading zlib on Windows failed....Eli Zaretskii2013-08-131-0/+2
* * decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.Paul Eggert2013-08-131-3/+6
* Fix zlib support on MS-Windows....Eli Zaretskii2013-08-121-3/+10
* Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'....Lars Magne Ingebrigtsen2013-08-121-6/+7
* Minor zlib configuration tweaks....Paul Eggert2013-08-121-4/+4
* Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen2013-08-121-3/+3
* Fix build with zlib on MS-Windows....Eli Zaretskii2013-08-121-3/+77
* * decompress.c: Fix bugs with large buffers and weird inputs....Paul Eggert2013-08-111-47/+53
* Fix decompress gap handling bug...Lars Magne Ingebrigtsen2013-08-111-6/+4
* Add zlib support via the `decompress-gzipped-region' function...Lars Magne Ingebrigtsen2013-08-111-0/+139