]> mj.ucw.cz Git - libucw.git/history - lib/lib.h
Added bit_array_assign(), replaced BIT_ARRAY_ALLOC by functions.
[libucw.git] / lib / lib.h
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.
2004-01-10 Martin MaresAdded GLUE and GLUE_ macros.
2003-12-23 Tomas VallaAllow modules to change the log title, second attempt.
2003-12-15 Martin MaresThe debugging memory allocator is now enabled by DEBUG_...
2003-09-23 Martin MaresAdded a set of functions for sliding window mmapping...
2003-06-12 Martin MaresASSERT is unlikely.
2003-02-05 Martin MaresTried to use libm for calculating logarithmic frequenci...
2003-01-24 Martin MaresObject functions are numerous enough to deserve their...
2003-01-22 Martin MaresAdded obj_write_nocheck which writes the object as...
2003-01-22 Martin MaresObjects always live in somebody else's pool.
2003-01-22 Martin MaresReplaced various attempts to speed up use of obj_add_at...
2002-08-20 Martin MaresIf not debugging, compile at least ASSERT(0) as call...
2002-08-20 Martin MaresAdded license notices to all library files which are...
2002-07-17 Martin MaresFailed ASSERT now dumps core.
2002-06-22 Martin Maresdmalloc and efence work again (ported from rel-2.1...
2002-06-08 Martin MaresNew functions for manipulating attribute lists: obj_pre...
2002-06-01 Robert Spalekadded macro UNALIGNED_PART()
2002-03-29 Martin MaresAdded a library module for generation of cryptographica...
2001-03-30 Robert Spalekrx_compile() can now compile with IGNORING CASE enabled too
2001-03-27 Martin MaresRemoved tempfile functions (nobody uses them and they...
2001-03-27 Martin MaresAdded ABS macro.
2001-03-17 Martin MaresDefine setproctitle() and use it for gatherer thread...
2001-03-07 Martin MaresAdded a couple of useful macros: MIN, MAX, CLAMP, ARRAY...
2001-02-16 Martin MaresAdded unmapping and writeable mappings.
2001-01-28 Martin MaresAdded __attribute__((format...)) to declaration of...
2001-01-26 Martin MaresAdded log_fork() which should be called after fork...
2001-01-21 Martin MaresIntroduced xmalloc_zero().
2001-01-14 Martin MaresImport object attribute handling from old Sherlock.
2001-01-14 Martin MaresNew logging mechanism. Also cleaned up lib.h.
2000-12-11 Martin MaresAdded support for memory debuggers (efence and [unteste...
2000-12-11 Martin MaresFixed includes, defines and copyrights.
2000-12-05 Martin MaresAdded a couple of FIXME's.
2000-12-05 Martin MaresAdd directory to all includes.
1999-11-08 Martin MaresMoved OFFSETOF etc. here. Added ASSERT.
1999-09-13 Martin MaresKilled `typedef unsigned long ulg' and replaced all...
1999-03-27 Martin MaresImplemented mmap_file().
1998-02-11 Martin MaresAdded a nice bounded random-number generator. Use where...
1998-01-19 Martin MaresAdded universal function for scanning of object trees...
1998-01-12 Martin MaresAdded "name" parameter to obj_fload in order to get...
1998-01-10 Pavel MachekSync after disk crash. Main now includes zajicek's...
1998-01-06 Martin MaresSyncing crashed repository with my work tree.
1997-12-03 Martin Maresffs _cannot_ be used as a substitute for log2, because...
1997-11-25 Martin MaresAdded regex library interface.
1997-11-14 Martin MaresMore hierarchy fixes.
1997-09-09 Martin MaresPre-release!
1997-07-29 Martin MaresSee ChangeLogs.
1997-07-27 Martin MaresAdding all files developed during last week...
1997-05-02 Martin Maresmatch_pattern_nocase
1997-04-21 Martin MaresFirst a bit working version.
1997-04-16 Martin MaresMETA and decoders
1997-04-13 Martin MaresDaily commit.
1997-04-09 Martin MaresInitial revision