diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 09:01:23 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 09:01:23 +0000 |
| commit | b2fc5d308b4a8a16ce4e16d5de904667bf72c74a (patch) | |
| tree | ce5ba175fb71b5ed8bb7bff9ca2810b7120a0688 /ChangeLog | |
| parent | b10aefbe9c954f13ef172cff59fa9733b8b86490 (diff) | |
| download | ruby-b2fc5d308b4a8a16ce4e16d5de904667bf72c74a.tar.gz ruby-b2fc5d308b4a8a16ce4e16d5de904667bf72c74a.tar.xz ruby-b2fc5d308b4a8a16ce4e16d5de904667bf72c74a.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Sun Oct 26 18:01:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <nobu@ruby-lang.org> * io.c (read_all): use the given buffer to read when needs readconv. |
