From 362c468cceba21361da888d51460335e223366a4 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 14 Apr 2003 09:04:43 +0000 Subject: * rubyio.h (struct OpenFile): add error raise flag to finalizer. * io.c (Init_IO): define $/, $-0, and $\ as string-only variables. * string.c (rb_str_split_m): does not generate empty string if there's no match in the receiver. * io.c (fptr_finalize): should raise error on EBADF for readable IOs as well. * file.c (rb_stat): use rb_check_convert_type() to retrieve IO. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3679 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2cf54708f..0a11d9b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Apr 14 03:22:33 2003 Yukihiro Matsumoto + + * rubyio.h (struct OpenFile): add error raise flag to finalizer. + + * io.c (Init_IO): define $/, $-0, and $\ as string-only + variables. + + * string.c (rb_str_split_m): does not generate empty string if + there's no match in the receiver. + + * io.c (fptr_finalize): should raise error on EBADF for readable + IOs as well. + Mon Apr 14 15:54:18 2003 Nobuyoshi Nakada * bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix. @@ -22,6 +35,10 @@ Sat Apr 12 20:59:40 2003 Nobuyoshi Nakada * misc/ruby-mode.el (ruby-forward-sexp, ruby-backward-sexp): support special char literal, and negative arguments. +Sat Apr 12 17:52:47 2003 Yukihiro Matsumoto + + * file.c (rb_stat): use rb_check_convert_type() to retrieve IO. + Fri Apr 11 19:00:14 2003 Nobuyoshi Nakada * win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007] -- cgit