mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 00:07:36 +08:00
* path.cc (dot_special_chars): Add ", <, >, and |.
This commit is contained in:
parent
e3c08f94a0
commit
01b7635538
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user