]> mj.ucw.cz Git - libucw.git/commit
Conf: Dynamic arrays re-implemented as gary's
authorMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 20:18:48 +0000 (21:18 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 20:18:48 +0000 (21:18 +0100)
commitb2e520371195bba5827fa19c824a5e2636a9e211
treebd97e120a6ed5755ef4a67dead1f9b4b29437ba7
parentb20e17bd9d69b293adff79a9d7ed7cb199279677
Conf: Dynamic arrays re-implemented as gary's

To the outside world, almost nothing changes as DARY_LEN is emulated.
However, static initializers are no longer possible, so DARY_ALLOC
is gone.

The current implementation is not elegant. It will be improved soon.
ucw/conf-dump.c
ucw/conf-intr.c
ucw/conf-section.c
ucw/conf-test.c
ucw/conf.h
ucw/doc/conf.txt
ucw/gary.c
ucw/gary.h