Make config file parsing (mostly) compatible with the Python implementation
authorSteven Luo <steven+maemo@steven676.net>
Fri, 11 Dec 2009 05:15:39 +0000 (21:15 -0800)
committerSteven Luo <steven+maemo@steven676.net>
Fri, 11 Dec 2009 05:15:39 +0000 (21:15 -0800)
commitd6dc92cc2a6ae8a6f54b90806b42ce233845ad63
treec0a51c1b7d1ce34141e6d7c47284094397f29688
parent08e0faa2da3e574ca96a517fc55b4b1c8de9b6c1
Make config file parsing (mostly) compatible with the Python implementation

Redo the config file parsing using POSIX regular expressions, so that
it's mostly compatible with the Python implementation.  Full
compatibility isn't happening, of course, since the Python
implementation's config file is being sourced by the interpreter.
main.c