diff options
author | katsu <katsu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-18 14:51:53 +0000 |
---|---|---|
committer | katsu <katsu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-18 14:51:53 +0000 |
commit | 34cdb70d14ea1fdddf3f3991f6097fe5c24310ba (patch) | |
tree | c065f4f7f67acc1ef95562ea305826231c29d6b2 | |
parent | 169ea1511cd6281f0c7bd15daf3e4c45585c88c5 (diff) |
added changelogs about zlib
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 17 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Wed Jun 18 23:41:27 2003 Marc Cartright <[email protected]> + + * ext/zlib/zlib.c (zstream_run): In a particular situation, + deflate/inflate will return Z_BUF_ERROR, even though another call + is required by the zlib library. + Wed Jun 18 01:13:36 2003 why the lucky stiff <[email protected]> * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented. @@ -73,7 +79,7 @@ Fri Jun 13 09:24:39 2003 Shugo Maeda <[email protected]> * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber. * lib/net/ftp.rb (putbinaryfile): rescue FTPPermError. - + Tue Jun 10 14:26:30 2003 why the lucky stiff <[email protected]> * ext/syck/token.c: preserve newlines prepended to a block. @@ -156,7 +162,7 @@ Fri Jun 6 18:33:27 2003 Yukihiro Matsumoto <[email protected]> * signal.c (sig_trap): ditto. - * hash.c (rb_hash_initialize): ditto. + * hash.c (rb_hash_initialize): ditto. * variable.c (rb_f_trace_var): ditto. @@ -1584,6 +1590,11 @@ Mon Apr 7 01:33:31 2003 Yukihiro Matsumoto <[email protected]> returning error causing Proc. Following the principle of "fail early". [ruby-core:00927] +Sun Apr 6 18:29:21 2003 UENO Katsuhiro <[email protected]> + + * ext/zlib/zlib.c: the return value of GzipReader#getc must be + unsigned. + Sun Apr 6 00:35:37 2003 Tanaka Akira <[email protected]> * sample/exyacc.rb: use Regexp in gsub!. @@ -1657,6 +1668,10 @@ Sat Mar 29 09:47:52 2003 Nobuyoshi Nakada <[email protected]> * MANIFEST (ext/aix_mksym.rb): remove obsolete file. +Fri Mar 29 06:21:24 2003 UENO Katsuhiro <[email protected]> + + * ext/zlib: merge from rough. + Fri Mar 28 19:33:39 2003 Nobuyoshi Nakada <[email protected]> * variable.c (rb_class_path): hold temporary class path in a |