From a9b5f189201a3a4c7302aa1857e597bb065aae3e Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 18 Jul 2001 05:56:05 +0000 Subject: * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and NUM_NONREG_ITEMS, which have happened to be same value. * class.c (rb_class_new): subclass check moved to this function. * class.c (rb_class_boot): check less version of rb_class_new(). * eval.c (proc_invoke): should preserve iter status for embedded frame in the block. * file.c (rb_file_s_expand_path): may overrun buffer on stack. * string.c (rb_str_insert): forgot to call rb_str_modify(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4765be10d..0bf0b3460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 17 11:22:01 2001 Yukihiro Matsumoto + + * regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS and + NUM_NONREG_ITEMS, which have happened to be same value. + Tue Jul 17 11:08:34 2001 Usaku Nakamura * ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don't @@ -5,10 +10,29 @@ Tue Jul 17 11:08:34 2001 Usaku Nakamura * lib/mkmf.rb: ditto. +Tue Jul 17 01:38:15 2001 Yukihiro Matsumoto + + * class.c (rb_class_new): subclass check moved to this function. + + * class.c (rb_class_boot): check less version of rb_class_new(). + Man Jul 16 13:21:30 2001 Usaku Nakamura * file.c (file_load_ok): fix typo. +Mon Jul 16 12:58:07 2001 Yukihiro Matsumoto + + * eval.c (proc_invoke): should preserve iter status for embedded + frame in the block. + +Mon Jul 16 00:04:39 2001 Yukihiro Matsumoto + + * file.c (rb_file_s_expand_path): may overrun buffer on stack. + +Sun Jul 15 01:38:28 2001 Guy Decoux + + * string.c (rb_str_insert): forgot to call rb_str_modify(). + Sat Jul 14 12:26:30 2001 Nobuyoshi Nakada * ext/digest/*/extconf.rb: fix so that they build from any @@ -73,8 +97,8 @@ Sat Jul 7 17:45:35 2001 Yukihiro Matsumoto Fri Jul 6 18:01:10 2001 Yukihiro Matsumoto - * object.c (rb_obj_dup): should free generic_ivar if original owns - them. + * object.c (rb_obj_dup): copies (actually does not free) + generic_ivar on dupif original owns them. Fri Jul 6 02:15:06 2001 Akinori MUSHA -- cgit