From ed54d31d6c75cf8021efe7a50cd8ef7c10c5cfb2 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 11 Oct 2005 12:30:48 +0000 Subject: * array.c, enum.c, eval.c, util.c: safer function pointer usage. fixed: [ruby-core:06143] * util.h (qsort): removed the definition incompatible to ANSI. fixed: [ruby-core:06147] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d0eb8d68b..5f1cc2063 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,14 @@ -Tue Oct 11 21:28:38 2005 Nobuyoshi Nakada +Tue Oct 11 21:30:11 2005 Nobuyoshi Nakada * configure.in (RUBY_FUNC_ATTRIBUTE): check prefixed attribute form first. [ruby-dev:27398] + * array.c, enum.c, eval.c, util.c: safer function pointer usage. + fixed: [ruby-core:06143] + + * util.h (qsort): removed the definition incompatible to ANSI. + fixed: [ruby-core:06147] + Mon Oct 10 00:09:54 2005 Nobuyoshi Nakada * parse.y (ripper_initialize): rollback obj_respond_to(). -- cgit