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

ruby-changes:20214

From: marcandre <ko1@a...>
Date: Tue, 28 Jun 2011 08:38:40 +0900 (JST)
Subject: [ruby-changes:20214] marcandRe: r32262 (trunk): * dir.c: Make RDoc more precise about order of Dir.glob

marcandre	2011-06-28 08:38:31 +0900 (Tue, 28 Jun 2011)

  New Revision: 32262

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

  Log:
    * dir.c: Make RDoc more precise about order of Dir.glob

  Modified files:
    trunk/dir.c

Index: dir.c
===================================================================
--- dir.c	(revision 32261)
+++ dir.c	(revision 32262)
@@ -1750,7 +1750,8 @@
  *  is not a regexp (it's closer to a shell glob). See
  *  <code>File::fnmatch</code> for the meaning of the <i>flags</i>
  *  parameter. Note that case sensitivity depends on your system (so
- *  <code>File::FNM_CASEFOLD</code> is ignored)
+ *  <code>File::FNM_CASEFOLD</code> is ignored), as does the order
+ *  in which the results are returned.
  *
  *  <code>*</code>::        Matches any file. Can be restricted by
  *                          other values in the glob. <code>*</code>

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

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