]> mj.ucw.cz Git - libucw.git/history - ucw
Opt: Documented opt and its interaction with conf
[libucw.git] / ucw /
2014-01-27 Martin MaresOpt: Documented opt and its interaction with conf
2014-01-27 Martin MaresOpt: State of opt-conf moved to opt_context
2014-01-27 Martin MaresOpt: OPT_HELP_OPTION does not need passing pointer...
2014-01-27 Martin MaresLet <ucw/lib.h> include <stdbool.h> automatically
2014-01-27 Martin MaresOpt: opt_failure() is public, opt_usage() not so
2014-01-27 Martin MaresOpt: Generalization of hooks
2014-01-27 Martin MaresOpt: Cleaned up opt-conf
2014-01-27 Martin MaresOpt: Make OPT_LAST_ARG actually work and document inter...
2014-01-27 Martin MaresOpt: Split to three separate modules
2014-01-27 Martin MaresOpt: Rewritten formatting of help
2014-01-27 Martin MaresOpt: exit() does not return, no need to call va_end...
2014-01-27 Martin MaresOpt: Simpified and corrected processing of OPT_SINGLE
2014-01-27 Martin MaresOpt: Fix bug introduced by my cleanups
2014-01-27 Martin MaresOpt: Improved reporting of errors
2014-01-27 Martin MaresOpt: Streamlined opt_parse_value()
2014-01-27 Martin MaresOpt: Streamlined parsing of long options
2014-01-27 Martin MaresOpt: Accept arguments for short options even in bundles
2014-01-27 Martin MaresOpt: Updated test case
2014-01-27 Martin MaresOpt: Streamlined opt_shortopt()
2014-01-27 Martin MaresOpt: Start of positional arguments is not hard-wired
2014-01-27 Martin MaresOpt: Checking of required arguments simplified
2014-01-27 Martin MaresOpt: Cosmetics
2014-01-27 Martin MaresOpt: Streamlined setting of default options
2014-01-27 Martin MaresOpt: Updated symbol renames
2014-01-27 Martin MaresOpt: Simplified preprocessing of options
2014-01-27 Martin MaresOpt: Fixed a test case
2014-01-15 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-15 Pavel CharvatPackages: Install subset of UCW utilities to /usr/sbin...
2014-01-15 Martin MaresTrie: Improved Tom's warning about hell
2014-01-14 Pavel CharvatOpt: Merged fixes from Gigamail.
2014-01-14 Pavel CharvatMerge branch 'master' into dev-opt
2014-01-14 Pavel CharvatDocs: Checked for problems with common var-len-arrays...
2014-01-14 Pavel CharvatLibUCW: Fixed a bug in fb-atomic.
2014-01-14 Pavel CharvatLibUCW: Added missing includes in <ucw/io.h>
2014-01-14 Pavel CharvatPackages: Fixed installation of obsolete ucw-daemon...
2014-01-14 Pavel CharvatPCRE regex: Fixed a harmless compilation warning.
2014-01-14 Tomas Vallavarints: Fixed format strings.
2014-01-14 Martin MaresOpt: ABI cleanup
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-14 Pavel CharvatLibUCW: Fixed a stupid typo in the UCW_DIE_BY_ABORT...
2014-01-14 Pavel CharvatLibUCW: Implemented UCW_DIE_BY_ABORT environment switch.
2014-01-14 Pavel CharvatPackages: install-ucw-sorter-api make target moved...
2014-01-07 Pavel CharvatPackages: Removed customization of SONAME_SUFFIX to...
2014-01-07 Pavel CharvatPackages: Fixed a typo in Makefile causing unnecessary...
2014-01-07 Pavel CharvatPackages: Dependencies on external dynamic libraries...
2014-01-07 Pavel CharvatPackages: We need to include SONAME symbolic links...
2014-01-07 Pavel CharvatPackages: Do not install picstatic version of libs.
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Fix string.h
2014-01-03 Martin MaresABI: Manual tweaks for ff-binary.h
2014-01-03 Martin MaresABI: Tables used by ucw/chartype.h are prefixed
2014-01-03 Pavel CharvatPackages: Added a custom string to names of compiled...
2014-01-03 Pavel CharvatPackages: Split each UCW library to its own set of...
2014-01-03 Martin MaresABI: Manual tweaks for strtonum.h
2014-01-03 Martin MaresABI: Avoid macro re-definition
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2014-01-03 Martin MaresConfig: Added CONFIG_UCW_CLEAN_ABI
2014-01-03 Martin MaresClean up old-style function declarations split to multi...
2013-12-10 Pavel CharvatLibUCW: Added fb-socket.h header to public API.
2013-12-10 Pavel CharvatPackages: Simplified definition of install targets.
2013-12-07 Pavel CharvatPackages: Improved installation of example configs.
2013-12-07 Pavel CharvatPackages: Several fixes in debian packages and their...
2013-12-06 Pavel CharvatLibUCW: Added `ucw-' prefix to utils.
2013-12-06 Pavel CharvatPackages: Several fixes in debian packages.
2013-12-06 Pavel CharvatSplit install-lib* rules to runtime and dev parts.
2013-12-06 Pavel CharvatAdded libucw-* prefix to all libraries (libcharset...
2013-11-28 Pavel CharvatLibUCW: xrealloc(ptr, 0) should return NULL and not...
2013-11-05 Tomas Vallabinomial heaps: Added missing node order initialization.
2013-10-24 Pavel CharvatLibUCW: Fixed broken DARY_ALLOC() on 64bit architectures.
2013-10-18 Martin MaresFastbuf: Fix possible memory leak in new bprintf()
2013-10-18 Martin MaresFixed note about res_alloc() with no resource pool...
2013-10-17 Martin MaresAdded DBG_SPOT macro
2013-10-17 Martin MaresFastbuf: Rewritten bprintf()
2013-10-17 Martin MaresTests: Enable tests of bitops
2013-10-15 Martin MaresUCW::CGI: Escaping functions silently convert undef...
2013-09-06 Tomas Vallaoption parser: Empty stub of the documentation
2013-09-06 Tomas VallaMerge branch 'master' into dev-opt
2013-09-03 Martin MaresOpt: Removed my bogus comment
2013-09-03 Martin MaresOpt: Introduced contexts
2013-09-03 Martin MaresOpt: Tamed FIELD and LASTFIELD macros
2013-09-03 Martin MaresOpt: Deleted extra newlines after failure messages
2013-09-03 Martin MaresOpt: Do not be shy of multi-line outputs
2013-09-03 Martin MaresOpt: Earl Grey was not an American :)
2013-09-03 Martin MaresOpt: Tests split off to a separate file
2013-09-03 Martin MaresOpt: Whitespace cleanup
2013-07-22 Tomas Vallagary.h: Fixed bug in INIT_SPACE_* macros
2013-07-22 Martin Maresgary: Added GARY_INIT_SPACE(_ZERO)
2013-07-20 Tomas Vallaff-varints: Fixed really silly bug in handling fastbufs.
2013-07-04 Martin MaresOpt: A couple of review comments
2013-06-25 Jan 'Moskyt' MatejkaOpt: Calling hooks, config opts added
2013-06-20 Jan 'Moskyt' MatejkaOpt: Config getopt and hooks
2013-05-29 Pavel CharvatLibUCW: Documented OptionalInclude in configuration...
2013-05-29 Pavel CharvatLibUCW: Implemented OptionalInclude to configuration...
2013-05-13 Jan 'Moskyt' MatejkaOpt: tests for OPT_MULTIPLE
2013-05-13 Jan 'Moskyt' MatejkaOpt: OPT_MULTIPLE implemented, no tests yet but seems...
2013-05-13 Jan 'Moskyt' MatejkaOpt: Tests and some minor fixes
2013-05-13 Jan 'Moskyt' MatejkaOpt: looks well, going to write some tests
2013-05-13 Jan 'Moskyt' MatejkaOpt: strdup -> xstrdup
2013-05-13 Jan 'Moskyt' MatejkaOpt: fixed nothing-supplied detection
2013-05-06 Jan 'Moskyt' MatejkaOpt: fixed checking --no args and OPT_SINGLE
next