NetBSD/lib/libedit
lukem f87d250404 * add more checks for NULL pointers in passed arguments
* implement el_get(EditLine *, int op, void *result), which does the
  inverse of el_set()
* add EL_EDITMODE operation to el_set and el_get; if non zero editing
  is enabled (the default).
* add "edit  on | off" editrc command, which modifies EL_EDITMODE.
  users can now add '*:edit off' in ~/.editrc as an advisory to
  disable editing.

NOTE: at this time EL_EDITMODE is just an indication of the
state of the 'edit' command. It's up to the application to check
this after el_source() or el_parse() to determine if editing is still
required.
1998-07-29 02:26:00 +00:00
..
TEST Show the simpler way. 1998-05-20 01:38:53 +00:00
Makefile * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
chared.c remove obsolete register declarations 1998-02-03 19:12:13 +00:00
chared.h
common.c Don't print to stderr, but to the editline error stream. 1998-05-20 01:00:33 +00:00
editline.3 * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
editrc.5 * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
el.c * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
el.h * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
emacs.c cast is*() arg to unsigned char 1998-05-20 01:01:28 +00:00
hist.c
hist.h
histedit.h * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
history.c Add H_APPEND to simplify the interface. 1998-05-20 01:37:54 +00:00
key.c
key.h
makelist
map.c * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
map.h * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
parse.c * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
parse.h
prompt.c * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
prompt.h * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
read.c * implement CC_REFRESH_BEEP; as per CC_REFRESH but beep as well. this 1998-06-01 14:31:26 +00:00
readline.c Adjust to the libedit api changes. 1998-05-20 01:03:06 +00:00
readline.h Const de-poisoning :-( Unfortunately the default gnu readline does not 1997-10-23 22:51:59 +00:00
refresh.c cast is*() arg to unsigned char 1998-05-20 01:03:30 +00:00
refresh.h
search.c
search.h
shlib_version * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
sig.c
sig.h
sys.h
term.c remove term_beep hack. 1998-05-20 01:04:17 +00:00
term.h remove term_beep hack. 1998-05-20 01:04:17 +00:00
tokenizer.c
tokenizer.h
tty.c change M_* constants to MD_* to avoid clashes with <stream.h> 1998-05-20 01:04:56 +00:00
tty.h change M_* constants to MD_* to avoid clashes with <stream.h> 1998-05-20 01:04:56 +00:00
vi.c remove obsolete register declarations 1998-02-03 19:12:13 +00:00