From e5ff9d58effb093653bcb12ed2865e1509e2b265 Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 28 Jul 2013 02:14:58 +0000 Subject: * include/ruby/intern.h (rb_absint_size): Declaration moved from internal.h to calculate required buffer size to pack integers. (rb_absint_numwords): Ditto. (rb_absint_singlebit_p): Ditto. [ruby-core:42813] [Feature #6065] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3b08059f0..44bc48cd55 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 28 11:12:07 2013 Tanaka Akira + + * include/ruby/intern.h (rb_absint_size): Declaration moved from + internal.h to calculate required buffer size to pack integers. + (rb_absint_numwords): Ditto. + (rb_absint_singlebit_p): Ditto. + [ruby-core:42813] [Feature #6065] + Sun Jul 28 10:54:26 2013 Nobuyoshi Nakada * win32/win32.c (rb_w32_pipe): fix pipe name formatting. as "%x" may -- cgit v1.2.3