diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 09:07:37 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-10-26 09:07:37 +0000 |
| commit | f516998911241becc8496d5e6ab38c3abfebb653 (patch) | |
| tree | b7e11fcaacb4913f9a3eabdfe5b4a54f491e31f6 /ChangeLog | |
| parent | b2fc5d308b4a8a16ce4e16d5de904667bf72c74a (diff) | |
| download | ruby-f516998911241becc8496d5e6ab38c3abfebb653.tar.gz ruby-f516998911241becc8496d5e6ab38c3abfebb653.tar.xz ruby-f516998911241becc8496d5e6ab38c3abfebb653.zip | |
* ext/etc/etc.c (sGroup): getgrent may not be available.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Sun Oct 26 18:01:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Sun Oct 26 18:07:20 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * thread.c (blocking_region_{begin,end}): declared as inline. @@ -6,6 +6,8 @@ Sun Oct 26 18:01:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * win32/win32.c (rb_w32_pipe): serial is DWORD. + * ext/etc/etc.c (sGroup): getgrent may not be available. + 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. |
