]> mj.ucw.cz Git - libucw.git/history - ucw/log-stream.c
hashtable: Implemented new HASH_TABLE_VARS parameter.
[libucw.git] / ucw / log-stream.c
2009-02-20 Martin MaresLogging: Introduce LS_NUM_TYPES and use it.
2009-02-19 Martin MaresLogging: Implemented message types.
2009-02-19 Martin MaresLogging: Fixed a bug in log_close_all().
2009-02-15 Martin MaresLogging: Let log_close_all() ASSERT that all references...
2009-02-14 Martin MaresLogging: Removed duplicate comments.
2009-02-14 Martin MaresLogging: Fix log_close_all().
2009-02-14 Martin MaresLogging: Documentation and minor cleanups of headers.
2009-02-14 Martin MaresLogging: Added log_set_format() and log_default_stream().
2009-02-13 Martin MaresLogging: Introduce inheritance of log_stream's.
2009-02-13 Martin MaresLogging: Introduce use counts on streams.
2009-02-13 Martin MaresLogging: Fixed a silly bug in my cleanup of log_new_str...
2009-02-13 Martin MaresLogging: Clean up log-stream.c.
2009-02-13 Martin MaresLogging: The Great Shuffle