]> git.ipfire.org Git - thirdparty/util-linux.git/history - libsmartcols/src/table.c
misc: Fix various typos
[thirdparty/util-linux.git] / libsmartcols / src / table.c
2016-05-31  Sebastian Rasmussenmisc: Fix various typos
2016-05-09  Karel ZakMerge branch 'no-fork' of https://github.com/terryburto...
2016-04-22  Karel Zaklibsmartcols remove duplicate code
2016-02-24  Karel ZakMerge branch 'ldadd-cflags-warnings' of https://github...
2016-02-24  Karel Zaklibsmartcols: fix relative column width for maxout
2016-02-23  Ruediger Meiermisc: fix compiler warnungs (unsigned/signed)
2016-02-19  Karel Zaklibsmartcols: support continuous printing
2016-02-19  Karel Zaklibsmartcols: add scols_table_print_range()
2016-02-12  Karel ZakMerge branch 'test-fixes' of https://github.com/rudimei...
2016-02-11  Karel ZakMerge branch 'colcrt' of git://github.com/kerolasa...
2016-02-09  Karel Zaklibsmartcols: use libscols_cell for title
2016-02-04  Karel ZakMerge branch 'master' of https://github.com/rudimeier...
2016-02-03  Ruediger Meierdocs: fix typos found by codespell
2016-01-25  Karel ZakMerge branch 'scols_fl_wrap' of https://github.com...
2016-01-25  Karel Zaklibsmartcols: document v2.27 symbols
2016-01-24  Igor Gnatenkolibsmartcols: add 'Since' tag for gtkdoc for some functions
2016-01-24  Igor Gnatenkolibsmartcols: add few methods to get information about...
2016-01-24  Igor Gnatenkolibsmartcols: position of title in fact unsigned
2016-01-22  Karel Zaklibsmartcols: support multibyte titles, rename wrap...
2016-01-22  Karel ZakMerge branch 'table_title' of https://github.com/ignate...
2016-01-22  Igor Gnatenkolibsmartcols: set everything once in scols_table_set_ti...
2016-01-21  Igor Gnatenkolibsmartcols: use symbols for title wrap
2016-01-21  Igor Gnatenkolibsmartcols: implement title of table
2016-01-18  Karel Zaklibsmartcols: don't sort if cmpfunc() is not set
2016-01-18  Karel Zaklibsmartcols: be sure column is unused
2016-01-18  Karel ZakMerge branch 'gh/254' of https://github.com/ignatenkobr...
2016-01-17  Igor Gnatenkolibsmartcols: reflect changinging SCOLS_FL_TREE after...
2016-01-07  Karel Zaklibsmartcols: make output buffer size estimation more...
2015-12-10  Karel ZakMerge branch 'test-fixes' of https://github.com/rudimei...
2015-12-07  Karel Zaklibsmartcols: add scols_table_enable_nowrap()
2015-06-04  Karel Zaklibsmartcols: add JSON output format
2015-02-19  Karel ZakMerge branch 'hwman2' of https://github.com/jwpi/util...
2015-02-16  Karel Zaklibsmartcols: remove assert(arg) from public functions
2015-01-13  Karel Zaklibsmartcols: (docs) improve section descriptions
2014-06-30  Karel Zaklibsmartcols: add note about deallocations
2014-06-06  Karel Zaklibsmartcols: add debug messages
2014-05-30  Karel ZakMerge branch 'lscpu-detect-v3' of https://github.com...
2014-05-20  Karel Zaklibsmartcols: add scols_sort_table()
2014-04-14  Karel Zaklibsmartcols: improve line and cell separators
2014-04-14  Karel ZakMerge branch 'scols' of git://github.com/ooprala/util...
2014-04-14  Ondrej Opralalibsmartcols: add separator getters/setters
2014-04-07  Karel Zaklibsmartcols: improve docs
2014-04-07  Karel Zaklibsmartcols: add debug and version functions
2014-04-07  Karel ZakMerge branch 'kill' of git://github.com/kerolasa/lelux...
2014-04-03  Karel Zaklibsmartcols: clean up flags usage
2014-04-03  Karel Zaklibsmartcols: init symbols when necessary
2014-04-03  Ondrej Opralalibsmartcols: include stdio
2014-04-03  Ondrej Opralalibsmartcols: add scols_table_is_empty()
2014-04-03  Ondrej Opralalibsmartcols: fix a usage example
2014-04-03  Ondrej Opralalibsmartcols: documentation
2014-04-03  Ondrej Opralalibsmartcols: move some code around
2014-04-03  Ondrej Opralalibsmartcols: revert the column flags API
2014-04-03  Ondrej Opralalibsmartcols: separate flags, add getters/setters
2014-04-03  Ondrej Opralalibsmartcols: add missing copyright notifications
2014-04-03  Karel Zaklibsmartcols: remove unnecessary code
2014-04-03  Karel Zaklibsmartcols: add reduce term width functionality
2014-04-03  Karel Zaklibsmartcols: support alternative streams
2014-04-03  Karel Zaklibsmartcols: add table code