<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zlib/examples, branch v1.2.7.1</title>
<subtitle>A mirror of https://github.com/madler/zlib.git
</subtitle>
<id>https://git.lua4.win/zlib/atom?h=v1.2.7.1</id>
<link rel='self' href='https://git.lua4.win/zlib/atom?h=v1.2.7.1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/'/>
<updated>2012-10-11T23:10:59+00:00</updated>
<entry>
<title>Check for input buffer malloc failure in examples/gzappend.c.</title>
<updated>2012-10-11T23:10:59+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-10-11T23:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=e69a9ceee0f38e817fc87930ad9792aada3d82fe'/>
<id>urn:sha1:e69a9ceee0f38e817fc87930ad9792aada3d82fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix memory allocation error in examples/zran.c [Nor].</title>
<updated>2012-09-30T05:37:55+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-09-30T04:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=bd143f1c0a24075b2ec063a91f7b2b4b3b3b6ad8'/>
<id>urn:sha1:bd143f1c0a24075b2ec063a91f7b2b4b3b3b6ad8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid shift equal to bits in type (caused endless loop).</title>
<updated>2012-08-19T01:07:26+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-19T00:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=17068938ce5544ec3728402abd39bf3c55aec113'/>
<id>urn:sha1:17068938ce5544ec3728402abd39bf3c55aec113</id>
<content type='text'>
Also clean up comparisons between different types, and some odd
indentation problems that showed up somehow.

A new endless loop was introduced by the clang compiler, which
apparently does odd things when the right operand of &lt;&lt; is equal to
or greater than the number of bits in the type.  The C standard in
fact states that the behavior of &lt;&lt; is undefined in that case.  The
loop was rewritten to use single-bit shifts.
</content>
</entry>
<entry>
<title>Clean up examples/gzlog.[ch] comparisons of different types.</title>
<updated>2012-08-19T01:07:04+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-14T07:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=3d9df6ecf83a41a3990fbff5c276f854d158e8ad'/>
<id>urn:sha1:3d9df6ecf83a41a3990fbff5c276f854d158e8ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Clean up examples/gzjoin.c for z_const usage.</title>
<updated>2012-08-14T07:30:44+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-14T07:30:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=a2981775a91d762c1747e987e30aaa022e0393fd'/>
<id>urn:sha1:a2981775a91d762c1747e987e30aaa022e0393fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix example/gzappend.c for proper z_const usage.</title>
<updated>2012-08-14T07:29:58+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-14T07:29:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=aa210a1b84615440e0f7fb84e03e0a5f17872279'/>
<id>urn:sha1:aa210a1b84615440e0f7fb84e03e0a5f17872279</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update examples/gun.c for proper z_const usage.</title>
<updated>2012-08-14T04:49:10+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-08-14T04:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=360c3e9532a7086ed252e3ab187d03fb6b86c4ca'/>
<id>urn:sha1:360c3e9532a7086ed252e3ab187d03fb6b86c4ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix argument checks in gzlog_compress() and gzlog_write().</title>
<updated>2012-07-09T00:01:13+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2012-07-09T00:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=fb4e0599a5ddaef9eee726f786b9edef4943432b'/>
<id>urn:sha1:fb4e0599a5ddaef9eee726f786b9edef4943432b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move example.c and minigzip.c to test/.</title>
<updated>2011-11-27T22:15:32+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-11-22T02:56:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1b57de3aef88bd0a7b80c11db3631281b08b650a'/>
<id>urn:sha1:1b57de3aef88bd0a7b80c11db3631281b08b650a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move example.c and minigzip.c to examples/ directory.</title>
<updated>2011-10-09T16:50:48+00:00</updated>
<author>
<name>Mark Adler</name>
<email>madler@alumni.caltech.edu</email>
</author>
<published>2011-10-09T16:50:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/zlib/commit/?id=1bd2fa1b241d24dc444f17d217429780f0b657c0'/>
<id>urn:sha1:1bd2fa1b241d24dc444f17d217429780f0b657c0</id>
<content type='text'>
</content>
</entry>
</feed>
