]> mj.ucw.cz Git - libucw.git/history - ucw/table.c
Logger: Fixed use of unitialized flags
[libucw.git] / ucw / table.c
2014-06-26 Robert Kessltableprinter: add of table_col_is_printed
2014-06-25 Robert Kessltableprinter: table_clean_row renamed to table_reset_row
2014-06-25 Robert Kessltableprinter: table_end_row now calls table_clean_row
2014-06-25 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-25 Robert Kessltableprinter: add of table_clean_row
2014-06-20 Martin MaresDocs: Improved table printer documentation
2014-06-20 Robert Kessltableprinter: added blockline formatter
2014-06-16 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-16 Robert KesslTableprinter: corrected INT64 -> S64
2014-06-12 Robert KesslMerge remote-tracking branch 'origin/master'
2014-06-12 Robert KesslTableprinter: added U64, INT64
2014-06-05 Martin MaresMerge branch 'table'
2014-06-04 Robert KesslTable: renamed table_col_order[_by_name] -> table_set_c...
2014-06-04 Robert KesslTable: added left alignment flag
2014-06-04 Pavel CharvatMerge branch 'master' into table
2014-06-03 Robert KesslTable: update of column macros and table_start
2014-06-03 Robert KesslTable: update of column initialization macros
2014-05-30 Martin MaresTable: Clean up column list parsing
2014-05-30 Martin MaresTable: Fixed bugs in header printing configuration
2014-05-30 Martin MaresTable: Renaming callbacks to a formatter
2014-05-30 Martin MaresTable: Shuffle functions to form thematic blocks
2014-05-30 Martin MaresImported tableprinter module