index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decompress.c
Age
Commit message (
Expand
)
Author
2026-05-23
Prefer ptrdiff_t to size_t when either will do
Paul Eggert
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-08-22
Prefer static_assert to verify
Stefan Kangas
2024-06-14
"Insert before markers" in read_and_insert_process_output properly
Dmitry Gutov
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-08-01
Support files compressed by 'pigz'
Amritpal Singh
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-03-19
Omit unnecessary code when !HAVE_NATIVE_COMP
Paul Eggert
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-01-02
Merge remote-tracking branch 'savannah/master' into HEAD
Andrea Corallo
2021-01-01
Update copyright year to 2021
Paul Eggert
2020-12-21
Fix Windows build link-time zlib error (bug#45303)
Andrea Corallo
2020-03-29
; * src/decompress.c: Fix comment style.
Eli Zaretskii
2020-01-01
Update copyright year to 2020
Paul Eggert
2019-04-02
Allow partial decompression (Bug#33133)
Noam Postavsky
2018-12-31
Merge from origin/emacs-26
Paul Eggert
2019-01-01
Update copyright year to 2019
Paul Eggert
2018-08-20
Define get_proc_addr in Cygwin-w32 build
Andy Moreton
2018-08-07
More macro renamings for bignum
Tom Tromey
2018-01-12
Make Fzlib_decompress_region always call the change hooks in a balanced way.
Alan Mackenzie
2018-01-01
Update copyright year to 2018
Paul Eggert
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-03-27
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-05-31
Remove unused DEFSYMs
Paul Eggert
2015-01-15
Give up on -Wsuggest-attribute=const
Paul Eggert
2015-01-13
Support const and noreturn DEFUN attributes.
Dmitry Antipov
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-28
Wrap dll functions more simply
Paul Eggert
2014-10-07
Fix bug #18650 with warning about zlib when loading url-vars.el.
Eli Zaretskii
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-08-26
Fix recovering from possible decompression error. Since
Dmitry Antipov
2013-08-17
Fix a minor issue with loading zlib DLL on MS-Windows.
Eli Zaretskii
2013-08-15
Spelling 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-13
Fail 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-12
Fix zlib support on MS-Windows.
Eli Zaretskii
2013-08-12
Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.
Lars Magne Ingebrigtsen
2013-08-12
Minor zlib configuration tweaks.
Paul Eggert
2013-08-12
Add the zlib prefix to `decompress-gzipped-region'
Lars Magne Ingebrigtsen
[next]