summaryrefslogtreecommitdiff
path: root/src/decompress.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert2022-03-191-4/+6
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-021-1/+1
|\
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-211-0/+102
|/
* ; * src/decompress.c: Fix comment style.Eli Zaretskii2020-03-291-3/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-021-5/+17
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-201-0/+1
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | Make Fzlib_decompress_region always call the change hooks in a balanced way.Alan Mackenzie2018-01-121-5/+24
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-271-3/+3
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-151-2/+1
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-1/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-2/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Wrap dll functions more simplyPaul 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. SinceDmitry 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 bugLars Magne Ingebrigtsen2013-08-111-6/+4
* Add zlib support via the `decompress-gzipped-region' functionLars Magne Ingebrigtsen2013-08-111-0/+139