mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
added changelogs about zlib
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
169ea1511c
commit
34cdb70d14
1 changed files with 17 additions and 2 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,9 @@
|
|||
Wed Jun 18 23:41:27 2003 Marc Cartright <marc@isri.unlv.edu>
|
||||
|
||||
* 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 <ruby-cvs@whytheluckystiff.net>
|
||||
|
||||
* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.
|
||||
|
@ -73,7 +79,7 @@ Fri Jun 13 09:24:39 2003 Shugo Maeda <shugo@ruby-lang.org>
|
|||
* 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 <ruby-cvs@whytheluckystiff.net>
|
||||
|
||||
* ext/syck/token.c: preserve newlines prepended to a block.
|
||||
|
@ -156,7 +162,7 @@ Fri Jun 6 18:33:27 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
|
|||
|
||||
* 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 <matz@ruby-lang.org>
|
|||
returning error causing Proc. Following the principle of "fail
|
||||
early". [ruby-core:00927]
|
||||
|
||||
Sun Apr 6 18:29:21 2003 UENO Katsuhiro <katsu@blue.sky.or.jp>
|
||||
|
||||
* ext/zlib/zlib.c: the return value of GzipReader#getc must be
|
||||
unsigned.
|
||||
|
||||
Sun Apr 6 00:35:37 2003 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* sample/exyacc.rb: use Regexp in gsub!.
|
||||
|
@ -1657,6 +1668,10 @@ Sat Mar 29 09:47:52 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
|||
|
||||
* MANIFEST (ext/aix_mksym.rb): remove obsolete file.
|
||||
|
||||
Fri Mar 29 06:21:24 2003 UENO Katsuhiro <katsu@blue.sky.or.jp>
|
||||
|
||||
* ext/zlib: merge from rough.
|
||||
|
||||
Fri Mar 28 19:33:39 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
|
||||
|
||||
* variable.c (rb_class_path): hold temporary class path in a
|
||||
|
|
Loading…
Reference in a new issue