summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-04 05:06:56 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-06-04 05:06:56 +0000
commit9bb642d65aff38f5cf5eba30f3035ec3621a4c2f (patch)
tree049a0df40fe73f0612268b49ac65e099edad469b /ChangeLog
parentefebb5b1570eed385dc07deb6b0e92b55f8ba081 (diff)
* process.c (rb_exec_err): should preserve errno.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35903 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 0034c95cf8..12f0abd77b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Jun 4 14:06:12 2012 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * process.c (rb_exec_err): should preserve errno.
+
Mon Jun 4 13:10:11 2012 NAKAMURA Usaku <usa@ruby-lang.org>
* test/dl/test_c_{struct,union}_entity.rb: broken require.