aboutsummaryrefslogtreecommitdiff
path: root/texinfo/ChangeLog
diff options
context:
space:
mode:
authorKarl Berry <karl@cs.umb.edu>1997-08-31 01:48:33 +0000
committerJim Wilson <wilson@gcc.gnu.org>1997-08-30 18:48:33 -0700
commit4f122a21abed3b537e9baf105fff9f9066f7c190 (patch)
treee01933f5d99bce3608b19942ce5c46d7cb1da564 /texinfo/ChangeLog
parent3b7e5ef4c7bd600b36c717a10270e3a727473210 (diff)
downloadgcc-4f122a21abed3b537e9baf105fff9f9066f7c190.zip
gcc-4f122a21abed3b537e9baf105fff9f9066f7c190.tar.gz
gcc-4f122a21abed3b537e9baf105fff9f9066f7c190.tar.bz2
Fix Freedbsd build problem with patch from more recent texinfo sources.
* info/terminal.c (terminal_prep_terminal): Only use OCRNL and ONLCR if they are defined. Reported by many people. From-SVN: r15003
Diffstat (limited to 'texinfo/ChangeLog')
-rw-r--r--texinfo/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/texinfo/ChangeLog b/texinfo/ChangeLog
index 0e6fe76..aea2b38 100644
--- a/texinfo/ChangeLog
+++ b/texinfo/ChangeLog
@@ -16,6 +16,11 @@ Mon May 26 12:44:43 1997 Ian Lance Taylor <ian@cygnus.com>
* texinfo.tex: Update to newest FSF version (2.201).
+Fri Mar 14 15:05:17 1997 Karl Berry <karl@cs.umb.edu>
+
+ * info/terminal.c (terminal_prep_terminal): Only use OCRNL and
+ ONLCR if they are defined. Reported by many people.
+
Wed Feb 12 11:15:16 1997 Michael Meissner <meissner@cygnus.com>
* util/texindex.c (main): Make main an int function, not void.