From 0ae37e6aab24133ffd17b73b8cb2a978274c5728 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 14 Jul 2006 16:27:51 +0000 Subject: * dir.c (has_magic): glob names contain alphabets to enable case fold search also for directories. fixed: [ruby-talk:201917] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b3ae8bfa1..77d14775f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 15 01:27:13 2006 Nobuyoshi Nakada + + * dir.c (has_magic): glob names contain alphabets to enable case fold + search also for directories. fixed: [ruby-talk:201917] + Fri Jul 14 13:08:13 2006 Hidetoshi NAGAI * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5. @@ -21,7 +26,7 @@ Fri Jul 14 00:10:15 2006 Yukihiro Matsumoto Thu Jul 13 22:23:56 2006 Hidetoshi NAGAI - * ext/tk/lib/tk/composite.rb: improve handling of the classname on the + * ext/tk/lib/tk/composite.rb: improve handling of the classname on the option database for the widget class which includes TkComposite. Thu Jul 13 20:32:19 2006 Kouhei Sutou @@ -40,7 +45,7 @@ Tue Jul 11 20:58:18 2006 Yukihiro Matsumoto Tue Jul 11 19:13:33 2006 Hidetoshi NAGAI - * ext/tk/lib/multi-tk.rb: remove restriction on the class of + * ext/tk/lib/multi-tk.rb: remove restriction on the class of pseudo-toplevel. Tue Jul 11 18:00:57 2006 Hidetoshi NAGAI @@ -98,7 +103,7 @@ Mon Jul 10 13:58:40 2006 Hidetoshi NAGAI * signal.c (ruby_nativethread_signal, posix_nativethread_signal, sigsend_to_ruby_thread, install_nativethread_sighandler): - nativethread-support on signal handler. RE-backport from 1.9. + nativethread-support on signal handler. RE-backport from 1.9. * ruby.h (HAVE_NATIVETHREAD_KILL): ditto. -- cgit