Package: ttyrec / 1.1.7.1-2

Metadata

Package Version Patches format
ttyrec 1.1.7.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
04_64 bit.diff | (download)

io.c | 56 7 + 49 - 0 !
1 file changed, 7 insertions(+), 49 deletions(-)

 detect endianness more portably

Bug-Debian: http://bugs.debian.org/154520
05_WINSZ.diff | (download)

ttyrec.c | 9 1 + 8 - 0 !
1 file changed, 1 insertion(+), 8 deletions(-)

 winsz change in ttyrec.c (getslave)

Bug-Debian: http://bugs.debian.org/472463
06_pause.diff | (download)

docs/ttyplay.1 | 3 3 + 0 - 0 !
ttyplay.c | 18 13 + 5 - 0 !
2 files changed, 16 insertions(+), 5 deletions(-)

 pause button (implement speed == 0.0)

Bug-Debian: http://bugs.debian.org/457488
12_ttyplay_fix_select.diff | (download)

ttyplay.c | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 check return value of select

Authors: NIIBE Yutaka <gniibe@fsij.org>
13_ttyplay_fread.diff | (download)

ttyplay.c | 20 18 + 2 - 0 !
1 file changed, 18 insertions(+), 2 deletions(-)

 handle sigwinch

Auther: Joey Hess <joeyh@debian.org>
Reported-By: Joey Hess <joeyh@debian.org>
Bug-Debian: http://bugs.debian.org/564931
15_ttyrec_dont_record_query.diff | (download)

ttyrec.c | 20 18 + 2 - 0 !
1 file changed, 18 insertions(+), 2 deletions(-)

 don't record query to the terminal into record

Bug-Debian: http://bugs.debian.org/579388
0007 Replace set_progname that allocates with err 3.patch | (download)

io.c | 20 5 + 15 - 0 !
io.h | 1 0 + 1 - 0 !
ttyplay.c | 1 0 + 1 - 0 !
ttytime.c | 1 0 + 1 - 0 !
4 files changed, 5 insertions(+), 18 deletions(-)

 replace set_progname() that allocates with err(3)


0008 docs ttyrec.1 useless whatis entry.patch | (download)

docs/ttyrec.1 | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 docs/ttyrec.1: useless-whatis-entry


0009 ttyplay add bind q to quit and s 0 the same instead .patch | (download)

docs/ttyplay.1 | 8 5 + 3 - 0 !
ttyplay.c | 7 7 + 0 - 0 !
2 files changed, 12 insertions(+), 3 deletions(-)

 ttyplay: add bind q to quit (and -s <0 the same instead of breaking
 weirdly) (Closes: #564952)


0010 ttyplay don t use uninitialised memory on partial he.patch | (download)

io.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ttyplay: don't use uninitialised memory on partial header read


0011 ttyplay p wait for input with inotify if available C.patch | (download)

configure | 13 13 + 0 - 0 !
ttyplay.c | 38 35 + 3 - 0 !
2 files changed, 48 insertions(+), 3 deletions(-)

 ttyplay -p: wait for input with inotify,
 if available (Closes: #564826)


0012 Don t try to exec char 1 if SHELL doesn t have a Clo.patch | (download)

ttyrec.c | 12 10 + 2 - 0 !
1 file changed, 10 insertions(+), 2 deletions(-)

 don't try to exec((char *)1) if $shell doesn't have a / (closes:
 #414949)