summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-14 04:31:11 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-01-14 04:31:11 +0000
commit32f518dcd80b73ef17a3c59a6054edd81fc8e74b (patch)
tree9b75e3010b43c9a9b8edd0111fef955742981839 /ChangeLog
parent0ff4feb6a532ba7b485c2fbc1643c18c8b35af3d (diff)
* ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 34b5510b73..01209d45bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,19 @@
+Wed Jan 14 13:31:06 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/iconv/extconf.rb: wrapper iconv.rb is dependent on platform.
+
Tue Jan 13 18:54:28 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
* lib/logger.rb(Logger#msg2str): no special treatment for the object
- which responds to :to_str. commited at 2004-01-11T21:46:27 by
+ which responds to :to_str. commited at 2004-01-11T21:46:27 by
gsinclair.
* lib/logger.rb(LogDevice#initialize): remove type checking if the
- given object is a String. Kernel.open handles it correctly.
+ given object is a String. Kernel.open handles it correctly.
commited at 2004-01-11T21:46:27 by gsinclair.
* test/logger/test_logger.rb: follow above change (ArgumentError ->
- TypeError.) follow above commit.
+ TypeError.) follow above commit.
Tue Jan 13 14:27:13 2004 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>