summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-06 09:25:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-06 09:25:46 +0000
commit4d0e7ebff913b8d60b65051a87d5238d2c61fe17 (patch)
tree9444741aaa4644e242d804f1dc6b4e26135b2311 /ChangeLog
parentae94ac46028a21d3847d9676b8f5fdff977df276 (diff)
downloadruby-4d0e7ebff913b8d60b65051a87d5238d2c61fe17.tar.gz
ruby-4d0e7ebff913b8d60b65051a87d5238d2c61fe17.tar.xz
ruby-4d0e7ebff913b8d60b65051a87d5238d2c61fe17.zip
* test/iconv/utils.rb (default_test): override not to croak.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 732371201..fe8fc495f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 6 18:25:43 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * test/iconv/utils.rb (default_test): override not to croak.
+
Fri Jun 6 16:41:45 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* include/ruby/win32.h: include ws2tcpip.h. fixed [ruby-Bugs-20528]