зеркало из https://github.com/github/ruby.git
* ext/etc/etc.c (etc_each_group): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
705c567194
Коммит
9f5f7b87ba
|
@ -1,3 +1,7 @@
|
|||
Wed Oct 28 14:51:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* ext/etc/etc.c (etc_each_group): fixed typo.
|
||||
|
||||
Wed Oct 28 13:02:10 2009 Shugo Maeda <shugo@ruby-lang.org>
|
||||
|
||||
* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.
|
||||
|
|
|
@ -464,7 +464,7 @@ etc_group(VALUE obj)
|
|||
return Qnil;
|
||||
}
|
||||
|
||||
#ifdef HAVE_GETPWENT
|
||||
#ifdef HAVE_GETGRENT
|
||||
/* Iterates for each entry in the /etc/group file if a block is given.
|
||||
* If no block is given, returns the enumerator.
|
||||
*
|
||||
|
|
Загрузка…
Ссылка в новой задаче