index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decompress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow partial decompression (Bug#33133)
Noam Postavsky
2019-04-02
1
-5
/
+17
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Define get_proc_addr in Cygwin-w32 build
Andy Moreton
2018-08-20
1
-0
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-2
/
+2
*
|
Make Fzlib_decompress_region always call the change hooks in a balanced way.
Alan Mackenzie
2018-01-12
1
-5
/
+24
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Replace QUIT with maybe_quit
Paul Eggert
2017-01-25
1
-1
/
+1
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
Rename C names to match Lisp symbols better
Paul Eggert
2016-03-27
1
-3
/
+3
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+0
*
Remove unused DEFSYMs
Paul Eggert
2015-05-31
1
-1
/
+0
*
Give up on -Wsuggest-attribute=const
Paul Eggert
2015-01-15
1
-2
/
+1
*
Support const and noreturn DEFUN attributes.
Dmitry Antipov
2015-01-13
1
-1
/
+2
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-2
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Wrap dll functions more simply
Paul Eggert
2014-12-28
1
-32
/
+19
*
Fix bug #18650 with warning about zlib when loading url-vars.el.
Eli Zaretskii
2014-10-07
1
-5
/
+5
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Fix recovering from possible decompression error. Since
Dmitry Antipov
2013-08-26
1
-3
/
+4
*
Fix a minor issue with loading zlib DLL on MS-Windows.
Eli Zaretskii
2013-08-17
1
-1
/
+2
*
Spelling fixes.
Paul Eggert
2013-08-15
1
-1
/
+1
*
* decompress.c (unwind_decompress): Always restore point.
Lars Magne Ingebrigtsen
2013-08-14
1
-5
/
+7
*
* decompress.c: Minor simplifications.
Paul Eggert
2013-08-13
1
-5
/
+3
*
Fail zlib-decompress-region if loading zlib on Windows failed.
Eli Zaretskii
2013-08-13
1
-0
/
+2
*
* decompress.c (Fzlib_decompress_region): Try to clarify 'avail_out'.
Paul Eggert
2013-08-13
1
-3
/
+6
*
Fix zlib support on MS-Windows.
Eli Zaretskii
2013-08-12
1
-3
/
+10
*
Rename `zlib-decompress-gzipped-region' to `zlib-decompress-region'.
Lars Magne Ingebrigtsen
2013-08-12
1
-6
/
+7
*
Minor zlib configuration tweaks.
Paul Eggert
2013-08-12
1
-4
/
+4
*
Add the zlib prefix to `decompress-gzipped-region'
Lars Magne Ingebrigtsen
2013-08-12
1
-3
/
+3
*
Fix build with zlib on MS-Windows.
Eli Zaretskii
2013-08-12
1
-3
/
+77
*
* decompress.c: Fix bugs with large buffers and weird inputs.
Paul Eggert
2013-08-11
1
-47
/
+53
*
Fix decompress gap handling bug
Lars Magne Ingebrigtsen
2013-08-11
1
-6
/
+4
*
Add zlib support via the `decompress-gzipped-region' function
Lars Magne Ingebrigtsen
2013-08-11
1
-0
/
+139