diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-09 02:11:21 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-09 02:11:21 +0000 |
| commit | d59273052c04b9867a398ebd8591a2f9b186aa04 (patch) | |
| tree | 845b7f67dcdcde79f6c720f80e6d2d27f04d8a52 /ChangeLog | |
| parent | 37c367a9fbef961986799bcc2cc646db74b4a03e (diff) | |
| download | ruby-d59273052c04b9867a398ebd8591a2f9b186aa04.tar.gz ruby-d59273052c04b9867a398ebd8591a2f9b186aa04.tar.xz ruby-d59273052c04b9867a398ebd8591a2f9b186aa04.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +Wed Jul 9 11:11:18 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * 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 <naruse@ruby-lang.org> * ext/nkf/nkf-utf8/nkf.c (options): use input_endian. @@ -135,7 +143,7 @@ Sun Jul 6 18:34:35 2008 Masaki Suketa <masaki.suketa@nifty.ne.jp> Sun Jul 6 10:12:21 2008 Kouhei Sutou <kou@cozmixng.org> * 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 <akr@fsij.org> |
