From b2fc5d308b4a8a16ce4e16d5de904667bf72c74a Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 26 Oct 2008 09:01:23 +0000 Subject: * thread.c (blocking_region_{begin,end}): declared as inline. * util.c (freedtoa): used only when MULTIPLE_THREADS is not defined. * win32/win32.c (rb_w32_pipe): serial is DWORD. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1ab47f768..1f102ef18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Oct 26 18:01:06 2008 Nobuyoshi Nakada + + * thread.c (blocking_region_{begin,end}): declared as inline. + + * util.c (freedtoa): used only when MULTIPLE_THREADS is not defined. + + * win32/win32.c (rb_w32_pipe): serial is DWORD. + Sun Oct 26 13:30:28 2008 Nobuyoshi Nakada * io.c (read_all): use the given buffer to read when needs readconv. -- cgit