summaryrefslogtreecommitdiff
path: root/lib/libterm
AgeCommit message (Expand)Author
2000-06-02correct memory leak due to t_getstr() and realloc(). the commit willitojun
2000-06-01size arg doesn't exist anymore, so don't DIAGASSERT itlukem
2000-05-28* Fixed Makefile to proper set includes pathblymn
2000-05-20* Removed variable names from ansi style prototypeblymn
2000-05-14area is allowed to be NULL, so don't _DIAGASSERT it.lukem
2000-05-12- use strchr instead of indexchristos
2000-05-10Update man page to document new tgetent behaviour.blymn
2000-05-08* Modified t_getent to ignore the TERMCAP env variable if it contains theblymn
2000-04-20Fixed t_getstr so that limit is only set to 0 iff area is NULL when anblymn
2000-04-19Ensure limit is sane on return from t_getstr if requested entry doesblymn
2000-04-19Added new function t_getterm to return the name string of a termcapblymn
2000-04-18Split private data structure into separate file.blymn
2000-02-20Place inclusion of required headers within multiple-inclusion wrappers.kleink
1999-10-04Change third arg of tputs() from `void (*)(int)' to `int (*)(int)'.lukem
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-08-17Added minor tweak to t_getstr, by passing a NULL area pointer the sizeblymn
1999-08-16Updated library minor version and fixed small type glitch (limit is nowblymn
1999-08-15Added new interface to termcap that allows the manipulation of multipleblymn
1999-08-14Add missing declarations of external variables "PC", "BC", "UP" andtron
1999-07-02More trailing white space.simonb
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-03-22If we have to truncate the entry, try hard to truncate on a whole cap.abs
1999-02-25Add a note to update src/distrib/sets/lists/base/shl.*, and add a missingabs
1999-02-12replace NOSTATICLIB with MKLINKLIB!=no - the former wasn't used anywhere else...lukem
1999-02-12use MKxxx instead of NOxxxlukem
1999-02-12ELF not alpha and mips.christos
1999-02-02Don't include <sgtty.h>! Nothing uses it.christos
1998-10-14Clean up lint - one set but unused variable, 3 FALLTHROUGH comments needed,agc
1998-07-27const poisoning.mycroft
1998-05-08link libtermlib_pic.a to libtermcap_pic.a, if the right vars are (un)set.cgd
1998-04-28Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z]fair
1998-04-20Fix broken LINKS+= line for ELF libtermlib install.ross
1998-04-18You cannot check SHLIB_{MAJOR,MINOR} without <bsd.lib.mk>, but LINKS istv
1998-04-18Get the NO* variables from bsd.own.mk, and then set LINKS accordinglytv
1998-04-15Don't try to make a link to libtermlib.a if NOSTATICLIB is set (there's notv
1998-02-23Add more LINKS+= lines to make (hard) links from libtermcap to libterm asjonathan
1998-02-05add LIBRARY section to man pageperry
1998-02-03remove obsolete register declarationsperry
1998-01-09RCS Id Police.perry
1998-01-05RCSID Police.perry
1997-10-23use CPPFLAGS instead of CFLAGSlukem
1997-10-13install <termcap.h> (was from libedit), and use here...lukem
1997-10-09- define WARNS?=1 in the top-level Makefile.inc, and don't definelukem
1997-10-09WARNSifylukem
1997-04-22note possible security concerns.mrg
1997-03-14add bounds-checking code to make sure we don't overflow the staticmikel
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1997-01-11RCSid policelukem
1997-01-06remove leading 'l' in "-l ltermcap" (should be "-l termcap")lukem