]> mj.ucw.cz Git - libucw.git/commit
tableprinter: first shot on update of internals
authorRobert Kessl <kesslr@centrum.cz>
Mon, 30 Jun 2014 13:21:47 +0000 (15:21 +0200)
committerRobert Kessl <kesslr@centrum.cz>
Mon, 30 Jun 2014 13:21:47 +0000 (15:21 +0200)
commitc635690c6245e9b630210f4eeafd5290c65cab28
treee671ef563781279b3b1ea1f4d2b72d2c56aa13bd
parent19472b9df3b61631b819acb78bdaedcef2182e9c
tableprinter: first shot on update of internals

 - due to changes in the internals appends are no longer support
 - each column type now supports multiple copies in the output with
   potentially different output format. However, some column types
   are kept separated: uint vs. hex (historical reasons).
 - when the API user starts using table_col_printf or
   table_col_fbstart then the different kind of formats are ignored.
ucw/table-test.c
ucw/table-test.t
ucw/table-types.c
ucw/table-types.h
ucw/table.c
ucw/table.h
ucw/table.t