Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_Makefile.diff | Makefile change | no | 2010-04-27 | |||
02_minor_cleanup.diff | minor cleanup to stop warnings | no | 2010-04-27 | |||
03_io_h.diff | set_progname declaration | no | 2010-04-27 | |||
04_64-bit.diff | 64-bit support | no | debian | 2010-04-27 | ||
05_WINSZ.diff | WINSZ change in ttyrec.c (getslave) | Adam Borowski <kilobyte@angband.pl> | no | debian | 2010-04-27 | |
06_pause.diff | pause button (Implement speed == 0.0) * ttyplay.c (ttywait): Implement a case where speed == 0.0. * ttyplay.c (ttynowait): Return 1.0 (was: 0). * ttyplay.c (ttyplay): Loop until speed != 0.0. |
Colin Watson <cjwatson@debian.org> | no | debian | 2010-04-27 | |
07_ttyrec_man.diff | ttyrec manual for -e option | Joey Hess <joeyh@debian.org> | no | debian | 2010-04-27 | |
08_sigchld.diff | Don't exit at SIGCHLD handler | no | debian | 2010-04-27 | ||
09_sigwinch.diff | Handle SIGWINCH | no | debian | 2010-04-27 | ||
10_control_tty.diff | Set slave control tty | no | 2010-04-27 | |||
11_sigaction.diff | Use sigaction (instead of signal) BSD semantics has SA_RESTART, which kills a part of behaviors of ttyrec. Use sigaction for better control. * doinput should be interrupted * dooutput should not be interrupted |
no | 2010-04-27 | |||
12_ttyplay_fix_select.diff | Check return value of select | no | 2010-04-27 | |||
13_ttyplay_fread.diff | Handle SIGWINCH | no | debian | 2010-04-27 | ||
14_ttyplay_man.diff | ttyplay manual for pause button '0' | Joey Hess <joeyh@debian.org> | no | debian | 2010-04-27 | |
15_ttyrec_dont_record_query.diff | Don't record query to the terminal into record | NIIBE Yutaka <gniibe@fsij.org> | no | debian | 2010-04-28 | |
16_ttyrec_XCASE.diff | Workaround no XCASE | NIIBE Yutaka <gniibe@fsij.org> | no | 2010-04-28 | ||
17_remove_stropts.patch | Fix FTBFS glibc removed obsolete, never-implemented XSI STREAMS declarations via: https://sourceware.org/git/?p=glibc.git;a=commit;h=a0a0dc83173ce11ff45105fd32e5d14356cdfb9c And so stropts.h file is not available anymore. Moreover isastream() was declared in stropts.h and was never actually implemented. It always returned 0. ref: https://sources.debian.org/src/glibc/2.30-4/posix/streams-compat.c/#L68 As a result, "if (isastrem())" will always be false, so remove that. |
Sudip Mukherjee <sudipm.mukherjee@gmail.com> | no | debian |