ruby-cvs:25185
From: nobu ruby-lang.org
Date: Wed, 9 Jul 2008 11:11:22 +0900 (JST)
Subject: [ruby-cvs:25185] Ruby:r17966 (trunk): * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),
nobu 2008-07-09 11:11:21 +0900 (Wed, 09 Jul 2008) New Revision: 17966 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=17966 Log: * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern), (glob_brace): make consistent prototypes. * dir.c (push_glob): set enc in the caller of rb_glob_caller as well as rb_glob2. Modified files: trunk/ChangeLog trunk/dir.c