Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Zlib
提交
defd366a
T
Third Party Zlib
项目概览
OpenHarmony
/
Third Party Zlib
1 年多 前同步成功
通知
16
Star
112
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Zlib
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
defd366a
编写于
1月 15, 2012
作者:
M
Mark Adler
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zlib 1.2.5.3
上级
68f64498
变更
4
显示空白变更内容
内联
并排
Showing
4 changed file
with
19 addition
and
7 deletion
+19
-7
ChangeLog
ChangeLog
+14
-2
zlib.3
zlib.3
+2
-2
zlib.3.pdf
zlib.3.pdf
+0
-0
zlib.h
zlib.h
+3
-3
未找到文件。
ChangeLog
浏览文件 @
defd366a
ChangeLog file for zlib
Changes in 1.2.5.3 (xx Dec 2011)
-
Changes in 1.2.5.3 (15 Jan 2012)
- Restore gzgetc function for binary compatibility
- Do not use _lseeki64 under Borland C++ [Truta]
- Update win32/Makefile.msc to build test/*.c [Truta]
- Remove old/visualc6 given CMakefile and other alternatives
- Update AS400 build files and documentation [Monnerat]
- Update win32/Makefile.gcc to build test/*.c [Truta]
- Permit stronger flushes after Z_BLOCK flushes
- Avoid extraneous empty blocks when doing empty flushes
- Permit Z_NULL arguments to deflatePending
- Allow deflatePrime() to insert bits in the middle of a stream
- Remove second empty static block for Z_PARTIAL_FLUSH
- Write out all of the available bits when using Z_BLOCK
- Insert the first two strings in the hash table after a flush
Changes in 1.2.5.2 (17 Dec 2011)
- fix ld error: unable to find version dependency 'ZLIB_1.2.5'
...
...
zlib.3
浏览文件 @
defd366a
.TH ZLIB 3 "
xx Dec 2011
"
.TH ZLIB 3 "
15 Jan 2012
"
.SH NAME
zlib \- compression/decompression library
.SH SYNOPSIS
...
...
@@ -126,7 +126,7 @@ Send questions and/or comments to zlib@gzip.org,
or (for the Windows DLL version) to Gilles Vollant (info@winimage.com).
.SH AUTHORS
Version 1.2.5.3
Copyright (C) 1995-201
1
Jean-loup Gailly (jloup@gzip.org)
Copyright (C) 1995-201
2
Jean-loup Gailly (jloup@gzip.org)
and Mark Adler (madler@alumni.caltech.edu).
.LP
This software is provided "as-is,"
...
...
zlib.3.pdf
浏览文件 @
defd366a
无法预览此类型文件
zlib.h
浏览文件 @
defd366a
/* zlib.h -- interface of the 'zlib' general purpose compression library
version 1.2.5.3,
December xxth, 2011
version 1.2.5.3,
January 15th, 2012
Copyright (C) 1995-201
1
Jean-loup Gailly and Mark Adler
Copyright (C) 1995-201
2
Jean-loup Gailly and Mark Adler
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
...
...
@@ -37,7 +37,7 @@
extern
"C"
{
#endif
#define ZLIB_VERSION "1.2.5.3
-motley
"
#define ZLIB_VERSION "1.2.5.3"
#define ZLIB_VERNUM 0x1253
#define ZLIB_VER_MAJOR 1
#define ZLIB_VER_MINOR 2
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录