summaryrefslogtreecommitdiff
path: root/texinfo/ChangeLog
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-31 01:48:33 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1997-08-31 01:48:33 +0000
commit9da43a4bfc4f2923d22b52d2c525b898714e6000 (patch)
treee01933f5d99bce3608b19942ce5c46d7cb1da564 /texinfo/ChangeLog
parent1037b64021b3f6a32d3fc53571acfc8b0d9713e3 (diff)
downloadgcc-9da43a4bfc4f2923d22b52d2c525b898714e6000.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15003 138bc75d-0d04-0410-961f-82ee72b054a4
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 0e6fe7617d7..aea2b3864d8 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.