1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/lib/libedit
zhuk ee46766511 Zap extraneous SYNOPSIS sections.
The gettytab(5) and termcap(5) get FILES, others don't need anything.

With input from & okay schwarze@
2016-01-08 20:26:54 +00:00
..
readline libedit claims compatibility with readline 4.2, so provide a stub for 2015-01-13 08:33:12 +00:00
TEST Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
chared.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
chared.h sync with upstream, retaining local modifications. 2011-07-07 05:40:42 +00:00
chartype.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
chartype.h Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
common.c Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
config.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
editline.3 in the SYNOPSIS, make void function arguments explicit 2015-09-14 13:45:25 +00:00
editrc.5 Zap extraneous SYNOPSIS sections. 2016-01-08 20:26:54 +00:00
el.c Move to the <limits.h> universe. 2015-01-16 16:48:51 +00:00
el.h Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
eln.c The argv[] used for el_set() EL_BIND, EL_SETTY, etc should be terminated 2014-05-20 11:59:03 +00:00
emacs.c Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
filecomplete.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
filecomplete.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
hist.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
hist.h Add a H_SAVE_FP operation to history() which lets the history be saved 2014-05-19 08:58:34 +00:00
histedit.h Add a H_SAVE_FP operation to history() which lets the history be saved 2014-05-19 08:58:34 +00:00
history.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
key.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
key.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
Makefile USE_SHLIBDIR is archaic 2014-10-09 00:30:39 +00:00
makelist Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
map.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
map.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
parse.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
parse.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
prompt.c Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
prompt.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
read.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
read.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
readline.c SIZE_MAX is standard, we should be using it in preference to the 2015-02-06 23:21:58 +00:00
refresh.c Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
refresh.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
search.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
search.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
shlib_version libedit claims compatibility with readline 4.2, so provide a stub for 2015-01-13 08:33:12 +00:00
sig.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
sig.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
sys.h gcc 2.x is dead 2015-04-04 18:05:04 +00:00
term.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
term.h Update libedit to bring it into sync with the latest version from NetBSD. 2010-06-30 00:05:35 +00:00
tokenizer.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00
tokenizer.h
tty.c Merge the fixes from the upstream. Factor out some common code in 2014-05-20 22:28:07 +00:00
tty.h Merge the fixes from the upstream. Factor out some common code in 2014-05-20 22:28:07 +00:00
vi.c Remove non-exposed malloc/realloc/free wrappers, and then substitute 2014-10-17 06:07:50 +00:00