diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-13 14:00:16 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-05-13 14:00:16 +0000 |
| commit | 23e7a4e285767b613349038b8601372e214342ec (patch) | |
| tree | 83351eac0fca4a83e00fa18af3c912d3947da913 /ChangeLog | |
| parent | b1984f9d52e70dca65369b6a6a67c3881067a6ab (diff) | |
* ext/etc/etc.c (passwd_ensure): move endpwent() call from
passwd_iterate to close /etc/passwd on exception.
(group_ensure): move endgrent() call from group_iterate to close
/etc/group on exception.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Sun May 13 22:46:36 2012 Tanaka Akira <akr@fsij.org> + + * ext/etc/etc.c (passwd_ensure): move endpwent() call from + passwd_iterate to close /etc/passwd on exception. + (group_ensure): move endgrent() call from group_iterate to close + /etc/group on exception. + Sun May 13 18:10:43 2012 Tadayoshi Funaba <tadf@dotrb.org> * ext/date/date_strftime.c: removed unused code and changed the style. |
