gcc/texinfo/info
Robert Lipe 70f89f0d1d termdep.h: If POSIX...
* info/termdep.h: If POSIX, #undef TIOCGETC for benefit of systems
        that provide TIOCETC but not struct tchars.

From-SVN: r16231
1997-10-29 22:55:14 -07:00
..
Makefile.in Initial revision 1997-08-21 18:57:35 -04:00
NEWS Initial revision 1997-08-21 18:57:35 -04:00
README Initial revision 1997-08-21 18:57:35 -04:00
clib.c Initial revision 1997-08-21 18:57:35 -04:00
clib.h Initial revision 1997-08-21 18:57:35 -04:00
dir.c Initial revision 1997-08-21 18:57:35 -04:00
display.c Initial revision 1997-08-21 18:57:35 -04:00
display.h Initial revision 1997-08-21 18:57:35 -04:00
doc.h Initial revision 1997-08-21 18:57:35 -04:00
dribble.c Initial revision 1997-08-21 18:57:35 -04:00
dribble.h Initial revision 1997-08-21 18:57:35 -04:00
echo_area.c Initial revision 1997-08-21 18:57:35 -04:00
echo_area.h Initial revision 1997-08-21 18:57:35 -04:00
filesys.c Initial revision 1997-08-21 18:57:35 -04:00
filesys.h Initial revision 1997-08-21 18:57:35 -04:00
footnotes.c Initial revision 1997-08-21 18:57:35 -04:00
footnotes.h Initial revision 1997-08-21 18:57:35 -04:00
gc.c Initial revision 1997-08-21 18:57:35 -04:00
gc.h Initial revision 1997-08-21 18:57:35 -04:00
general.h Initial revision 1997-08-21 18:57:35 -04:00
indices.c Initial revision 1997-08-21 18:57:35 -04:00
indices.h Initial revision 1997-08-21 18:57:35 -04:00
info-stnd.texi Initial revision 1997-08-21 18:57:35 -04:00
info-utils.c Initial revision 1997-08-21 18:57:35 -04:00
info-utils.h Initial revision 1997-08-21 18:57:35 -04:00
info.1 Initial revision 1997-08-21 18:57:35 -04:00
info.c Initial revision 1997-08-21 18:57:35 -04:00
info.h Initial revision 1997-08-21 18:57:35 -04:00
info.texi Initial revision 1997-08-21 18:57:35 -04:00
infodoc.c Initial revision 1997-08-21 18:57:35 -04:00
infomap.c Initial revision 1997-08-21 18:57:35 -04:00
infomap.h Initial revision 1997-08-21 18:57:35 -04:00
m-x.c Initial revision 1997-08-21 18:57:35 -04:00
makedoc.c Initial revision 1997-08-21 18:57:35 -04:00
man.c man.c (find_man_formatter): Don't cast getenv(), but provide a minimal declaration at top level. 1997-10-15 09:49:40 -06:00
man.h Initial revision 1997-08-21 18:57:35 -04:00
nodemenu.c Initial revision 1997-08-21 18:57:35 -04:00
nodes.c Initial revision 1997-08-21 18:57:35 -04:00
nodes.h Initial revision 1997-08-21 18:57:35 -04:00
search.c Initial revision 1997-08-21 18:57:35 -04:00
search.h Initial revision 1997-08-21 18:57:35 -04:00
session.c Initial revision 1997-08-21 18:57:35 -04:00
session.h Initial revision 1997-08-21 18:57:35 -04:00
signals.c Initial revision 1997-08-21 18:57:35 -04:00
signals.h Initial revision 1997-08-21 18:57:35 -04:00
termdep.h termdep.h: If POSIX... 1997-10-29 22:55:14 -07:00
terminal.c Fix Freedbsd build problem with patch from more recent texinfo sources. 1997-08-30 18:48:33 -07:00
terminal.h Initial revision 1997-08-21 18:57:35 -04:00
tilde.c Initial revision 1997-08-21 18:57:35 -04:00
tilde.h Initial revision 1997-08-21 18:57:35 -04:00
userdoc.texi Initial revision 1997-08-21 18:57:35 -04:00
variables.c Initial revision 1997-08-21 18:57:35 -04:00
variables.h Initial revision 1997-08-21 18:57:35 -04:00
window.c Initial revision 1997-08-21 18:57:35 -04:00
window.h Initial revision 1997-08-21 18:57:35 -04:00
xmalloc.c Initial revision 1997-08-21 18:57:35 -04:00

README

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

The file NEWS contains information about what has changed since the last
release.

The file ../INSTALL contains instructions on how to install Info.


Info 2.0 is a complete rewrite of the original standalone Info I wrote in
1987, the first program I wrote for rms.  That program was something like
my second Unix program ever, and my die-hard machine language coding habits
tended to show through.  I found the original Info hard to read and
maintain, and thus decided to write this one.

The rewrite consists of about 12,000 lines of code written in about 12
days.  I believe this version of Info to be in much better shape than the
original Info, and the only reason it is in Beta test is because of its
short life span.

Info 2.0 is substantially different from its original standalone
predecessor.  It appears almost identical to the GNU Emacs version, but has
the advantages of smaller size, ease of portability, and a built in library
which can be used in other programs (to get or display documentation from
Info files, for example).

I eagerly await responses to this newer version of Info; comments on its
portability, ease of use and user interface, code quality, and general
usefulness are all of interest to me, and I will appreciate any comments
that you would care to make.

A full listing of the commands available in Info can be gotten by typing
`?' while within an Info window.  This produces a node in a window which
can be viewed just like any Info node.

Please send your comments, bug reports, and suggestions to

	bug-texinfo@prep.ai.mit.edu

--Brian Fox <bfox@ai.mit.edu>