aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-29 10:11:22 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-10-29 10:11:22 +0000
commitbf31fe3ed0429f5d4f5cb0604932aab29e6ff222 (patch)
tree3d62493fe2e12654cf86ec86f1e4a69a7177567b
parent6b8e5b303f8692a61e7197a714d4b3d608880eaf (diff)
downloadruby-bf31fe3ed0429f5d4f5cb0604932aab29e6ff222.tar.gz
* ext/nkf: follow nkf2.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6991c90934..69db729abb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 29 19:05:33 2004 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ext/nkf: follow nkf2.0.
+
Fri Oct 29 17:18:22 2004 NAKAMURA Usaku <usa@ruby-lang.org>
* parse.y (ripper_s_allocate): add prototype for Microsoft compiler.