NetBSD/lib/libedit
lukem b59d3eaf10 * add a man page for the editline routines
* add a man page describing editrc
* fix bugs in el_parse():
	* didn't execute command when program name matched (test reversed)
	* was checking against empty string instead of program name
	* after checks, command to run also pointed to empty string

[christos - the author of libedit - ok-ed the man pages in general (which I
 wrote from scratch by RTFS) as well as the bugfix]
1997-01-09 13:12:14 +00:00
..
TEST Added history load and save to file functions. 1995-10-15 19:42:05 +00:00
chared.c
chared.h
common.c
editline.3 * add a man page for the editline routines 1997-01-09 13:12:14 +00:00
editrc.5 * add a man page for the editline routines 1997-01-09 13:12:14 +00:00
el.c
el.h
emacs.c fix for pr 420, from Christos. 1994-08-30 15:16:44 +00:00
hist.c
hist.h Added history load and save to file functions. 1995-10-15 19:42:05 +00:00
histedit.h Added history load and save to file functions. 1995-10-15 19:42:05 +00:00
history.c Added history load and save to file functions. 1995-10-15 19:42:05 +00:00
key.c
key.h
Makefile * add a man page for the editline routines 1997-01-09 13:12:14 +00:00
makelist be a bit more careful when splitting pathnames 1995-06-07 05:52:12 +00:00
map.c Trivial code ordering change. 1995-04-27 03:59:38 +00:00
map.h
parse.c * add a man page for the editline routines 1997-01-09 13:12:14 +00:00
parse.h
prompt.c
prompt.h
read.c
refresh.c
refresh.h
search.c Added code so that POSIX.2 regular expresion functions are used if REGEX 1994-10-02 02:10:48 +00:00
search.h
shlib_version
sig.c
sig.h
sys.h Added code so that POSIX.2 regular expresion functions are used if REGEX 1994-10-02 02:10:48 +00:00
term.c Fixed the key mapping code and reverted Charles' changes. 1995-04-29 20:44:00 +00:00
term.h Fixed the key mapping code and reverted Charles' changes. 1995-04-29 20:44:00 +00:00
termcap.h
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c