• Jean-Claude BAU's avatar
    Configuration file parsing enhancement · 6df5da42
    Jean-Claude BAU authored
    - We can declare now a list of keyword for the parameter name :
    it make the declaration of keywords more compact in conf.c and use less
    memory (eg. "extension profile" )
    - We can declare also a list of keywords for the parameter value
    (eg. "true 1 on" = 1)
    - Add the possibility to mark parameters set in the config file. It is
    very important to know in some cases in order to apply the default value
    or not.
    - Decode other parameter types: boolean, double
    6df5da42
Name
Last commit
Last update
..
assert.c Loading commit data...
cmdline.c Loading commit data...
conf.c Loading commit data...
div64.c Loading commit data...
drop.c Loading commit data...
dump-funcs.c Loading commit data...
libc-functions.c Loading commit data...
network_types.h Loading commit data...
time-arith.c Loading commit data...