]> mj.ucw.cz Git - libucw.git/history - lib/conf.h
Both quicksort and radix-sort can be parallelized to multiple threads now.
[libucw.git] / lib / conf.h
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvatreplaced several "byte *" -> "char *", mostly in the...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-21 Pavel Charvatlibucw: added several const qualifiers
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-05-05 Robert Spalekconfiguration mechanism: added support for bitmaps
2006-04-30 Martin MaresWhen allocating dynamic arrays, respect alignment....
2006-04-30 Robert Spalekconf: redesign dynamic arrays; things get cleaner and...
2006-04-30 Martin MaresReplaced the DARY_ALLOC by a comment explaining when...
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-28 Robert Spalekconf2: source files references in header files, and...
2006-04-28 Martin MaresImproved comments.
2006-04-27 Robert Spaleksplit conf2.h into conf.h and getopt.h
2006-04-27 Robert Spalekconf: remove the old configuration mechanism whatsoever
2006-04-23 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-22 Robert Spalekconf: comment out parsers before I get rid of the modul...
2006-04-12 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-10 Pavel CharvatIP parsing code moved to lib/conf.c, closes Bug #2375.
2005-11-16 Martin MaresAdded cfg_printf(), which will be useful for formatting...
2005-05-01 Martin MaresIntroduced cfg_malloc_zero().
2004-12-11 Martin MaresChanged all references to Sherlock Library by UCW Library.
2004-05-10 Martin Marescfg_stralloc() -> cfg_strdup() and use mp_strdup()...
2004-02-24 Martin MaresCF_USAGE_TAB can be used to insert more tabs to the...
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...
2001-09-26 Robert Spalekadded CF_USAGE
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 Spalekdeclaration cosmetic fix
2001-01-21 Robert Spalekmemory pool for everything about configuration added
2001-01-14 Martin MaresMoved #include <getopt.h> to conf.h.
2001-01-14 Robert Spaleklib/conf.[ch] rewritten
2001-01-07 Robert Spalekwritten parsing config files and command line parameter...