]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'ul-refactor' of https://github.com/kerolasa/util-linux
authorKarel Zak <kzak@redhat.com>
Wed, 21 Oct 2020 09:08:11 +0000 (11:08 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 21 Oct 2020 09:08:11 +0000 (11:08 +0200)
commit9c4762cb6b3c05430512e7d68b39575071b5ecfa
treede084f2779f70ec330d35fdb17978bf6ab36088d
parent07c8462fb7f38b5872fc83fb98b8e9d81c6e41ef
parent1a3f71b292668857589a93675e04292316b35dcb
Merge branch 'ul-refactor' of https://github.com/kerolasa/util-linux

* 'ul-refactor' of https://github.com/kerolasa/util-linux:
  ul: flip comparisons to lesser to greater order
  ul: use size_t to measure memory allocation size
  ul: improve function and variable names
  ul: rename enumerated mode symbols
  ul: remove function like putwp preprocessor define
  ul: free most allocations ncurses did during setupterm()
  ul: replace global runtime variables with a control structure
  ul: add a term capabilities tracking structure
  ul: remove function prototypes
  ul: tidy up coding style
  ul: add basic tests