Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: third_party/zlib/README.google

Issue 17358: Apply Gears modifications to zlib to our copy, so we're both using the same... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | third_party/zlib/gzio.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 This library was downloaded from http://www.zlib.net/zlib-1.2.3.zip 1 URL: http://zlib.net/
2 Version: 1.2.3
3 License: zlib
4 License File: LICENSE
2 5
3 Licensing information appears at the top of each source file. 6 Description:
7 General purpose compression library
4 8
5 ZLIB is a compression library compatible with the gzip format. 9 Local Modifications:
6 It has been written by Jean-Loup Gailly and Mark Adler. It is free software. 10 A few minor changes, all marked with "Google":
7 11 - Added #ifdefs to avoid compile warnings when NO_GZCOMPRESS is defined.
8 The minizip contrib package enables extracting files from a .zip archive file. 12 - Removed use of strerror for WinCE in gzio.c.
9 13 - Added 'int z_errno' global for WinCE, to which 'errno' is defined in zutil.h.
10 This directory contains a subset of the source package, just the main source
11 and a single contrib package, minizip.
12
13 Version: 1.2.3
14
15 Learn more at http://www.zlib.net/
OLDNEW
« no previous file with comments | « no previous file | third_party/zlib/gzio.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698