summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 03:18:37 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-21 03:18:37 +0000
commit62136c0ab54c9d72b3a5f0df22421d3053a793e1 (patch)
treeb25599ee18f920f7f6af52b92eb3d0118ebe7093 /ChangeLog
parente8efd91a224204d0ead82f576404d5fb4d8a4f87 (diff)
downloadruby-62136c0ab54c9d72b3a5f0df22421d3053a793e1.tar.gz
ruby-62136c0ab54c9d72b3a5f0df22421d3053a793e1.tar.xz
ruby-62136c0ab54c9d72b3a5f0df22421d3053a793e1.zip
* string.c (rb_str_is_ascii_only_p): new method ascii_only?.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ed0502890..01611d97f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 21 12:16:50 2007 Tanaka Akira <akr@fsij.org>
+
+ * string.c (rb_str_is_ascii_only_p): new method ascii_only?.
+
Fri Dec 21 12:00:34 2007 Tanaka Akira <akr@fsij.org>
* configure.in: check langinfo.h and locale.h.