[INN-COMMITTERS] inn (15 files)
Russ Allbery
Russ_Allbery at isc.org
Mon May 24 22:42:08 UTC 2004
Date: Monday, May 24, 2004 @ 22:42:08
Author: rra
Path: /proj/cvs/isc/inn/inn
Added: tests/lib/config/groups tests/lib/config/include
tests/lib/config/lists tests/lib/config/reals
tests/lib/config/recurse tests/lib/config/symlink
tests/lib/config/warn-real tests/lib/config/warn-string
Modified: include/inn/confparse.h lib/confparse.c tests/lib/config/errors
tests/lib/config/warn-bool tests/lib/config/warn-int
tests/lib/config/warnings tests/lib/confparse-t.c
Finish the new configuration parser. Adds implementations of paramters
that take lists, parameters that take real numbers, full support for
groups, and support for including other files. Also improve the testing
of string parameters.
------------------------------+
include/inn/confparse.h | 5
lib/confparse.c | 699 ++++++++++++++++++++++++++++++++---------
tests/lib/config/errors | 102 +++++
tests/lib/config/groups | 31 +
tests/lib/config/include | 4
tests/lib/config/lists | 12
tests/lib/config/reals | 4
tests/lib/config/recurse | 1
tests/lib/config/symlink | 1
tests/lib/config/warn-bool | 8
tests/lib/config/warn-int | 8
tests/lib/config/warn-real | 36 ++
tests/lib/config/warn-string | 8
tests/lib/config/warnings | 6
tests/lib/confparse-t.c | 269 ++++++++++++++-
15 files changed, 1020 insertions(+), 174 deletions(-)
More information about the inn-committers
mailing list