NetBSD/lib/libedit
jmc 50b6095c16 Alloc the keys structure with A_K_NKEYS as the multiplier rather than a
hardcoded value of 4.

A_K_NKEYS is currently 6 and this mismatch was stomping memory when
initializing the keys. (specifically gdb lost the exec file name if it was
a long path name).
2000-11-28 22:37:51 +00:00
..
TEST convert to new style guide 2000-09-04 23:36:41 +00:00
Makefile use .tmp temporaries for generated files, to avoid having failed generated 2000-08-15 12:01:40 +00:00
chared.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
chared.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
common.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
editline.3 el_insertstr takes a "const char *" not "char *" now as it doesn't modify 2000-02-28 17:41:04 +00:00
editrc.5 improve description of line syntax 2000-11-08 00:09:38 +00:00
el.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
el.h - add support for home and end keys. 2000-11-11 22:18:57 +00:00
emacs.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
hist.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
hist.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
histedit.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
history.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
key.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
key.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
makelist - generate ansi prototypes instead of using __P(). noted by christos 2000-09-04 23:45:18 +00:00
map.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
map.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
parse.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
parse.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
prompt.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
prompt.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
read.c - add support for home and end keys. 2000-11-11 22:18:57 +00:00
readline.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
readline.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
refresh.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
refresh.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
search.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
search.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
shlib_version - implement printing a right-side prompt. code derived from similar work 1999-11-12 01:05:07 +00:00
sig.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
sig.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
sys.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
term.c Alloc the keys structure with A_K_NKEYS as the multiplier rather than a 2000-11-28 22:37:51 +00:00
term.h - add support for home and end keys. 2000-11-11 22:18:57 +00:00
tokenizer.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
tokenizer.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
tty.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
tty.h convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00
vi.c convert to new style guide, which includes: 2000-09-04 22:06:28 +00:00