]> mj.ucw.cz Git - libucw.git/commit
tableprinter: code cleanup contd.
authorRobert Kessl <kesslr@centrum.cz>
Wed, 9 Jul 2014 14:12:23 +0000 (16:12 +0200)
committerRobert Kessl <kesslr@centrum.cz>
Wed, 9 Jul 2014 14:12:23 +0000 (16:12 +0200)
commitf6e91541c3d3818541f506d57d253f7d9afbeab3
tree6450738a537ac42aeb94769985b48ca2178a4445
parent29db807e9be029beb9eaad2f1d3f8f9cb6aed36c
tableprinter: code cleanup contd.

 - update of cell output types: CELL_OUT_UNINITIALIZED is -1, CELL_OUT_HUMAN_READABLE is now -2 and CELL_OUT_MACHINE_READABLE -3
 - table_col_bool* now uses bool instead of uint
 - other code cleanup
ucw/table-types.c
ucw/table-types.h
ucw/table.c
ucw/table.h