aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-08 01:54:58 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-05-08 01:54:58 +0000
commitc878761f3b992366d4da92d6120d28070281081a (patch)
tree9979d64066e721d05bb91e49e180e9915080a33d /ChangeLog
parenta3fd4cf507a137e78366c6d1190ddd584bc48b4a (diff)
downloadruby-c878761f3b992366d4da92d6120d28070281081a.tar.gz
* thread_pthread.c (add_signal_thread_list): use xmalloc instead
of malloc. * thread_pthread.c (remove_signal_thread_list): use xfree instead of free. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31474 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 b67fce75da..6a37725567 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sun May 8 10:54:06 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
+
+ * thread_pthread.c (add_signal_thread_list): use xmalloc instead
+ of malloc.
+ * thread_pthread.c (remove_signal_thread_list): use xfree instead
+ of free.
+
Sun May 8 10:24:16 2011 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
* thread_pthread.c: cleanup signal_thread_list related ifdef.