]> git.pld-linux.org Git - packages/texinfo.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Jan 2005 23:58:10 +0000 (23:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texinfo-fix.patch -> 1.2
    texinfo-pl.po-update.patch -> 1.2
    texinfo-segfault.patch -> 1.2

texinfo-fix.patch [deleted file]
texinfo-pl.po-update.patch [deleted file]
texinfo-segfault.patch [deleted file]

diff --git a/texinfo-fix.patch b/texinfo-fix.patch
deleted file mode 100644 (file)
index 149bdb1..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- texinfo-3.12/util/install-info.c.fix       Thu Sep 24 14:59:11 1998
-+++ texinfo-3.12/util/install-info.c   Thu Sep 24 15:01:09 1998
-@@ -1019,7 +1019,7 @@
-         break;
-       filled += nread;
--      if (filled == data_size)
-+      if (filled >= data_size - 1)
-         {
-           data_size *= 2;
-           data = (char *) xrealloc (data, data_size);
-@@ -1061,7 +1061,7 @@
-     {
-       if (lineflag)
-         {
--          if (filled == lines_allocated)
-+          if (filled == lines_allocated - 1)
-             {
-               lines_allocated *= 2;
-               lines = (struct line_data *) xrealloc (lines, lines_allocated * sizeof (struct line_data));
diff --git a/texinfo-pl.po-update.patch b/texinfo-pl.po-update.patch
deleted file mode 100644 (file)
index b7095d1..0000000
+++ /dev/null
@@ -1,94 +0,0 @@
---- texinfo-4.7/po/pl.po.orig  2004-04-09 23:31:10.000000000 +0200
-+++ texinfo-4.7/po/pl.po       2004-04-11 22:44:51.852272000 +0200
-@@ -5,10 +5,10 @@
- #
- msgid ""
- msgstr ""
--"Project-Id-Version: texinfo 4.6.93\n"
-+"Project-Id-Version: texinfo 4.7\n"
- "Report-Msgid-Bugs-To: bug-texinfo@gnu.org\n"
- "POT-Creation-Date: 2004-04-09 14:31-0700\n"
--"PO-Revision-Date: 2004-03-27 10:50+0100\n"
-+"PO-Revision-Date: 2004-04-11 22:40+0200\n"
- "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n"
- "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
- "MIME-Version: 1.0\n"
-@@ -179,9 +179,9 @@
- msgstr "Brak wpisów w indeksie."
- #: info/indices.c:375
--#, fuzzy, c-format
-+#, c-format
- msgid "No %sindex entries containing `%s'."
--msgstr "Nie ma %swpisów zawieraj±cych \"%s\"."
-+msgstr "Nie ma %swpisów w indeksie zawieraj±cych `%s'."
- #: info/indices.c:376
- msgid "more "
-@@ -192,20 +192,19 @@
- msgstr "NIE MO¯NA TEGO ZOBACZYÆ"
- #: info/indices.c:422
--#, fuzzy, c-format
-+#, c-format
- msgid "Found `%s' in %s. (`\\[next-index-match]' tries to find next.)"
--msgstr ""
--"Znaleziono \"%s\" w %s. (`\\[next-index-match]' próbuje znale¼æ nastêpne.)"
-+msgstr "Znaleziono `%s' w %s. (`\\[next-index-match]' próbuje znale¼æ nastêpne.)"
- #: info/indices.c:541
--#, fuzzy, c-format
-+#, c-format
- msgid "Scanning indices of `%s'..."
--msgstr "Przeszukiwanie indeksów \"%s\"..."
-+msgstr "Przeszukiwanie indeksów `%s'..."
- #: info/indices.c:596
--#, fuzzy, c-format
-+#, c-format
- msgid "No available info files have `%s' in their indices."
--msgstr "¯aden z dostêpnych plików info nie zawiera \"%s\" w swoich indeksach."
-+msgstr "¯aden z dostêpnych plików info nie zawiera `%s' w swoich indeksach."
- #: info/indices.c:622
- msgid "Grovel all known info file's indices for a string and build a menu"
-@@ -216,13 +215,13 @@
- msgstr "Indeks dla ³añcucha: "
- #: info/indices.c:654
--#, fuzzy, c-format
-+#, c-format
- msgid ""
- "\n"
- "* Menu: Nodes whose indices contain `%s':\n"
- msgstr ""
- "\n"
--"* Menu: Wêz³y, których indeksy zawieraj± \"%s\":\n"
-+"* Menu: Wêz³y, których indeksy zawieraj± `%s':\n"
- #: info/info.c:275 info/infokey.c:899
- #, c-format
-@@ -1599,9 +1598,9 @@
- msgstr "\"%s\" jest niepoprawne"
- #: info/session.c:4495
--#, fuzzy, c-format
-+#, c-format
- msgid "`%s' is invalid"
--msgstr "\"%s\" jest niepoprawne"
-+msgstr "`%s' jest niepoprawne"
- #: info/session.c:4709
- msgid "Add this digit to the current numeric argument"
-@@ -2811,9 +2810,9 @@
- msgstr "Za³±cznik %c"
- #: makeinfo/sectioning.c:467
--#, fuzzy, c-format
-+#, c-format
- msgid "Internal error (search_sectioning) `%s'!"
--msgstr "B³±d wewnêtrzny (search_sectioning) \"%s\"!"
-+msgstr "B³±d wewnêtrzny (search_sectioning) `%s'!"
- #: makeinfo/sectioning.c:562
- #, c-format
diff --git a/texinfo-segfault.patch b/texinfo-segfault.patch
deleted file mode 100644 (file)
index 6ac7ef9..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -urN texinfo-4.7/info/echo-area.c texinfo-4.7.patch/info/echo-area.c
---- texinfo-4.7/info/echo-area.c       2004-03-14 01:57:29.000000000 +0100
-+++ texinfo-4.7.patch/info/echo-area.c 2004-08-07 01:06:49.000000000 +0200
-@@ -1510,8 +1510,8 @@
-   text[i] = 0;
-   echo_area_initialize_node ();
--  sprintf (&input_line[input_line_end], "%s[%s]\n",
--           echo_area_is_active ? " ": "", text);
-+  snprintf (&input_line[input_line_end], EA_MAX_INPUT + 1 - input_line_end, 
-+                "%s[%s]\n", echo_area_is_active ? " ": "", text);
-   free (text);
-   the_echo_area->point = input_line_point;
-   display_update_one_window (the_echo_area);
This page took 0.040403 seconds and 4 git commands to generate.