Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
John Kinson wrote: > Then the syntax supported by CVSnt in the Modules2 file is not just that > of extended regular expressions - you've added in file globbing, or a > subset thereof. (e.g. as described in > http://www.faqs.org/docs/abs/HTML/globbingref.html) I haven't added/implemented anything - this is the way the GNU regexp library behaves. It's just handy when Windows users are involved as they're likely to pass things like '*.c' to ls for example and it will behave (mostly) sanely. Tony