From eeaf7dd3c8a85a6806109de393099fbe7d56b549 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 4 Aug 2008 05:11:52 +0000 Subject: merge revision(s) 18212: * regex.c (xmalloc, xrealloc, xfree): not to use ruby managed memory. * regex.c (DOUBLE_STACK, re_compile_fastmap0, re_adjust_startpos), (re_search, re_match_exec): check if failed to allocate memory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@18343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b5dc9e208d..564b3ec399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 4 14:10:01 2008 Nobuyoshi Nakada + + * regex.c (xmalloc, xrealloc, xfree): not to use ruby managed memory. + + * regex.c (DOUBLE_STACK, re_compile_fastmap0, re_adjust_startpos), + (re_search, re_match_exec): check if failed to allocate memory. + Mon Aug 4 13:49:36 2008 Nobuyoshi Nakada * bignum.c (rb_big2str0, bigsqr): made interruptible. [ruby-Bugs-20622] -- cgit v1.2.3