Unix and VMS agree on "*" as a "match any number of any chars"
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Oct 2001 11:28:44 +0000 (11:28 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 10 Oct 2001 11:28:44 +0000 (11:28 +0000)
commita3987cb85d43c4b5e6f04382a9391c4ec5aa26ad
treea3f6f760eec53f66a9c86d490e89828c66c57cb7
parent9c57bc35a6059a3272298d81c088224a104e2b5d
Unix and VMS agree on "*" as a "match any number of any chars"
wildcards, but differ ("?"  vs.  "%") for their "match any single
char" wildcard.  This patch changes "?"  chars to "%" before doing a
VMS glob...at no loss of functionality, since "?"  isn't a valid
filename char on VMS.  From Charles Lane.

p4raw-id: //depot/perl@12388
doio.c