aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-26 00:30:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-26 00:30:28 +0000
commit1f7db0db759dc285134cea0639d505a56699bb69 (patch)
treec02b2523610fa967628b98baad83df4d2d9daba5 /ChangeLog
parentdf17bd4313558b5ff79c48969dec2d30584f3091 (diff)
downloadruby-1f7db0db759dc285134cea0639d505a56699bb69.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@15248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6ebb49a49..b0f3355ac5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Jan 26 09:30:26 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * 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 <naruse@ruby-lang.org>
* string.c (rb_str_new): set US-ASCII and ENC_CODERANGE_7BIT when