summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-23 10:13:44 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-08-23 10:13:44 +0000
commit0582f1454cf72d08069b4d94bef0f5bed8b59d9c (patch)
tree5a9fa93b4afda8285a64077a575b6a41ef2b7f30
parent287e84114b71b756a6e29630f54be9f21539861d (diff)
downloadruby-0582f1454cf72d08069b4d94bef0f5bed8b59d9c.tar.gz
ruby-0582f1454cf72d08069b4d94bef0f5bed8b59d9c.tar.xz
ruby-0582f1454cf72d08069b4d94bef0f5bed8b59d9c.zip
again, sorry
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c5fa66332..2691695a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
Sat Aug 23 18:56:53 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just
- resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237]
+ resize a string, rb_str_cat() disallows NULL. [ruby-dev:21237]
Sat Aug 23 16:48:41 2003 Keiju Ishitsuka <keiju@ishitsuka.com>