]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Merge branch 'script'
authorKarel Zak <kzak@redhat.com>
Thu, 25 Jun 2015 09:56:02 +0000 (11:56 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 25 Jun 2015 09:56:02 +0000 (11:56 +0200)
* script: (25 commits)
  script: add note to BUGS man page section
  script: fix EOF problems
  script: improve poll debugging
  script: cleanup signals usage
  script: debug poll() results
  script: add support for SCRIPT_DEBUG=
  script: remove magic constants from poll code
  script: rename control struct members
  script: close timingfp also when -e
  tests: add scriptreplay test
  script: move timing file opening close to use of it
  script: add noreturn function attributes
  script: use gettime_monotonic() to get timing file timestamps
  script: use correct input type, move comment, and so on
  script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
  script: move do_io() content to small functions
  script: add 'Script started' line always to capture file
  script: remove io vs signal race
  script: merge doinput() and output() functions to do_io()
  script: use poll() rather than select()
  ...


Trivial merge