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)
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.


No differences found