From 91fee1b40daa86f2d5caaa62d29568b8ba21a26c Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 14 Jul 2006 17:11:39 +0000 Subject: * st.c (malloc): use xmalloc/xcalloc instead of plain malloc/calloc, to detect memory allocation failure. see . * gc.c (rb_memerror): should not raise nomem_error. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77d14775f..0feb6c94d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,14 @@ Sat Jul 15 01:27:13 2006 Nobuyoshi Nakada * dir.c (has_magic): glob names contain alphabets to enable case fold search also for directories. fixed: [ruby-talk:201917] +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 + . + + * gc.c (rb_memerror): should not raise nomem_error. + 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