summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7e1c7a0ec..31c0b047f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Aug 9 07:16:00 2013 Charlie Somerville <charliesome@ruby-lang.org>
+
+ * ext/io/console/console.c: delete redefinition of rb_cloexec_open.
+ This function is always defined by io.c and is declared as non-static
+ in a header file, so this declaration causes a compilation error.
+
Fri Aug 9 19:13:54 2013 Koichi Sasada <ko1@atdot.net>
* NEWS: update about new methods for Binding.