summaryrefslogtreecommitdiff
path: root/src/decompress.c
AgeCommit message (Expand)Author
2026-05-23Prefer ptrdiff_t to size_t when either will doPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-08-22Prefer static_assert to verifyStefan Kangas
2024-06-14"Insert before markers" in read_and_insert_process_output properlyDmitry Gutov
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-01Support files compressed by 'pigz'Amritpal Singh
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-03-19Omit unnecessary code when !HAVE_NATIVE_COMPPaul Eggert
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-02Merge remote-tracking branch 'savannah/master' into HEADAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-21Fix Windows build link-time zlib error (bug#45303)Andrea Corallo
2020-03-29; * src/decompress.c: Fix comment style.Eli Zaretskii
2020-01-01Update copyright year to 2020Paul Eggert
2019-04-02Allow partial decompression (Bug#33133)Noam Postavsky
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-20Define get_proc_addr in Cygwin-w32 buildAndy Moreton
2018-08-07More macro renamings for bignumTom Tromey
2018-01-12Make Fzlib_decompress_region always call the change hooks in a balanced way.Alan Mackenzie
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-03-27Rename C names to match Lisp symbols betterPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-05-31Remove unused DEFSYMsPaul Eggert
2015-01-15Give up on -Wsuggest-attribute=constPaul Eggert
2015-01-13Support const and noreturn DEFUN attributes.Dmitry Antipov
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-28Wrap dll functions more simplyPaul Eggert
2014-10-07Fix bug #18650 with warning about zlib when loading url-vars.el.Eli Zaretskii
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-26Fix recovering from possible decompression error. SinceDmitry Antipov
2013-08-17Fix a minor issue with loading zlib DLL on MS-Windows.Eli Zaretskii
2013-08-15Spelling fixes.Paul Eggert
2013-08-14* decompress.c (unwind_decompress): Always restore point.Lars Magne Ingebrigtsen
2013-08-13* decompress.c: Minor simplifications.Paul Eggert
2013-08-13Fail zlib-decompress-region if loading zlib on Windows failed.Eli Zaretskii
2013-08-13* decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.Paul Eggert
2013-08-12Fix zlib support on MS-Windows.Eli Zaretskii
2013-08-12Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.Lars Magne Ingebrigtsen
2013-08-12Minor zlib configuration tweaks.Paul Eggert
2013-08-12Add the zlib prefix to `decompress-gzipped-region'Lars Magne Ingebrigtsen