]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- orphaned, outdated
authorJan Rękorajski <baggins@pld-linux.org>
Fri, 21 Apr 2006 23:41:32 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texinfo-alpha-tioc.patch -> 1.2
    texinfo-exe.patch -> 1.2

texinfo-alpha-tioc.patch [deleted file]
texinfo-exe.patch [deleted file]

diff --git a/texinfo-alpha-tioc.patch b/texinfo-alpha-tioc.patch
deleted file mode 100644 (file)
index 63e3361..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
---- texinfo-3.12f/info/terminal.c.gafton       Fri Mar 12 00:25:17 1999
-+++ texinfo-3.12f/info/terminal.c      Fri Mar 12 00:31:04 1999
-@@ -560,18 +560,7 @@
-   BC = tgetstr ("pc", &buffer);
-   PC = BC ? *BC : 0;
--#if defined (TIOCGETP)
--  {
--    struct sgttyb sg;
--
--    if (ioctl (fileno (stdout), TIOCGETP, &sg) != -1)
--      ospeed = sg.sg_ospeed;
--    else
--      ospeed = B9600;
--  }
--#else
-   ospeed = B9600;
--#endif /* !TIOCGETP */
-   term_cr = tgetstr ("cr", &buffer);
-   term_clreol = tgetstr ("ce", &buffer);
-@@ -642,18 +631,6 @@
- /*               How to Read Characters From the Terminal           */
- /*                                                                  */
- /* **************************************************************** */
--
--#if defined (TIOCGETC)
--/* A buffer containing the terminal interrupt characters upon entry
--   to Info. */
--struct tchars original_tchars;
--#endif
--
--#if defined (TIOCGLTC)
--/* A buffer containing the local terminal mode characters upon entry
--   to Info. */
--struct ltchars original_ltchars;
--#endif
- #if defined (HAVE_TERMIOS_H)
- struct termios original_termios, ttybuff;
diff --git a/texinfo-exe.patch b/texinfo-exe.patch
deleted file mode 100644 (file)
index 029569b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- texinfo-3.12f/util/install-info.c.gafton   Thu Mar 11 23:23:47 1999
-+++ texinfo-3.12f/util/install-info.c  Thu Mar 11 23:24:09 1999
-@@ -547,7 +547,7 @@
-     compression_program = &local_compression_program;
-   if (data[0] == '\x1f' && data[1] == '\x8b')
--#ifdef STRIP_DOT_EXE
-+#if STRIP_DOT_EXE
-     /* An explicit .exe yields a better diagnostics from popen below
-        if they don't have gzip installed.  */
-     *compression_program = "gzip.exe";
This page took 0.0449000000000001 seconds and 4 git commands to generate.