NetBSD/usr.sbin/config
ross 6a36d10f0d Revise handling of pathnames and quoted strings. Previously, some
filenames had to be unquoted and also had to contain a / or .,
while others had to have no / and no . or be quoted, whereas
arbitrary machine symbols could always be optionally quoted,
which was kind of backwards.

Now, all filesnames use the same rules: quoted, or with a / or .
Arbitrary words can no longer be quoted unless the grammar specifically
allows it, which it now does for filenames, locator values, locator
defaults, compile-with, ident, makeoptions, and options.

Also, locator name symbols can be quoted, so mac68k's "no drq" locator
still works. ("no drq" doesn't appear in any machine description so I
presume it's just for the dmesg. )
2002-06-22 02:09:12 +00:00
..
Makefile Serialize gram.y -> gram.[ch] transformation. 2002-03-05 15:00:07 +00:00
Makefile.boot Make almost all tools compile and run properly on non-NetBSD hosts. (In 2002-01-29 10:20:28 +00:00
config.8
defs.h Functionality improvements: 2002-06-05 10:56:17 +00:00
files.c Functionality improvements: 2002-06-05 10:56:17 +00:00
gram.y Revise handling of pathnames and quoted strings. Previously, some 2002-06-22 02:09:12 +00:00
hash.c Functionality improvements: 2002-06-05 10:56:17 +00:00
main.c Functionality improvements: 2002-06-05 10:56:17 +00:00
mkheaders.c Functionality improvements: 2002-06-05 10:56:17 +00:00
mkioconf.c Functionality improvements: 2002-06-05 10:56:17 +00:00
mkmakefile.c Functionality improvements: 2002-06-05 10:56:17 +00:00
mkswap.c Functionality improvements: 2002-06-05 10:56:17 +00:00
pack.c Functionality improvements: 2002-06-05 10:56:17 +00:00
scan.l Return new terminal QSTRING for quoted strings, instead of the 2002-06-22 02:04:28 +00:00
sem.c Functionality improvements: 2002-06-05 10:56:17 +00:00
sem.h Functionality improvements: 2002-06-05 10:56:17 +00:00
strerror.c
util.c Functionality improvements: 2002-06-05 10:56:17 +00:00