chiark / gitweb /
url: Allow various `safe' characters unquoted in URL strings.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 14 Mar 2006 16:41:41 +0000 (16:41 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 14 Mar 2006 16:41:41 +0000 (16:41 +0000)
commit7e4708e456b17131f28ae7f1ff7b5c7f86e2f803
tree6e6982d961ffee9825703e41c2c3a10d4fc9509d
parent0ddebb8f377a5daa1f546f18a956db99c54685ca
url: Allow various `safe' characters unquoted in URL strings.

Allow `.', `-', `_' and `/', because they're commonly used in filenames,
and it's nice for them to be displayed readably.  The `~' character
isn't actually safe but we allow it anyway.
man/url.3
url.c
url.h