diff options
| author | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-09 11:52:26 +0000 |
|---|---|---|
| committer | shyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-01-09 11:52:26 +0000 |
| commit | 575914cfc84a2d3d1ccd6489c58bc7d21327afec (patch) | |
| tree | 131787e68586ee2c0efb8635398d0c46ea758433 /ChangeLog | |
| parent | d5fab3a6db814cbccda4b0ac522f6e7b5c741d77 (diff) | |
| download | ruby-575914cfc84a2d3d1ccd6489c58bc7d21327afec.tar.gz ruby-575914cfc84a2d3d1ccd6489c58bc7d21327afec.tar.xz ruby-575914cfc84a2d3d1ccd6489c58bc7d21327afec.zip | |
r11523@ruby: shyouhei | 2007-01-09 15:57:58 +0900
* ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctly
convert uid/gid from VALUE.
* ext/etc/etc.c (etc_getpwuid): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,9 @@ -Tue Jan 9 17:48:38 2007 NAKAMURA Usaku <usa@ruby-lang.org> +Tue Jan 9 12:29:20 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> - * file.c (rb_find_file): should not call fpath_check() with NULL. - fixed: [ruby-core:09867] + * ext/etc/etc.c (etc_getpwuid, etc_getgrgid): fix to correctly + convert uid/gid from VALUE. + + * ext/etc/etc.c (etc_getpwuid): ditto. Tue Jan 9 03:54:38 2007 Yukihiro Matsumoto <matz@ruby-lang.org> |
