NetBSD/lib/libedit
lukem e7d4e16bdf Fix pointer arithmatic (caused problems on LP64, including ftp dumping
core when `edit' was turned off then on).
Problem solved by David Huggins-Daines <dhd@eradicator.org>
1999-10-24 04:04:13 +00:00
..
TEST fix id header... 1999-09-21 00:07:03 +00:00
Makefile Use LIBEDITDIR instead of CURDIR so we can use that Makefile to compile 1999-07-06 14:10:21 +00:00
chared.c
chared.h
common.c
editline.3
editrc.5
el.c * in el_source(): 1999-09-21 00:55:55 +00:00
el.h
emacs.c
hist.c
hist.h
histedit.h more whitespace fascism 1999-09-20 23:43:42 +00:00
history.c
key.c
key.h
makelist
map.c don't assume locales are not working - it may not be the case 1999-10-15 17:01:19 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c remove some lint 1999-10-04 23:23:21 +00:00
readline.c don't try to free() something allocated with alloca() in rl_complete_internal(). 1999-07-03 11:55:51 +00:00
readline.h
refresh.c don't assume locales are not working - it may not be the case 1999-10-15 17:01:19 +00:00
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
term.c Fix pointer arithmatic (caused problems on LP64, including ftp dumping 1999-10-24 04:04:13 +00:00
term.h update post change to return value of tputs() third argument 1999-10-04 23:24:04 +00:00
tokenizer.c
tokenizer.h
tty.c Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal) 1999-08-02 01:01:55 +00:00
tty.h apparantly need <unistd.h> for portable way of getting _POSIX_VDISABLE 1999-09-26 14:37:47 +00:00
vi.c