Make the filename syntax more palatable. 1.3.5interim
authorMark Wooding <mdw@distorted.org.uk>
Tue, 8 Apr 2008 10:57:13 +0000 (11:57 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 8 Apr 2008 11:45:12 +0000 (12:45 +0100)
commit35a142ca710c7b6d9be2ef65b55fe95bf7af5bdc
tree57572d5bcc49f5176f0ccf0a8acc406f1de7ae68
parent270b8403580b7fd0feae995b9e8bad4a2ff660ff
Make the filename syntax more palatable.

Quotes are needed for talking about too many interesting files.  In
particular, it's nice to be able to refer to, say, /tmp/.X11-unix/X0
from the command-line without quotes.

This change introduces a new function conf_fname which extends the word
characters appropriately during a read, and makes the various clients --
file, un, and exec -- actually use it rather than calling conf_name
directly.
conf.c
debian/changelog
exec.c
file.c
fwd.1.in
fwd.h
un.c