|
From: Earnie B. <ear...@ya...> - 2002-12-05 00:04:57
|
Earnie Boyd wrote: > Strings of foo:bar and foo::bar now work, i.e. the routines return the > string unmodified. > > This update modifies all paths that are not path lists to the forward > slash style c:/foo and modifies all paths in path lists to the back > slash style c:\foo;c:\bar. I have one failure in my regression test > where the path list returns forward slash style if the path list is in a > string of the form of -Ibaz=/foo:/bar. > Strings of ``foo:echo /bar/baz'' are no longer considered a path list. Strings of ``http://some.web.site/'' are no longer considered a path list. Strings of ``-Ibaz=/foo:/bar'' now format properly. Earnie. |