]> mj.ucw.cz Git - libucw.git/history - ucw/lib.h
Build: Just removed redundant parentheses.
[libucw.git] / ucw / lib.h
2014-04-28 Tomas Vallaasserts: Added ASSERT_MSG to print a debug msg together...
2014-01-28 Martin MaresAPI: Introduced exceptions for common mistakes of the...
2014-01-27 Martin MaresMerge branch 'dev-opt'
2014-01-27 Martin MaresLet <ucw/lib.h> include <stdbool.h> automatically
2014-01-14 Martin MaresMerge branch 'master' into dev-opt
2014-01-07 Pavel CharvatMerge branch 'dev-api' into dev-package
2014-01-03 Martin MaresABI: Symbol renames for libucw and libcharset
2013-10-17 Martin MaresAdded DBG_SPOT macro
2012-04-29 Martin MaresConf: Made the default context static
2012-02-18 Martin Mareslib.h: Added ASSERT_READABLE and ASSERT_WRITEABLE
2012-02-16 Martin MaresTime: Timing functions separated out to <ucw/time.h>
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-02-09 Martin MaresMoved memory allocation functions together and document...
2012-02-09 Martin MaresThe rest of sighandler separation
2012-02-09 Martin MaresMoved process-related functions to ucw/process.h
2012-02-09 Martin MaresMore modules moved to io.h and renamed to io-*.c
2012-02-09 Martin MaresThe `randomkey' module has been removed.
2011-03-29 Pavel Charvat* Fixed several bugs in fastbufs. * Implemented vdie...
2011-03-29 Martin MaresMerge branch 'master' of ssh://git.ucw.cz/projects...
2011-03-29 Pavel Charvatlibucw: OFFSETOF returns an unsigned int again
2011-03-29 Pavel Charvatucwlib: -- use offsetof() from C99
2011-03-29 Pavel CharvatUse size_t in xmalloc_zero.
2011-03-29 Martin MaresUse size_t in xmalloc() and xrealloc().
2011-02-27 Martin MaresMerge branch 'dev-mainloop'
2010-11-07 Pavel CharvatSimplified stdupping of NULL strings.
2009-02-19 Martin MaresLogging: The list of level names is consistent again.
2009-02-19 Martin MaresLogging: Report logging errors.
2009-02-19 Martin MaresLogging: Let the log level mask be configurable.
2009-02-18 Martin MaresLogging: Cleaned up documentation.
2009-02-14 Martin MaresMore documentation of <ucw/lib.h> and <ucw/config.h>.
2009-02-14 Martin MaresLogging: Documentation and minor cleanups of headers.
2009-02-14 Martin MaresLogging: The first bits of documentation.
2009-02-13 Martin MaresLogging: Rewritten the log-file module to implement...
2009-02-13 Martin MaresLogging: The Great Shuffle
2009-02-12 Martin MaresLogging: Added the initial implementation of log streams
2009-02-05 Robert Spalekchanged OFFSETOF again
2009-02-05 Robert Spalekfix OFFSET_OF on 64-bit architectures
2009-01-27 Pavel CharvatMerge branch 'v3.12.4'
2008-11-16 Martin MaresMerge branch 'master' into dev-lib
2008-10-30 Martin MaresMerge branch 'dev-free' into dev-lib
2008-10-30 Pavel CharvatGet rid of the "new" C++ keywords in ucwlib headers.
2008-07-20 Michal VanerLibucw: Add ROR (bitwise ROtation to Right)
2008-07-20 Michal VanerLibucw: Prime numbers moved from lib.h to prime.h.
2008-07-19 Michal VanerLibucw: Change sh_ prefix to ucw_.
2008-07-19 Michal VanerLibucw: remove dmalloc support
2008-07-17 Michal VanerMove context matching to libgather
2008-07-14 Martin MaresThe big move. Step #1: Move whole lib/ to ucw/.