Codebase list texinfo / bff46cc
unfuzzify patches Norbert Preining 6 years ago
5 changed file(s) with 6 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
2323 TEXI2DVI = texi2dvi
2424 TEXI2PDF = $(TEXI2DVI) --pdf --batch
2525 MAKEINFOHTML = $(MAKEINFO) --html
26 @@ -1135,8 +1137,10 @@
26 @@ -1136,8 +1138,10 @@
2727 top_builddir = @top_builddir@
2828 top_srcdir = @top_srcdir@
2929 SUBDIRS = tp_api
66
77 --- texinfo.orig/util/texi2dvi
88 +++ texinfo/util/texi2dvi
9 @@ -1976,7 +1976,7 @@
9 @@ -1985,7 +1985,7 @@
1010 $SED "s,^$orig_pwd/,,;s,^\./,,;s,/,!,g"`
1111 esac
1212 # Remove it at exit if clean mode.
55
66 --- texinfo.orig/tp/Texinfo/Common.pm
77 +++ texinfo/tp/Texinfo/Common.pm
8 @@ -1207,7 +1207,7 @@
8 @@ -1209,7 +1209,7 @@
99 return {'text' => 'a sunny day'};
1010 }
1111 my($sec, $min, $hour, $mday, $mon, $year, $wday, $yday, $isdst)
33
44 --- texinfo.orig/info/info-utils.c
55 +++ texinfo/info/info-utils.c
6 @@ -1280,6 +1280,7 @@
7 &entry->nodename);
6 @@ -1281,6 +1281,7 @@
7 canonicalize_whitespace (entry->nodename);
88 if (!len)
99 return 0; /* Input invalid. */
1010 + canonicalize_whitespace (entry->nodename);
55
66 --- texinfo.orig/util/texi2dvi
77 +++ texinfo/util/texi2dvi
8 @@ -1896,6 +1896,9 @@
8 @@ -1905,6 +1905,9 @@
99
1010 For information about obtaining TeX, please see http://tug.org/texlive,
1111 or do a web search for TeX and your operating system or distro.