freebsd-dev/gnu/lib/libreadline
Andrey A. Chernov 11e697311b Correct rl_attempted_completion_function type to Function *
for successful compilation with octave
1994-05-10 01:16:18 +00:00
..
doc Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
examples Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
readline Correct rl_attempted_completion_function type to Function * 1994-05-10 01:16:18 +00:00
bind.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
ChangeLog Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
complete.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
COPYING Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
display.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
emacs_keymap.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
funmap.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
history.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
isearch.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
keymaps.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
Makefile Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
parens.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
posixstat.h Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
readline.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
README.FreeBSD Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
rldefs.h Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
rltty.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
search.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
signals.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
sysdep.h Merge with much improved version from gdb4.11 1994-05-09 20:36:08 +00:00
tcsh_hack.readme Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
tilde.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
vi_keymap.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
vi_mode.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00
xmalloc.c Merged with new readline 2.0 from bash 1994-05-09 23:24:44 +00:00

The GNU Readline library is a programming tool that provides a
consistent user interface for recalling lines of previously typed
input and performing editing tasks on input lines.

paul@freefall.cdrom.com

There was a bug with tcsh: when readline attempt to get tty
modes from background, it got no-echo editing tcsh mode.

Workaround for this implemented via TIOCGWINSZ/TIOCSWINSZ
with same winsize structure: it does nothing expect polling
process from background. Look tcsh_hack.readme for details.

Here is megred version with readline comes from gdb4.11
and with readline 2.0 comes from bash

ache@astral.msk.su