aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-16 16:49:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-16 16:49:39 +0000
commitfbdd08b8c2c2a82d95ecb07673d429335d7af3c2 (patch)
tree53acf41c0e85ea3c51eaf18b448d5cc2ac61f0c0 /ChangeLog
parenta66a9fbb10608bc81fb466d1ad57805ce1134b7e (diff)
downloadruby-fbdd08b8c2c2a82d95ecb07673d429335d7af3c2.tar.gz
* thread_pthread.c (rb_thread_create_timer_thread): Show error
message instead of error number. * cont.c (fiber_machine_stack_alloc): Ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f31c2f01ae..1bf731c159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun Nov 17 01:43:33 2013 Tanaka Akira <akr@fsij.org>
+
+ * thread_pthread.c (rb_thread_create_timer_thread): Show error
+ message instead of error number.
+
+ * cont.c (fiber_machine_stack_alloc): Ditto.
+
Sat Nov 16 18:28:08 2013 Kouhei Sutou <kou@cozmixng.org>
* lib/rexml/parsers/ultralightparser.rb