[前][次][番号順一覧][スレッド一覧]

ruby-changes:28174

From: knu <ko1@a...>
Date: Thu, 11 Apr 2013 11:12:25 +0900 (JST)
Subject: [ruby-changes:28174] knu:r40226 (trunk): * dir.c: Fix a typo.

knu	2013-04-11 11:12:15 +0900 (Thu, 11 Apr 2013)

  New Revision: 40226

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40226

  Log:
    * dir.c: Fix a typo.

  Modified files:
    trunk/ChangeLog
    trunk/dir.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40225)
+++ ChangeLog	(revision 40226)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Thu Apr 11 11:11:38 2013  Akinori MUSHA  <knu@i...>
+
+	* dir.c: Fix a typo.
+
 Thu Apr 11 10:39:34 2013  NARUSE, Yui  <naruse@r...>
 
 	* ext/fiddle/closure.c (USE_FFI_CLOSURE_ALLOC): add missing case:
Index: dir.c
===================================================================
--- dir.c	(revision 40225)
+++ dir.c	(revision 40226)
@@ -2031,7 +2031,7 @@ fnmatch_brace(const char *pattern, VALUE https://github.com/ruby/ruby/blob/trunk/dir.c#L2031
  *                          (<code>[^a-z]</code>).
  *  <code> \ </code>::      Escapes the next metacharacter.
  *  <code>{a,b}</code>::    Matches pattern a and pattern b if
- *                          <code>File::FNM_PATHNAME</code> flag is enabled.
+ *                          <code>File::FNM_EXTGLOB</code> flag is enabled.
  *                          Behaves like a Regexp union (<code>(?:a|b)</code>).
  *
  *  <i>flags</i> is a bitwise OR of the <code>FNM_xxx</code>

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]