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