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
Makefile * add more checks for NULL pointers in passed arguments 1998-07-29 02:26:00 +00:00
chared.c
chared.h
common.c
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
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
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
readline.c
readline.h
refresh.c
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
term.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c