summaryrefslogtreecommitdiff
path: root/src/decompress.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert2022-03-19
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo2021-01-02
|\
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Fix Windows build link-time zlib error (bug#45303)Andrea Corallo2020-12-21
|/
* ; * src/decompress.c: Fix comment style.Eli Zaretskii2020-03-29
* Update copyright year to 2020Paul Eggert2020-01-01
* Allow partial decompression (Bug#33133)Noam Postavsky2019-04-02
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Define get_proc_addr in Cygwin-w32 buildAndy Moreton2018-08-20
* | More macro renamings for bignumTom Tromey2018-08-07
* | Make Fzlib_decompress_region always call the change hooks in a balanced way.Alan Mackenzie2018-01-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Replace QUIT with maybe_quitPaul Eggert2017-01-25
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Rename C names to match Lisp symbols betterPaul Eggert2016-03-27
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Remove unused DEFSYMsPaul Eggert2015-05-31
* Give up on -Wsuggest-attribute=constPaul Eggert2015-01-15
* Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-13
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Wrap dll functions more simplyPaul Eggert2014-12-28
* Fix bug #18650 with warning about zlib when loading url-vars.el.Eli Zaretskii2014-10-07
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Fix recovering from possible decompression error. SinceDmitry Antipov2013-08-26
* Fix a minor issue with loading zlib DLL on MS-Windows.Eli Zaretskii2013-08-17
* Spelling fixes.Paul Eggert2013-08-15
* * decompress.c (unwind_decompress): Always restore point.Lars Magne Ingebrigtsen2013-08-14
* * decompress.c: Minor simplifications.Paul Eggert2013-08-13
* Fail zlib-decompress-region if loading zlib on Windows failed.Eli Zaretskii2013-08-13
* * decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.Paul Eggert2013-08-13
* Fix zlib support on MS-Windows.Eli Zaretskii2013-08-12
* Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.Lars Magne Ingebrigtsen2013-08-12
* Minor zlib configuration tweaks.Paul Eggert2013-08-12
* Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen2013-08-12
* Fix build with zlib on MS-Windows.Eli Zaretskii2013-08-12
* * decompress.c: Fix bugs with large buffers and weird inputs.Paul Eggert2013-08-11
* Fix decompress gap handling bugLars Magne Ingebrigtsen2013-08-11
* Add zlib support via the `decompress-gzipped-region' functionLars Magne Ingebrigtsen2013-08-11