From d59273052c04b9867a398ebd8591a2f9b186aa04 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 9 Jul 2008 02:11:21 +0000 Subject: * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f1b05109f..a37be1b82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Jul 9 11:11:18 2008 Nobuyoshi Nakada + + * 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. + Wed Jul 9 09:12:11 2008 NARUSE, Yui * ext/nkf/nkf-utf8/nkf.c (options): use input_endian. @@ -135,7 +143,7 @@ Sun Jul 6 18:34:35 2008 Masaki Suketa Sun Jul 6 10:12:21 2008 Kouhei Sutou * lib/test/unit/collector/objectspace.rb - (Test::Unit::Collector::ObjectSpace::NAME): fix a typo. + (Test::Unit::Collector::ObjectSpace::NAME): fix a typo. Sun Jul 6 00:56:51 2008 Tanaka Akira -- cgit