NetBSD/lib/libterminfo
roy f236a33b97 libterminfo: cast to uint16/32_t before conversion to preserve negativity
Otherwise the ABSENT_NUMERIC(-1) or CANCELLED_NUMERIC(-2) will be converted
incorrectly to size_t and then down to uint16/32_t.
Picked up by DIAGNOSTIC builds.

Thanks to Michael Forney for the fix for PR lib/52293.
2020-06-21 15:05:23 +00:00
..
Makefile terminfo: Add guards to optionally build parts of libterminfo 2020-04-05 12:31:02 +00:00
Makefile.hash
compile.c libterminfo: cast to uint16/32_t before conversion to preserve negativity 2020-06-21 15:05:23 +00:00
curterm.c terminfo: test strlcpy result against space free, not string length 2020-05-30 16:03:58 +00:00
genhash
genman
genterms
genthash
setupterm.c fix typo in error message; database is spelled with one 'b' and three 'a's 2019-04-11 23:52:08 +00:00
shlib_version terminfo: promote numeric parameters from short to int 2020-03-13 15:19:24 +00:00
term.c Conditionalize a few more functions (hopefully fixing the build) 2020-04-05 14:53:39 +00:00
term.h terminfo(5): Numbre -> Number 2020-06-05 22:08:10 +00:00
term_private.h libterminfo: cast to uint16/32_t before conversion to preserve negativity 2020-06-21 15:05:23 +00:00
termcap.3
termcap.c Conditionalize a few more functions (hopefully fixing the build) 2020-04-05 14:53:39 +00:00
termcap.h
termcap_map.c
terminfo.3
terminfo.5.in terminfo(5): Numbre -> Number 2020-06-05 22:08:10 +00:00
ti.c
tparm.c As described in tech-userlevel: 2020-03-27 15:11:57 +00:00
tputs.c Cast function pointers that take different arguments through void * 2019-10-03 18:02:05 +00:00