diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-07-09 17:20:00 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2000-07-09 17:20:00 +0000 |
commit | 8768631c3f588dcf633777d9ee2a5afa852cd6a6 (patch) | |
tree | 2f7c979cc5e579afa2054da011a8a89e3a2a582a /readline/MANIFEST | |
parent | babf87273e5ffa8a82347d01ab0e6424efa799ad (diff) | |
download | gdb-8768631c3f588dcf633777d9ee2a5afa852cd6a6.tar.gz |
readline:
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of readline 4.1.
Locally modified files: Makefile.in, configure.in, configure
(regenerated), config.h.in (regenerated), readline.h, rltty.c,
shell.c signals.c.
Locally added files: acconfig.h, config/*, config.h.bot,
cross-build/*, doc/inc-hit.texinfo.
New files: USAGE, rlprivate.h, rlshell.h, xmalloc.h.
examples:
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of readline 4.1.
New files: excallback.c, rlfe.c.
doc:
2000-07-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* Import of readline 4.1.
Regenerated inc-hist.texinfo as copy of hsuser.texinfo, for
inclusion in the gdb manual.
New file: rluserman.texinfo
Diffstat (limited to 'readline/MANIFEST')
-rw-r--r-- | readline/MANIFEST | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/readline/MANIFEST b/readline/MANIFEST index f23ff41aff8..a51ca0525a7 100644 --- a/readline/MANIFEST +++ b/readline/MANIFEST @@ -11,8 +11,8 @@ MANIFEST f INSTALL f CHANGELOG f CHANGES f +USAGE f aclocal.m4 f -acconfig.h f config.h.in f configure f configure.in f @@ -28,11 +28,14 @@ posixstat.h f readline.h f rlconf.h f rldefs.h f +rlprivate.h f +rlshell.h f rlstdc.h f rltty.h f rlwinsize.h f tcap.h f tilde.h f +xmalloc.h f bind.c f complete.c f display.c f @@ -77,6 +80,7 @@ doc/manvers.texinfo f doc/rlman.texinfo f doc/rltech.texinfo f doc/rluser.texinfo f +doc/rluserman.texinfo f doc/hist.texinfo f doc/hstech.texinfo f doc/hsuser.texinfo f @@ -84,8 +88,10 @@ doc/readline.3 f doc/texi2dvi f doc/texi2html f examples/Makefile.in f +examples/excallback.c f examples/fileman.c f examples/manexamp.c f +examples/rlfe.c f examples/rltest.c f examples/rl.c f examples/rlversion.c f @@ -94,10 +100,14 @@ examples/Inputrc f # formatted documentation, from MANIFEST.doc doc/readline.ps f doc/history.ps f +doc/rluserman.ps f doc/readline.dvi f doc/history.dvi f +doc/rluserman.dvi f doc/readline.info f doc/history.info f +doc/rluserman.info f doc/readline.html f doc/history.html f +doc/rluserman.html f doc/readline.0 f |