Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include add globstar.



details:   https://anonhg.NetBSD.org/src/rev/db8935693999
branches:  trunk
changeset: 757568:db8935693999
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Sep 06 14:38:56 2010 +0000

description:
add globstar.

diffstat:

 include/glob.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e4d1adff2b83 -r db8935693999 include/glob.h
--- a/include/glob.h    Mon Sep 06 14:09:54 2010 +0000
+++ b/include/glob.h    Mon Sep 06 14:38:56 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: glob.h,v 1.25 2009/04/08 16:28:50 christos Exp $       */
+/*     $NetBSD: glob.h,v 1.26 2010/09/06 14:38:56 christos Exp $       */
 
 /*
  * Copyright (c) 1989, 1993
@@ -93,6 +93,7 @@
 /*     GLOB_NOESCAPE   0x1000  above */
 #define        GLOB_PERIOD     0x2000  /* Allow metachars to match leading periods. */
 #define        GLOB_NO_DOTDIRS 0x4000  /* Make . and .. vanish from wildcards. */
+#define        GLOB_STAR       0x8000  /* Use glob ** to recurse directories */
 #define        GLOB_QUOTE      0       /* source compatibility */
 
 #define        GLOB_ABEND      GLOB_ABORTED    /* source compatibility */



Home | Main Index | Thread Index | Old Index