<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/ext/zlib, branch ruby_1_8</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>merge revision(s) 28080:</title>
<updated>2011-05-20T22:48:12+00:00</updated>
<author>
<name>shyouhei</name>
<email>shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2011-05-20T22:48:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=16d94b7eca6b08c04350116bc21c0da12108a56e'/>
<id>16d94b7eca6b08c04350116bc21c0da12108a56e</id>
<content type='text'>

	* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.
	  This caused failure when test/csv is executed with GC.stress = true.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Signed-off-by: URABE, Shyouhei &lt;shyouhei@ruby-lang.org&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

	* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.
	  This caused failure when test/csv is executed with GC.stress = true.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Signed-off-by: URABE, Shyouhei &lt;shyouhei@ruby-lang.org&gt;

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@31667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in gzip's header</title>
<updated>2011-01-15T14:29:50+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2011-01-15T14:29:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d197cd62f0bb18dddef1d00480b8c7b3c221fba0'/>
<id>d197cd62f0bb18dddef1d00480b8c7b3c221fba0</id>
<content type='text'>
  is the size of uncompressed input data modulo 2^32.
  [ruby-core:34481] http://www.ietf.org/rfc/rfc1952.txt


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  is the size of uncompressed input data modulo 2^32.
  [ruby-core:34481] http://www.ietf.org/rfc/rfc1952.txt


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>.cvsignore: have not been used already.  [Bug #3468]</title>
<updated>2010-08-07T05:43:21+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-08-07T05:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=07e40885722e53c014a39b0c3d9a4d63ad482edb'/>
<id>07e40885722e53c014a39b0c3d9a4d63ad482edb</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@28898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656]</title>
<updated>2010-01-26T13:33:03+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-01-26T13:33:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=5cce9205829d4a7e3d0823c103a4f4dda09c0ec8'/>
<id>5cce9205829d4a7e3d0823c103a4f4dda09c0ec8</id>
<content type='text'>
  patched by Hugh Sasse [ruby-core:27692] [ruby-core:27852]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  patched by Hugh Sasse [ruby-core:27692] [ruby-core:27852]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc.</title>
<updated>2010-01-26T11:20:32+00:00</updated>
<author>
<name>naruse</name>
<email>naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-01-26T11:20:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=09141c06e13107e4c450b30929f367881c90cd1b'/>
<id>09141c06e13107e4c450b30929f367881c90cd1b</id>
<content type='text'>
  patched by Hugh Sasse [ruby-core:27692]

* ext/zlib/doc/zlib.rd: removed.
-This line, and those below, will be ignored--

M    ext/zlib/zlib.c
M    ChangeLog


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  patched by Hugh Sasse [ruby-core:27692]

* ext/zlib/doc/zlib.rd: removed.
-This line, and those below, will be ignored--

M    ext/zlib/zlib.c
M    ChangeLog


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>        * ext/zlib/zlib.c: backport r18029 and r21861 from trunk.</title>
<updated>2010-01-15T22:20:21+00:00</updated>
<author>
<name>nahi</name>
<email>nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2010-01-15T22:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=be546199dc8f04eee5eac40ddc01b5c6cbd36f51'/>
<id>be546199dc8f04eee5eac40ddc01b5c6cbd36f51</id>
<content type='text'>
          * r18029 ext/zlib/zlib.c (rb_deflate_params): flush before
            deflateParams. [ruby-core:17675] (by mame)
          * r21861 ext/zlib/zlib.c (zstream_run): desperately guard the
            variable.  [ruby-core:20576] (by usa)

        * test/zlib/test_zlib.rb: backport deflate tests from trunk.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
          * r18029 ext/zlib/zlib.c (rb_deflate_params): flush before
            deflateParams. [ruby-core:17675] (by mame)
          * r21861 ext/zlib/zlib.c (zstream_run): desperately guard the
            variable.  [ruby-core:20576] (by usa)

        * test/zlib/test_zlib.rb: backport deflate tests from trunk.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/zlib.c: suppress warnings.  backported r9918 and r10358.</title>
<updated>2008-07-23T08:37:27+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-07-23T08:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=97a94b115838314e73f56997f37e4471c4e82cf7'/>
<id>97a94b115838314e73f56997f37e4471c4e82cf7</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo.  [ruby-core:17713]</title>
<updated>2008-07-11T14:51:02+00:00</updated>
<author>
<name>mame</name>
<email>mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-07-11T14:51:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=fa4390eba9f2702daf086e66854490f3064bb3ea'/>
<id>fa4390eba9f2702daf086e66854490f3064bb3ea</id>
<content type='text'>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/zlib.c (rb_deflate_initialize, Init_zlib): Fix up</title>
<updated>2008-06-08T17:44:33+00:00</updated>
<author>
<name>knu</name>
<email>knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-06-08T17:44:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=e48ef5387231abe5eb94c72b06c4e0d1658ecd5f'/>
<id>e48ef5387231abe5eb94c72b06c4e0d1658ecd5f</id>
<content type='text'>
  initialize_copy; [ruby-list:45016], [ruby-list:45018].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  initialize_copy; [ruby-list:45016], [ruby-list:45018].


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@17025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
<entry>
<title>* ext/zlib/extconf.rb: search zlib1, and regard mswin32 later than VC6</title>
<updated>2008-05-29T08:52:31+00:00</updated>
<author>
<name>nobu</name>
<email>nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e</email>
</author>
<published>2008-05-29T08:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=aefc05cd078c62cb6ec8871f9d6cee2fd61534e7'/>
<id>aefc05cd078c62cb6ec8871f9d6cee2fd61534e7</id>
<content type='text'>
  as WIN32.  [ruby-core:16984]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  as WIN32.  [ruby-core:16984]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
</pre>
</div>
</content>
</entry>
</feed>
