NetBSD/lib/libedit
lukem c4b7a9e794 bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from
	GCC_NO_warning
to
	CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.
2023-06-03 09:09:01 +00:00
..
TEST Add an LLVM fuzzing wrapper for the portable libedit (Christian Holler) 2021-09-10 13:33:45 +00:00
readline pass lint. 2023-04-25 17:51:32 +00:00
ChangeLog Add a changes file 2021-08-30 09:18:17 +00:00
Makefile bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
chared.c improvements in malloc/free handling. 2022-10-30 19:11:31 +00:00
chared.h
chartype.c improvements in malloc/free handling. 2022-10-30 19:11:31 +00:00
chartype.h libedit/chartype.h: portability fix for OSF/1 2022-04-11 19:37:20 +00:00
common.c
config.h Remove unused stuff, and limit the scope of some of the used ones. 2023-02-04 14:34:28 +00:00
editline.3
editline.7
editrc.5 editrc(5): Markup fixes 2022-12-06 00:59:20 +00:00
el.c improvements in malloc/free handling. 2022-10-30 19:11:31 +00:00
el.h
eln.c PR/56618: Walter Lozano: Improve libedit compatibility with readline by 2022-01-11 18:30:15 +00:00
emacs.c
filecomplete.c pass lint. 2023-04-25 17:51:32 +00:00
filecomplete.h pass lint. 2023-04-25 17:51:32 +00:00
hist.c
hist.h
histedit.h Add a entry point for the complete function for FreeBSD compatibility with sh. 2023-02-03 22:01:42 +00:00
history.c
historyn.c
keymacro.c
keymacro.h
literal.c
literal.h
makelist
map.c improvements in malloc/free handling. 2022-10-30 19:11:31 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c improvements in malloc/free handling. 2022-10-30 19:11:31 +00:00
read.h improvements in malloc/free handling. 2022-10-30 19:11:31 +00:00
readline.c pass lint. 2023-04-25 17:51:32 +00:00
refresh.c Add casts to appease conversions between wchar_t and wint_t 2021-09-09 20:24:07 +00:00
refresh.h
search.c
search.h
shlib_version
sig.c Don't clear the handle to el "sel" and set it earlier to prevent handling 2023-02-03 19:47:38 +00:00
sig.h
sys.h pass lint. 2023-04-25 17:51:32 +00:00
terminal.c Remove unused stuff, and limit the scope of some of the used ones. 2023-02-04 14:34:28 +00:00
terminal.h
tokenizer.c Fix some const qual (Piotr Pawel Stefaniak) 2023-05-30 11:53:40 +00:00
tokenizern.c
tty.c
tty.h
vi.c