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
..
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 Fix some off by one issues with arraycount ..thanks coypu. 2017-01-11 20:53:52 +00:00
genman Add descriptions for terminfo keys to term.h 2013-01-25 12:52:45 +00:00
genterms
genthash
Makefile terminfo: Add guards to optionally build parts of libterminfo 2020-04-05 12:31:02 +00:00
Makefile.hash Fix building our terminals with a non standard NETBSDSRCDIR, PR lib/46793. 2013-01-24 14:17:40 +00:00
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_private.h libterminfo: cast to uint16/32_t before conversion to preserve negativity 2020-06-21 15:05:23 +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
termcap_map.c
termcap.3 Remove tputs from NAME section since it is described in terminfo(3) 2017-10-22 16:44:51 +00:00
termcap.c Conditionalize a few more functions (hopefully fixing the build) 2020-04-05 14:53:39 +00:00
termcap.h
terminfo.3 Add missing functions to the NAME section 2017-10-22 16:42:34 +00:00
terminfo.5.in terminfo(5): Numbre -> Number 2020-06-05 22:08:10 +00:00
ti.c Whitespace 2013-06-07 13:16:18 +00:00
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