From 67e0062ecefc9e7e719ba39d8dab5931a66a59e5 Mon Sep 17 00:00:00 2001 From: knu Date: Sun, 6 Feb 2005 03:23:41 +0000 Subject: * bignum.c (rb_big2ulong_pack): One too many arguments are passed to big2ulong(). * re.c (_reg_init_copy, rb_reg_initialize_m): One too many arguments are passed to rb_reg_initialize(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index af4af7d1f..ab94e63a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Feb 6 12:20:11 2005 Akinori MUSHA + + * bignum.c (rb_big2ulong_pack): One too many arguments are passed + to big2ulong(). + + * re.c (_reg_init_copy, rb_reg_initialize_m): One too many + arguments are passed to rb_reg_initialize(). + Sun Feb 6 03:24:20 2005 Tanaka Akira * lib/resolv.rb (Resolv::DNS::Resource::TXT): multiple strings was not -- cgit