aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 09:47:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-15 09:47:58 +0000
commitd2a377d747c707bed4c2fb880fe4147807801e08 (patch)
tree42097a167606627dcc8424bf2bfcbc49f7c51b37 /ChangeLog
parent648c0f7c80df58bdbcb5ce89c361219e4adf83fb (diff)
downloadruby-d2a377d747c707bed4c2fb880fe4147807801e08.tar.gz
* enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; use
enc argument instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b03850227d..400be9ab65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 15 18:44:46 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; use
+ enc argument instead.
+
Tue Jan 15 18:05:26 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.