summaryrefslogtreecommitdiffstats
path: root/term-utils/scriptreplay.c
Commit message (Collapse)AuthorAgeFilesLines
* scriptreplay: fix compiler warning [-Wmissing-prototypes]Karel Zak2012-07-161-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* translation: unify file open error messagesSami Kerola2012-07-161-2/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* scriptreplay: fix compiler format warningSami Kerola2012-06-171-2/+1Star
| | | | | | scriptreplay.c:210:3: warning: format '%zd' expects argument of type 'signed size_t *', but argument 4 has type 'size_t *' [-Wformat] Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* term-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
| | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* scriptreplay: cleanup usage()Karel Zak2011-08-161-8/+10
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* scriptreplay: fix buffer overflowSami Kerola2011-07-261-2/+2
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* scriptreplay: allow arguments as command line switchesSami Kerola2011-04-121-9/+28
| | | | | | | The command line switches override old style arguments Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* scriptreplay: support long optionsSami Kerola2011-04-121-9/+38
| | | | | Signed-off-by: Sami Kerola <kerolasa@iki.fi> Signed-off-by: Karel Zak <kzak@redhat.com>
* scriptreplay: end printing with new lineSami Kerola2011-04-121-0/+1
| | | | | | | Depending on opinion this is either modest bug fix or tiny improvement. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
* build-sys: move script and scriptreplay to term-utils/Karel Zak2011-03-021-0/+182
Signed-off-by: Karel Zak <kzak@redhat.com>