diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-14 14:40:14 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-12-14 14:40:14 +0000 |
| commit | b8df39c309f17a275aa2367db0eb43c5ae298558 (patch) | |
| tree | 307adfa34d90a054ca653450c4fc221171b21285 /ChangeLog | |
| parent | 8eec28731ea805617eaf6c910b4bd93f76aea689 (diff) | |
| download | ruby-b8df39c309f17a275aa2367db0eb43c5ae298558.tar.gz ruby-b8df39c309f17a275aa2367db0eb43c5ae298558.tar.xz ruby-b8df39c309f17a275aa2367db0eb43c5ae298558.zip | |
* dir.c (has_magic): glob names contain alphabets to enable case fold
search. [ruby-dev:27735]
* dir.c (Init_Dir): FNM_SYSCASE which is default case fold flag.
[ruby-dev:23296]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,3 +1,11 @@ +Wed Dec 14 23:39:53 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * dir.c (has_magic): glob names contain alphabets to enable case fold + search. [ruby-dev:27735] + + * dir.c (Init_Dir): FNM_SYSCASE which is default case fold flag. + [ruby-dev:23296] + Wed Dec 14 12:01:26 2005 Tanaka Akira <akr@m17n.org> * marshal.c (r_object0): fix a GC problem for reading a bignum on @@ -47,10 +55,10 @@ Sun Dec 11 22:07:58 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> objects are protected against GC. [ruby-dev:27911] Sat Dec 10 01:06:06 2005 Keiju Ishitsuka <keiju@ruby-lang.org> - + * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e. [ruby-dev:27820] and related thread. - + Sat Dec 10 00:31:42 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * eval.c (calling_scope_t): gave names to magic numbers for rb_call(). |
