]> mj.ucw.cz Git - libucw.git/history - lib/conf.c
Minor cleanup of KMP:
[libucw.git] / lib / conf.c
2005-05-01 Martin MaresIntroduced cfg_malloc_zero().
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-12-11 Martin MaresMade DEFAULT_CONFIG optional.
2004-07-10 Martin Marespools.h -> mempool.h
2004-05-10 Martin MaresWhen processing the `-S' option, work on a copy, so...
2004-05-10 Martin Marescfg_stralloc() -> cfg_strdup() and use mp_strdup()...
2004-01-25 Martin MaresIf `-S' or `-C' is given after some other options ...
2004-01-22 Martin MaresHours have 3600 seconds, days have 1440 minutes :)
2004-01-22 Martin MaresAdded "hour" and "day" units.
2003-11-29 Martin MaresOne more item type: u64.
2003-11-29 Martin MaresTwo improvements to the configuration language:
2003-10-10 Martin MaresExport cfpool -- sometimes it's much convenient to...
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-03-29 Martin MaresAdded CT_INCOMPLETE_SECTION which is equivalent to...
2002-01-14 Robert Spalekempty section of configuration item forbidden
2001-08-14 Robert Spalekbugfix
2001-03-27 Martin MaresLoad the default config file on first non-config option...
2001-03-05 Robert Spalekbugfix
2001-03-05 Robert Spalekcf_default_init() replaced by direct access to cfdeffil...
2001-03-04 Robert Spalekadded cf_default_{init,done} for setting the default...
2001-02-09 Robert Spalekadded cf_item_count()
2001-02-04 Robert Spalekcf_get_item added
2001-01-21 Robert Spalekmemory pool for everything about configuration added
2001-01-15 Robert Spalekrewritten, enhanced, updated, fixed
2001-01-14 Martin MaresSwitch to new logging functions.
2001-01-14 Robert Spaleklib/conf.[ch] rewritten
2001-01-08 Robert Spalekbugfixes
2001-01-07 Robert Spalekwritten parsing config files and command line parameter...