]> mj.ucw.cz Git - libucw.git/commit
tableprinter: added parsing of column arg; bugfixes
authorRobert Kessl <kesslr@centrum.cz>
Tue, 1 Jul 2014 14:58:20 +0000 (16:58 +0200)
committerRobert Kessl <kesslr@centrum.cz>
Tue, 1 Jul 2014 14:58:20 +0000 (16:58 +0200)
commit7a9e8666e80ddf97a9e24738f3d89cf0cd4c2724
tree29b63b788a06b8855fb962ecc16d1db73b49f451
parentf3bbc02bdad76177253fd2024dac127ee20dfc4f
tableprinter: added parsing of column arg; bugfixes

- added parsing of column args. Now it is possible to specify column
  using the following format: <col-name>['['<arg>']']
- fix of printing of timestamp and size: single value was set for all
  instances of a column. Now each column instance has value in its
  format.
ucw/table-types.c
ucw/table-types.h
ucw/table.c
ucw/table.h