* class.c (create_vtable_ptr): Put the vtable at the beginning of
[official-gcc.git] / texinfo / info / README
blob7e1ab327b99381c24dab70a12fea40ca38c8a83a
1 Info 2.0 is a complete rewrite of the original standalone Info I wrote in
2 1987, the first program I wrote for rms.  That program was something like
3 my second Unix program ever, and my die-hard machine language coding habits
4 tended to show through.  I found the original Info hard to read and
5 maintain, and thus decided to write this one.
7 The rewrite consists of about 12,000 lines of code written in about 12
8 days.  I believe this version of Info to be in much better shape than the
9 original Info.
11 Info 2.0 is substantially different from its original standalone
12 predecessor.  It appears almost identical to the GNU Emacs version, but has
13 the advantages of smaller size, ease of portability, and a built in library
14 which can be used in other programs (to get or display documentation from
15 Info files, for example).
17 I eagerly await responses to this newer version of Info; comments on its
18 portability, ease of use and user interface, code quality, and general
19 usefulness are all of interest to me, and I will appreciate any comments
20 that you would care to make.
22 A full listing of the commands available in Info can be gotten by typing
23 `?' while within an Info window.  This produces a node in a window which
24 can be viewed just like any Info node.
26 --Brian Fox <bfox@gnu.org>