From 1a9fddab31daf086a81d5a4818aa4e837c5158b9 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Jul 2006 16:13:41 +0000 Subject: * st.c (malloc): use xmalloc/xcalloc instead of plain malloc/calloc, to detect memory allocation failure. see . git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cf124a3a8..d0f44fea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Jul 15 01:09:22 2006 Yukihiro Matsumoto + + * st.c (malloc): use xmalloc/xcalloc instead of plain + malloc/calloc, to detect memory allocation failure. see + . + Fri Jul 14 13:08:13 2006 Hidetoshi NAGAI * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5. -- cgit