]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch '2020wk13' of https://github.com/kerolasa/util-linux
authorKarel Zak <kzak@redhat.com>
Tue, 14 Apr 2020 09:29:25 +0000 (11:29 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 14 Apr 2020 09:29:25 +0000 (11:29 +0200)
commitd3c08f44098dd04473394a3a67842d95314a2061
treee51c78e4f6493bfec688b1938396af2439538eab
parent7fa6e867892cea778333c95e209feb20cebd250e
parented292a08dd8c3b11630d3699488fe9f53426aeb7
Merge branch '2020wk13' of https://github.com/kerolasa/util-linux

* '2020wk13' of https://github.com/kerolasa/util-linux:
  include: add remove_entry() to env.h
  tests: add sanitize_env() check
  more: fix moving backwards so that it can reach begining of the file
  more: use getopt_long() to parse options
  more: remove underlining related code
  more: fix SIGSTOP and SIGCONT handling
  more: make execute() more robust and timely
  more: target all standard streams when calling fflush()
  more: remove kill_line() in favor of erase_prompt()
  more: avoid defining special characters locally
  more: use off_t and cc_t to clarify what variables attempt to represent
  more: do not reset parent process terminal in execute()
  more: use single exit path to ensure resource freeing is unified