Source-Changes-HG archive

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

[src/trunk]: src/include add VIS_NOLOCALE flag



details:   https://anonhg.NetBSD.org/src/rev/d09feea99fe3
branches:  trunk
changeset: 338419:d09feea99fe3
user:      christos <christos%NetBSD.org@localhost>
date:      Sat May 23 11:48:31 2015 +0000

description:
add VIS_NOLOCALE flag

diffstat:

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

diffs (17 lines):

diff -r 5c1df93ca852 -r d09feea99fe3 include/vis.h
--- a/include/vis.h     Sat May 23 11:48:13 2015 +0000
+++ b/include/vis.h     Sat May 23 11:48:31 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vis.h,v 1.22 2014/09/26 01:21:07 christos Exp $        */
+/*     $NetBSD: vis.h,v 1.23 2015/05/23 11:48:31 christos Exp $        */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -65,6 +65,7 @@
 #define        VIS_GLOB        0x1000  /* encode glob(3) magic characters */
 #define        VIS_SHELL       0x2000  /* encode shell special characters [not glob] */
 #define        VIS_META        (VIS_WHITE | VIS_GLOB | VIS_SHELL)
+#define        VIS_NOLOCALE    0x4000  /* encode using the C locale */
 
 /*
  * unvis return codes



Home | Main Index | Thread Index | Old Index