NetBSD/lib/libterm
mikel 353ffc1765 add bounds-checking code to make sure we don't overflow the static
buffer.  it's gross, but there's no real alternative.  fixes PR 3330.
1997-03-14 07:56:39 +00:00
..
TEST
Makefile
pathnames.h
shlib_version
termcap.3 remove leading 'l' in "-l ltermcap" (should be "-l termcap") 1997-01-06 04:38:41 +00:00
termcap.c - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. 1997-01-23 14:01:45 +00:00
termcap.h RCSid police 1997-01-11 06:47:47 +00:00
tgoto.c add bounds-checking code to make sure we don't overflow the static 1997-03-14 07:56:39 +00:00
tputs.c