summaryrefslogtreecommitdiffstats
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
commit9589e2da98ebc2692258e66c18f6385327638ca8 (patch)
tree3d62493fe2e12654cf86ec86f1e4a69a7177567b
parent8ed2736754cc8cc812e1ba4b83a88df3c7b59150 (diff)
downloadruby-9589e2da98ebc2692258e66c18f6385327638ca8.tar.gz
ruby-9589e2da98ebc2692258e66c18f6385327638ca8.tar.xz
ruby-9589e2da98ebc2692258e66c18f6385327638ca8.zip
* ext/nkf: follow nkf2.0.
git-svn-id: http://svn.ruby-lang.org/repos/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 6991c9093..69db729ab 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.