index
:
software/emacs-mirror
rekado-webkit
Unnamed repository; edit this file 'description' to name the repository.
Fcgiwrap Daemon
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
decompress.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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