]> mj.ucw.cz Git - libucw.git/history - lib/lib.h
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / lib.h
2007-08-25 Martin MaresMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-07-09 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-25 Pavel Charvatconverted byte ** -> char ** in sepsplit
2007-06-25 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-22 Martin MaresUse `char *' instead of `byte *' for strings
2007-06-22 Martin MaresAdded missing parameter names to function prototypes.
2007-06-21 Pavel CharvatThe great conversion of log() logging function to msg().
2007-06-21 Pavel Charvatlibucw: added several const qualifiers
2007-06-19 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-07 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-06-01 Pavel Charvatlib: added {big,page}_alloc_zero routines
2007-05-18 Pavel Charvatfixed support for 64bit big allocations
2007-05-18 Pavel CharvatMerged main branch to dev-sorter.
2007-05-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-23 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-10 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-04-10 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-29 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-29 Pavel CharvatMerged extended mempool from the dev-playground branch.
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-12 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-08 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-03-07 Pavel CharvatASSERT if now an expression
2007-03-07 Pavel Charvatremoved EASSERT
2007-03-07 Pavel Charvatadded always evaluated EASSERT(x)
2007-03-07 Pavel CharvatAdded 32bit random number generator.
2007-02-17 Martin MaresReplaced the old timing functions by something more...
2007-02-16 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-13 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin Maresbig_alloc() now takes a 64-bit argument.
2007-02-02 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2007-02-02 Martin MaresThe great type cleanup: Use C99 types where applicable.
2007-01-29 Martin MaresUnified printing of flags.
2007-01-15 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2007-01-02 Pavel CharvatPartial merge with dev-async-shep:
2006-12-18 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-11 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-11 Martin MaresFixed thread safety of signal handling.
2006-12-09 Martin MaresFixed thread safety of signal handling.
2006-12-08 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-12-04 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-11-23 Martin MaresAdded big_alloc() for allocating large, page-aligned...
2006-10-26 Robert SpalekALIGN renamed to ALIGN_TO
2006-10-13 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-26 Martin MaresDefine NO_INLINE, which can be helpful when profiling.
2006-09-22 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-09-18 Pavel CharvatMerge with git+ssh://git.ucw.cz/projects/sherlock/GIT...
2006-09-15 Martin MaresAdded random_u64() and random_max_u64().
2006-09-13 Martin MaresAdded ALWAYS_INLINE.
2006-07-24 Pavel CharvatMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-05-04 Martin MaresCorrected definition of the PURE attribute.
2006-04-29 Martin MaresMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-24 Pavel CharvatSimple parser for escape sequences.
2006-04-23 Robert SpalekMerge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT...
2006-04-18 Robert Spalekadded macros CHECK_PTR_TYPE and PTR_TO
2006-01-29 Martin MaresAdded getproctitle().
2006-01-20 Martin MaresAdded a possibility of logging with microsecond timestamps.
2006-01-16 Martin Maresxfree() macro has been turned into a regular function...
2005-12-14 Martin Mareslog() is now signal-safe.
2005-12-06 Martin Mares_GNU_SOURCE can be already defined by compiler switches...
2005-10-16 Robert Spalekpartmap.h deserves its own header
2005-10-15 Robert Spalekpartmap_map() inlined and added an even faster version...
2005-10-02 Martin MaresMoved ROL() to lib.h.
2005-10-02 Martin MaresAdded a table of prime numbers. (I want to use prime...
2005-09-22 Martin Maresfls() is gone.
2005-08-29 Martin MaresAdded STRINGIFY_EXPANDED.
2005-07-22 Martin MaresAdded a function which allows to read the timeval obtai...
2005-06-17 Martin MaresAdded more format string checks.
2005-06-10 Martin MaresFormat string arguments for die() should be checked...
2005-05-29 Martin Mareslog_switch() returns whether the logs have been really...
2005-03-02 Martin MaresFix incorrect pointer casts.
2005-01-18 Tomas VallaWrong alignment fixed.
2005-01-18 Tomas VallaWe should check the special case.
2005-01-17 Tomas Vallauseful macro to align pointer p to size s
2004-12-11 Martin MaresSplit library functions to libsh and libucw.
2004-11-20 Martin MaresIntroduced COMPARE_LT and COMPARE_GT for comparison...
2004-10-29 Martin MaresOne more round of changes to the assert code -- I didn...
2004-10-29 Martin MaresAlways define the memory allocation primitives with...
2004-10-29 Martin MaresChanged DEBUG to CONFIG_DEBUG to avoid conflicts with...
2004-08-21 Robert Spalekadded sepsplit() in wordsplit.c
2004-08-15 Martin MaresAdded sync_dir().
2004-06-24 Robert Spalekadded unhandle_signal() into sighandler.c
2004-06-24 Robert Spaleksighandler.c:
2004-06-24 Robert Spalekadded a wrapper for signal handlers in sighandler.c
2004-05-10 Martin MaresSplit logging functions to two files to avoid linking...
2004-05-10 Martin MaresThe logger now exports the name of the current log...
2004-05-10 Martin MaresAdded xstrdup() and new logging functions.
2004-04-10 Martin MaresGot tired by repeating the same `gather pieces from...
2004-04-10 Martin MaresAdded exitstatus and runcmd functions. Finally decided...
2004-02-28 Martin MaresAdded REV_COMPARE(x,y) which is equivalent to COMPARE...
2004-02-27 Martin MaresHmmm, COMPILE_ASSERT is a better name.
2004-02-27 Martin MaresAdded CPP_ASSERT.
2004-02-15 Martin MaresIntroduced COMPARE macro for use in sorter callbacks.
2004-01-29 Martin MaresAdded STRINGIFY macro.
next