From b5f72bc6cb12301a5bc0dfdaf54d1d3d23c7948d Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 6 Jan 2004 14:00:54 +0000 Subject: * eval.c (rb_mod_modfunc): should break if m has no super class. [ruby-dev:22498] * backport changes from 1.9 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 26a09a5eb..ad7d10a57 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +Tue Jan 6 22:13:34 2004 Yukihiro Matsumoto + + * eval.c (rb_mod_modfunc): should break if m has no super class. + [ruby-dev:22498] + Tue Jan 6 21:55:02 2004 Nobuyoshi Nakada - * io.c (fptr_finalize): should save errno just after failure. + * io.c (fptr_finalize): should save errno just after failure.w [ruby-dev:22492] Tue Jan 6 14:53:14 2004 Dave Thomas @@ -71,7 +76,16 @@ Fri Jan 2 14:54:11 2004 Dave Thomas Fix problem with labels not displaying in RI labeled lists using BS and ANSI modes. -Wed Dec 31 11:20:34 2003 +Fri Jan 2 01:50:13 2004 Yukihiro Matsumoto + + * io.c (argf_eof): ARGF.eof? should not have any side effect. + [ruby-dev:22469] + +Wed Dec 31 17:25:17 2003 Yukihiro Matsumoto + + * io.c (argf_each_byte): should return self. [ruby-dev:22465] + +Wed Dec 31 11:20:34 2003 Dave Thomas * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::do_methods): Make file referenced in "// in sss.c" relative to current file. @@ -87,6 +101,19 @@ Wed Dec 31 01:33:05 2003 Dave Thomas * array.c, error.c, eval.c, io.c, prec.c, range.c, re.c, string.c, time.c: Add RDoc for Kernel functions, and tidy. +Tue Dec 30 19:39:14 2003 Yukihiro Matsumoto + + * io.c (rb_f_readline): should raise EOFError at the end of + files. [ruby-dev:22458] + + * io.c (argf_read): should concatenate input files when length + argument is nil. [ruby-dev:22450] + + * io.c (argf_read): should update supplied string buffer (2nd + argument) even when IO#read is called multiple times. + + * io.c: should initialize lineno by zero. [ruby-dev:22460] + Tue Dec 30 12:30:30 2003 Dave Thomas * lib/rdoc/code_objects.rb (RDoc::Context::find_symbol): If a -- cgit