From 161fe52c16a68e38d3d4e357459b2dadd72b2148 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 26 Jan 2008 00:30:28 +0000 Subject: * include/ruby/encoding.h (rb_usascii_encindex): added prototype. * include/ruby/intern.h (rb_usascii_str_new, rb_usascii_str_new2): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c6ebb49a4..b0f3355ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Jan 26 09:30:26 2008 Nobuyoshi Nakada + + * include/ruby/encoding.h (rb_usascii_encindex): added prototype. + + * include/ruby/intern.h (rb_usascii_str_new, rb_usascii_str_new2): + ditto. + Sat Jan 26 09:17:13 2008 NARUSE, Yui * string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when -- cgit