NetBSD/lib/libedit
joerg 9674b81ed9 Introduce __weakref_visible to handle the different required visibility
for weak references. GCC 4.2+ and Clang require static, older GCC wants
extern. Change __weak_reference to include sym. This requires changes
the existing users to not reuse the name of the symbol, but avoids
further differences between GCC 4.1 and GCC 4.2+/clang.
2011-02-22 05:45:05 +00:00
..
readline unbreak readline history. 2010-09-16 20:08:51 +00:00
TEST unbreak readline history. 2010-09-16 20:08:51 +00:00
chared.c setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
chared.h setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
chartype.c
chartype.h Observe the following spelling: 2010-12-16 17:42:25 +00:00
common.c
config.h
editline.3 Observe the following spelling: 2010-12-16 17:42:25 +00:00
editrc.5
el.c don't turn on editing if stdout is not a tty. 2011-01-27 23:11:40 +00:00
el.h don't turn on editing if stdout is not a tty. 2011-01-27 23:11:40 +00:00
eln.c PR/43998, PR/44021: In narrow history emulation, don't treat UTF-8 character 2010-11-04 13:53:12 +00:00
emacs.c
filecomplete.c Improve previous to avoid changing the interface of an externally 2010-12-06 00:05:38 +00:00
filecomplete.h
hist.c
hist.h
histedit.h setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
history.c off by one in fetching history data. From: Gerry Swislow 2011-01-16 03:05:51 +00:00
key.c
key.h
Makefile
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c PR/44599: Steven Vernon: libedit acts as if no data read if editmode is turned 2011-02-18 20:53:05 +00:00
read.h
readline.c unbreak readline history. 2010-09-16 20:08:51 +00:00
refresh.c
refresh.h
search.c
search.h
shlib_version
sig.c
sig.h
sys.h
term.c
term.h
tokenizer.c
tty.c fix pasto 2011-01-28 03:41:52 +00:00
tty.h
vi.c Introduce __weakref_visible to handle the different required visibility 2011-02-22 05:45:05 +00:00