From aad3dc7efd0bccbaaaca7c32de0087f9a88b6afd Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 24 Dec 2007 08:19:28 +0000 Subject: * include/ruby/intern.h, random.c, array.c: change exported name. genrand_int32 -> rb_genrand_int32. genrand_real -> rb_genrand_real. [ruby-core:14335] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 120d90b5d..aafb1a6d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Dec 24 17:12:57 2007 Tanaka Akira + + * include/ruby/intern.h, random.c, array.c: + change exported name. + genrand_int32 -> rb_genrand_int32. + genrand_real -> rb_genrand_real. + [ruby-core:14335] + Mon Dec 24 17:06:37 2007 NAKAMURA, Hiroshi * {lib,test}/{soap,wsdl,xsd}: removed soap4r along to the discussion -- cgit