Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
pub
zlib
Commits
50893291
Commit
50893291
authored
11 years ago
by
Mark Adler
Browse files
Options
Download
Email Patches
Plain Diff
zlib 1.2.8
parent
5b5da456
master
v1.2.11
v1.2.10
v1.2.9
v1.2.8
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
ChangeLog
+6
-2
ChangeLog
zlib.3
+1
-1
zlib.3
zlib.3.pdf
+0
-0
zlib.3.pdf
zlib.h
+2
-2
zlib.h
with
9 additions
and
5 deletions
+9
-5
ChangeLog
+
6
-
2
View file @
50893291
ChangeLog file for zlib
Changes in 1.2.8 (xx Apr 2013)
-
Changes in 1.2.8 (28 Apr 2013)
- Update contrib/minizip/iowin32.c for Windows RT [Vollant]
- Do not force Z_CONST for C++
- Clean up contrib/vstudio [Ro§]
- Correct spelling error in zlib.h
- Fix mixed line endings in contrib/vstudio
Changes in 1.2.7.3 (13 Apr 2013)
- Fix version numbers and DLL names in contrib/vstudio/*/zlib.rc
...
...
This diff is collapsed.
Click to expand it.
zlib.3
+
1
-
1
View file @
50893291
.TH ZLIB 3 "
xx
Apr 2013"
.TH ZLIB 3 "
28
Apr 2013"
.SH NAME
zlib \- compression/decompression library
.SH SYNOPSIS
...
...
This diff is collapsed.
Click to expand it.
zlib.3.pdf
+
0
-
0
View file @
50893291
No preview for this file type
This diff is collapsed.
Click to expand it.
zlib.h
+
2
-
2
View file @
50893291
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.8, April
xx
th, 2013
version 1.2.8, April
28
th, 2013
Copyright (C) 1995-2013 Jean-loup Gailly and Mark Adler
...
...
@@ -37,7 +37,7 @@
extern
"C"
{
#endif
#define ZLIB_VERSION "1.2.8
-motley
"
#define ZLIB_VERSION "1.2.8"
#define ZLIB_VERNUM 0x1280
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets