From 4372dbcae83b26e63773ccd3f34d775d7537a3c2 Mon Sep 17 00:00:00 2001 From: naruse Date: Sun, 30 Mar 2008 19:16:29 +0000 Subject: * io.c (io_getc): set coderange while getting characters. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5662e08f7..8058767bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 31 04:05:15 2008 NARUSE, Yui + + * io.c (io_getc): set coderange while getting characters. + Sun Mar 30 23:16:49 2008 Yukihiro Matsumoto * proc.c (proc_dup): should copy is_lambda attribute as well. -- cgit