On Fri, Jun 10, 2005 at 01:13:59PM -0400, Christopher Faylor wrote:
>On Fri, Jun 10, 2005 at 06:11:38PM +0100, Dave Korn wrote:
>>Look, if it's getting complicated and tricky, that argues for a bit of
>>a rethink / redesign, doesn't it?
>
>Yes. I was wondering why we were going down this path when
On Wed, Jan 04, 2006 at 04:09:03PM +, Eric Blake wrote:
>2006-01-04 Eric Blake <[EMAIL PROTECTED]>
>
> * path.cc (dot_special_chars): Add ", <, >, and |.
This patch did not apply cleanly but I have fixed it up and applied it.
Maybe submitting it as an attachment would help next time?
I found it annoying that managed mounts can handle non-printing
characters, but not several of the remaining Windows' forbidden
characters, such as double quotes.
$ cd managed
$ touch `printf '\a'`
$ touch `printf '"'`
touch: cannot touch `"': No such file or directory
2006-01-04 Eric Blake <[E