Import GNU readline 5.0. vendor/READLINE
authorJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 23 Oct 2004 16:58:53 +0000 (16:58 +0000)
committerJoerg Sonnenberger <joerg@dragonflybsd.org>
Sat, 23 Oct 2004 16:58:53 +0000 (16:58 +0000)
commit3d64df50b5775129c4b98590762939b85abfed38
treeff44b2cc07821aa77f4f9e2e2a903992b83cc139
Import GNU readline 5.0.

Submitted-by: "Simon 'corecode' Schubert" <corecode@fs.ei.tum.de>
76 files changed:
contrib/readline-5.0/CHANGELOG [new file with mode: 0644]
contrib/readline-5.0/CHANGES [new file with mode: 0644]
contrib/readline-5.0/COPYING [new file with mode: 0644]
contrib/readline-5.0/INSTALL [new file with mode: 0644]
contrib/readline-5.0/NEWS [new file with mode: 0644]
contrib/readline-5.0/README [new file with mode: 0644]
contrib/readline-5.0/README.DELETED [new file with mode: 0644]
contrib/readline-5.0/README.DRAGONFLY [new file with mode: 0644]
contrib/readline-5.0/USAGE [new file with mode: 0644]
contrib/readline-5.0/ansi_stdlib.h [new file with mode: 0644]
contrib/readline-5.0/bind.c [new file with mode: 0644]
contrib/readline-5.0/callback.c [new file with mode: 0644]
contrib/readline-5.0/chardefs.h [new file with mode: 0644]
contrib/readline-5.0/compat.c [new file with mode: 0644]
contrib/readline-5.0/complete.c [new file with mode: 0644]
contrib/readline-5.0/display.c [new file with mode: 0644]
contrib/readline-5.0/doc/fdl.texi [new file with mode: 0644]
contrib/readline-5.0/doc/history.3 [new file with mode: 0644]
contrib/readline-5.0/doc/history.texi [new file with mode: 0644]
contrib/readline-5.0/doc/hstech.texi [new file with mode: 0644]
contrib/readline-5.0/doc/hsuser.texi [new file with mode: 0644]
contrib/readline-5.0/doc/readline.3 [new file with mode: 0644]
contrib/readline-5.0/doc/rlman.texi [new file with mode: 0644]
contrib/readline-5.0/doc/rltech.texi [new file with mode: 0644]
contrib/readline-5.0/doc/rluser.texi [new file with mode: 0644]
contrib/readline-5.0/doc/rluserman.texi [new file with mode: 0644]
contrib/readline-5.0/doc/texinfo.tex [new file with mode: 0644]
contrib/readline-5.0/doc/version.texi [new file with mode: 0644]
contrib/readline-5.0/emacs_keymap.c [new file with mode: 0644]
contrib/readline-5.0/funmap.c [new file with mode: 0644]
contrib/readline-5.0/histexpand.c [new file with mode: 0644]
contrib/readline-5.0/histfile.c [new file with mode: 0644]
contrib/readline-5.0/histlib.h [new file with mode: 0644]
contrib/readline-5.0/history.c [new file with mode: 0644]
contrib/readline-5.0/history.h [new file with mode: 0644]
contrib/readline-5.0/histsearch.c [new file with mode: 0644]
contrib/readline-5.0/input.c [new file with mode: 0644]
contrib/readline-5.0/isearch.c [new file with mode: 0644]
contrib/readline-5.0/keymaps.c [new file with mode: 0644]
contrib/readline-5.0/keymaps.h [new file with mode: 0644]
contrib/readline-5.0/kill.c [new file with mode: 0644]
contrib/readline-5.0/macro.c [new file with mode: 0644]
contrib/readline-5.0/mbutil.c [new file with mode: 0644]
contrib/readline-5.0/misc.c [new file with mode: 0644]
contrib/readline-5.0/nls.c [new file with mode: 0644]
contrib/readline-5.0/parens.c [new file with mode: 0644]
contrib/readline-5.0/posixdir.h [new file with mode: 0644]
contrib/readline-5.0/posixjmp.h [new file with mode: 0644]
contrib/readline-5.0/posixstat.h [new file with mode: 0644]
contrib/readline-5.0/readline.c [new file with mode: 0644]
contrib/readline-5.0/readline.h [new file with mode: 0644]
contrib/readline-5.0/rlconf.h [new file with mode: 0644]
contrib/readline-5.0/rldefs.h [new file with mode: 0644]
contrib/readline-5.0/rlmbutil.h [new file with mode: 0644]
contrib/readline-5.0/rlprivate.h [new file with mode: 0644]
contrib/readline-5.0/rlshell.h [new file with mode: 0644]
contrib/readline-5.0/rlstdc.h [new file with mode: 0644]
contrib/readline-5.0/rltty.c [new file with mode: 0644]
contrib/readline-5.0/rltty.h [new file with mode: 0644]
contrib/readline-5.0/rltypedefs.h [new file with mode: 0644]
contrib/readline-5.0/rlwinsize.h [new file with mode: 0644]
contrib/readline-5.0/savestring.c [new file with mode: 0644]
contrib/readline-5.0/search.c [new file with mode: 0644]
contrib/readline-5.0/shell.c [new file with mode: 0644]
contrib/readline-5.0/signals.c [new file with mode: 0644]
contrib/readline-5.0/tcap.h [new file with mode: 0644]
contrib/readline-5.0/terminal.c [new file with mode: 0644]
contrib/readline-5.0/text.c [new file with mode: 0644]
contrib/readline-5.0/tilde.c [new file with mode: 0644]
contrib/readline-5.0/tilde.h [new file with mode: 0644]
contrib/readline-5.0/undo.c [new file with mode: 0644]
contrib/readline-5.0/util.c [new file with mode: 0644]
contrib/readline-5.0/vi_keymap.c [new file with mode: 0644]
contrib/readline-5.0/vi_mode.c [new file with mode: 0644]
contrib/readline-5.0/xmalloc.c [new file with mode: 0644]
contrib/readline-5.0/xmalloc.h [new file with mode: 0644]