summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-24 13:39:35 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-05-24 13:39:35 +0000
commit560e2e2fbeb13e60c52160c0751094aea169f4e4 (patch)
tree32e62157503596d67bf2c18d5aacd7838c9bac0e /ChangeLog
parentf70d909e7556914b5fac19bb552d8bf713fc6208 (diff)
downloadruby-560e2e2fbeb13e60c52160c0751094aea169f4e4.tar.gz
ruby-560e2e2fbeb13e60c52160c0751094aea169f4e4.tar.xz
ruby-560e2e2fbeb13e60c52160c0751094aea169f4e4.zip
* error.c (syserr_initialize): errno is int.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23556 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 218f016eb..eb109cafa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 24 22:39:33 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * error.c (syserr_initialize): errno is int.
+
Sun May 24 00:52:54 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
* configure.in ($ridir): new configuration. [ruby-core:23520].