Name Date Size #Lines LOC

..--

Makefile.amH A D09-Jul-20243 KiB7533

Makefile.inH A D09-Jul-202420.6 KiB585487

READMEH A D09-Jul-20241.3 KiB3123

dir.cH A D09-Jul-20249.1 KiB293180

display.cH A D09-Jul-202420.5 KiB649407

display.hH A D09-Jul-20243.1 KiB8121

doc.hH A D09-Jul-20243.9 KiB10647

dribble.cH A D09-Jul-20242.2 KiB7133

dribble.hH A D09-Jul-20241.6 KiB447

echo-area.cH A D09-Jul-202443.9 KiB1,5271,039

echo-area.hH A D09-Jul-20244.2 KiB8841

filesys.cH A D09-Jul-202419.3 KiB714487

filesys.hH A D09-Jul-20244.1 KiB9528

footnotes.cH A D09-Jul-20248.2 KiB271153

footnotes.hH A D09-Jul-20241.7 KiB469

gc.cH A D09-Jul-20243 KiB9548

gc.hH A D09-Jul-20241.5 KiB405

indices.cH A D09-Jul-202421.1 KiB738484

indices.hH A D09-Jul-20242 KiB4813

info-utils.cH A D09-Jul-202418.8 KiB704453

info-utils.hH A D09-Jul-20245.8 KiB13943

info.cH A D09-Jul-202422.6 KiB688454

info.hH A D09-Jul-20245.7 KiB16387

infodoc.cH A D09-Jul-202436.8 KiB1,203913

infokey.cH A D09-Jul-202423.3 KiB927634

infokey.hH A D09-Jul-20243.4 KiB13147

infomap.cH A D09-Jul-202462.2 KiB1,8341,554

infomap.hH A D09-Jul-20242.6 KiB8535

key.hH A D09-Jul-20241.2 KiB389

m-x.cH A D09-Jul-20245.8 KiB217131

makedoc.cH A D09-Jul-202415.7 KiB581422

man.cH A D09-Jul-202418.6 KiB737554

man.hH A D09-Jul-20241.6 KiB4212

nodemenu.cH A D09-Jul-20249.3 KiB350219

nodes.cH A D09-Jul-202440.7 KiB1,266768

nodes.hH A D09-Jul-20247.5 KiB15965

pcterm.cH A D09-Jul-202421.8 KiB762501

search.cH A D09-Jul-202414.2 KiB500294

search.hH A D09-Jul-20243.3 KiB7829

session.cH A D09-Jul-2024146.4 KiB5,0423,562

session.hH A D09-Jul-202411.5 KiB240156

signals.cH A D09-Jul-20248.3 KiB298219

signals.hH A D09-Jul-20243.2 KiB9946

termdep.hH A D09-Jul-20241.8 KiB6230

terminal.cH A D09-Jul-202422.6 KiB877595

terminal.hH A D09-Jul-20245 KiB13347

tilde.cH A D09-Jul-20249.5 KiB345225

tilde.hH A D09-Jul-20242.2 KiB579

variables.cH A D09-Jul-20248.6 KiB308194

variables.hH A D09-Jul-20242.7 KiB6922

window.cH A D09-Jul-202444 KiB1,5571,058

window.hH A D09-Jul-202411.1 KiB24485

README

1Id: README,v 1.3 2004/04/11 17:56:45 karl Exp
2texinfo/info/README
3
4  Copyright (C) 2002 Free Software Foundation, Inc.
5
6  Copying and distribution of this file, with or without modification,
7  are permitted in any medium without royalty provided the copyright
8  notice and this notice are preserved.
9
10Info 2.0 is a complete rewrite of the original standalone Info I wrote in
111987, the first program I wrote for rms.  That program was something like
12my second Unix program ever, and my die-hard machine language coding habits
13tended to show through.  I found the original Info hard to read and
14maintain, and thus decided to write this one.
15
16The rewrite consists of about 12,000 lines of code written in about 12
17days.  I believe this version of Info to be in much better shape than the
18original Info.
19
20Info 2.0 is substantially different from its original standalone
21predecessor.  It appears almost identical to the GNU Emacs version, but has
22the advantages of smaller size, ease of portability, and a built in library
23which can be used in other programs (to get or display documentation from
24Info files, for example).
25
26A full listing of the commands available in Info can be gotten by typing
27`?' while within an Info window.  This produces a node in a window which
28can be viewed just like any Info node.
29
30--Brian Fox <bfox@gnu.org>
31