From 9817450d161faabcb3de99e8d715402ddf3d0096 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 22 Dec 2007 23:47:18 +0000 Subject: * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, ruby.c, transcode.c: rename rb_ascii_encoding. to rb_ascii8bit_encoding. rb_ascii_encoding is ambiguous with ASCII-8BIT and US-ASCII. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8fe84fd4e..59a0fb2d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 23 08:42:51 2007 Tanaka Akira + + * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, + ruby.c, transcode.c: rename rb_ascii_encoding. to + rb_ascii8bit_encoding. rb_ascii_encoding is ambiguous with + ASCII-8BIT and US-ASCII. + Sun Dec 23 03:35:52 2007 Nobuyoshi Nakada * version.h: use patchlevel if revision is not set. -- cgit