Util-Linux package development
 help / color / mirror / Atom feed
* [PATCH 00/12] pull: script(1) changes
@ 2015-02-22 14:42 Sami Kerola
  2015-02-22 14:42 ` [PATCH 01/12] script: remove function prototypes Sami Kerola
                   ` (16 more replies)
  0 siblings, 17 replies; 23+ messages in thread
From: Sami Kerola @ 2015-02-22 14:42 UTC (permalink / raw)
  To: util-linux; +Cc: Sami Kerola

Hello,

The following changes are clean ups and improvements to script(1)
command.  These changes are also available from my github remote
repository.

 git://github.com/kerolasa/lelux-utiliteetit.git script

Sami Kerola (12):
  script: remove function prototypes
  script: add struct script_control and remove global variables
  script: use signalfd() to catch signals
  script: use poll() rather than select()
  script: merge doinput() and output() functions to do_io()
  script: remove io vs signal race
  script: add 'Script started' line always to capture file
  script: move do_io() content to small functions
  script: replace strftime() workaround with CFLAGS = -Wno-format-y2k
  script: use correct input type, move comment, and so on
  script: use gettime_monotonic() to get timing file timestamps
  script: add noreturn function attributes

 term-utils/Makemodule.am |   5 +-
 term-utils/script.c      | 872 ++++++++++++++++++++---------------------------
 tests/ts/script/race     |   4 -
 3 files changed, 380 insertions(+), 501 deletions(-)

-- 
2.3.0


^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2015-06-25 10:00 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-22 14:42 [PATCH 00/12] pull: script(1) changes Sami Kerola
2015-02-22 14:42 ` [PATCH 01/12] script: remove function prototypes Sami Kerola
2015-02-22 14:42 ` [PATCH 02/12] script: add struct script_control and remove global variables Sami Kerola
2015-03-03 11:56   ` Karel Zak
2015-02-22 14:42 ` [PATCH 03/12] script: use signalfd() to catch signals Sami Kerola
2015-02-22 14:42 ` [PATCH 04/12] script: use poll() rather than select() Sami Kerola
2015-02-22 14:42 ` [PATCH 05/12] script: merge doinput() and output() functions to do_io() Sami Kerola
2015-02-22 14:42 ` [PATCH 06/12] script: remove io vs signal race Sami Kerola
2015-02-22 14:42 ` [PATCH 07/12] script: add 'Script started' line always to capture file Sami Kerola
2015-02-22 14:42 ` [PATCH 08/12] script: move do_io() content to small functions Sami Kerola
2015-02-22 14:42 ` [PATCH 09/12] script: replace strftime() workaround with CFLAGS = -Wno-format-y2k Sami Kerola
2015-02-22 14:42 ` [PATCH 10/12] script: use correct input type, move comment, and so on Sami Kerola
2015-02-22 14:42 ` [PATCH 11/12] script: use gettime_monotonic() to get timing file timestamps Sami Kerola
2015-02-22 14:42 ` [PATCH 12/12] script: add noreturn function attributes Sami Kerola
2015-03-03 12:05 ` [PATCH 00/12] pull: script(1) changes Karel Zak
2015-03-04 15:49 ` Karel Zak
2015-05-21 11:13 ` Karel Zak
2015-05-24 19:07   ` Sami Kerola
2015-06-02 12:05 ` Karel Zak
2015-06-07 20:25   ` Sami Kerola
2015-06-08  9:15     ` Sami Kerola
2015-06-08 21:01       ` Sami Kerola
2015-06-25 10:00 ` Karel Zak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox