]> mj.ucw.cz Git - libucw.git/history - ucw/log-stream.c
tableprinter: update of column order
[libucw.git] / ucw / log-stream.c
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-04 Pavel CharvatMerge branch 'master' into dev-sizet
2014-06-03 Tomas VallaMerge branch 'dev-uint'
2014-06-02 Tomas VallaRenamed uns -> uint
2012-02-11 Martin MaresUse #include <ucw/...> instead of "ucw/..." (and simila...
2012-02-11 Martin MaresMerge branch 'dev-trans'
2012-01-07 Martin MaresLogging: Added log_set_default_stream()
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