[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[6256] fix check for enough newlines in manpage formatter output
From: |
Gavin D. Smith |
Subject: |
[6256] fix check for enough newlines in manpage formatter output |
Date: |
Fri, 08 May 2015 23:13:21 +0000 |
Revision: 6256
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6256
Author: gavin
Date: 2015-05-08 23:13:20 +0000 (Fri, 08 May 2015)
Log Message:
-----------
fix check for enough newlines in manpage formatter output
Modified Paths:
--------------
trunk/ChangeLog
trunk/info/man.c
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2015-05-07 02:06:19 UTC (rev 6255)
+++ trunk/ChangeLog 2015-05-08 23:13:20 UTC (rev 6256)
@@ -1,3 +1,8 @@
+2015-05-09 Eli Zaretskii <address@hidden>
+
+ * info/man.c (get_manpage_from_formatter) <failed exit status>:
+ Fix check whether there are enough lines in formatter's output.
+
2015-05-07 Gavin Smith <address@hidden>
* tp/Texinfo/Convert/Plaintext.pm (_add_text_count)
@@ -17,6 +22,7 @@
* tp/Texinfo/Convert/Plaintext.pm (_count_added): Access
'end_line_count' value on hash directly instead of via function
call.
+
2015-05-06 Karl Berry <address@hidden>
* doc/texinfo.tex (\ensuremath): new helper macro.
Modified: trunk/info/man.c
===================================================================
--- trunk/info/man.c 2015-05-07 02:06:19 UTC (rev 6255)
+++ trunk/info/man.c 2015-05-08 23:13:20 UTC (rev 6256)
@@ -413,6 +413,7 @@
free (formatted_page);
return NULL;
}
+ p++;
}
}
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [6256] fix check for enough newlines in manpage formatter output,
Gavin D. Smith <=