From owner-cvs-user Fri Jan 10 18:27:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA19814 for cvs-user-outgoing; Fri, 10 Jan 1997 18:27:59 -0800 (PST) Received: (from jmacd@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA19807; Fri, 10 Jan 1997 18:27:57 -0800 (PST) Date: Fri, 10 Jan 1997 18:27:57 -0800 (PST) From: Joshua Peck Macdonald Message-Id: <199701110227.SAA19807@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user Subject: cvs commit: src/contrib/texinfo/util install-info.c src/contrib/texinfo/info doc.c funs.h terminal.c Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmacd 97/01/10 18:27:57 Modified: contrib/texinfo/info terminal.c Added: contrib/texinfo/info doc.c funs.h Log: Remove a non-posix terminal flag OCRNL from terminal.c, add the two auto-generated files doc.c and funs.h. Revision Changes Path 1.2 +1 -2 src/contrib/texinfo/info/terminal.c Modified: contrib/texinfo/util install-info.c Log: Correct a bogus strerror declaration and make install-info intelligent enough to take default section and entry names for the purpose of being able to use it on old texinfo files in the source tree. This involved very minor modifications and the new options --defsection and --defentry which behave just like --section and --entry but ignore their argument if the info file is annotated with the information. This change should only be neccesary as long as there are old-style texinfo source in the tree. Revision Changes Path 1.2 +36 -24 src/contrib/texinfo/util/install-info.c