OSDN Git Service

* path.cc (dot_special_chars): Add ", <, >, and |.
authorcgf <cgf>
Wed, 4 Jan 2006 16:20:30 +0000 (16:20 +0000)
committercgf <cgf>
Wed, 4 Jan 2006 16:20:30 +0000 (16:20 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/path.cc

index bee8e26..bbfcebb 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-04  Eric Blake  <ebb9@byu.net>
+
+       * path.cc (dot_special_chars): Add ", <, >, and |.
+
 2006-01-03  Christopher Faylor  <cgf@timesys.com>
 
        * fhandler_console.cc (beep): Use MB_OK which is documented as using
index 8fc616e..fdba254 100644 (file)
@@ -1,6 +1,6 @@
 /* path.cc: path support.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Red Hat, Inc.
 
 This file is part of Cygwin.
 
@@ -1329,8 +1329,8 @@ static char dot_special_chars[] =
     "\001" "\002" "\003" "\004" "\005" "\006" "\007" "\010"
     "\011" "\012" "\013" "\014" "\015" "\016" "\017" "\020"
     "\021" "\022" "\023" "\024" "\025" "\026" "\027" "\030"
-    "\031" "\032" "\033" "\034" "\035" "\036" "\037"
-    ":"    "\\"   "*"    "?"    "%"
+    "\031" "\032" "\033" "\034" "\035" "\036" "\037" ":"
+    "\\"   "*"    "?"    "%"     "\""   "<"    ">"    "|"
     "A"    "B"    "C"    "D"    "E"    "F"    "G"    "H"
     "I"    "J"    "K"    "L"    "M"    "N"    "O"    "P"
     "Q"    "R"    "S"    "T"    "U"    "V"    "W"    "X"