| Age | Commit message (Expand) | Author |
| 2002-02-26 | Don't hard link to symlinks, as it's not portable. | lukem |
| 2002-02-20 | Punctuation nit. | wiz |
| 2002-02-07 | Generate <>& symbolically. | ross |
| 2002-01-15 | Whitespace nit. | wiz |
| 2001-12-28 | * Add user-controlled mk.conf variables | lukem |
| 2001-12-10 | Fix off by one bug in t_agetstr - the pointer is moved to one past the | blymn |
| 2001-12-02 | stop t_freent freeing the same memory all the time. | blymn |
| 2001-11-05 | make comment reflect reality (no functional changes) | christos |
| 2001-11-02 | t_agetstr() changes. | christos |
| 2001-11-02 | PR/10266: Jason R. Thorpe: curses programs totally broken. | christos |
| 2001-10-31 | PR/10266: t_getstr() leaks memory. This PR will stay in feedback | christos |
| 2001-06-13 | withough -> without | wiz |
| 2001-01-29 | - use MAXPATHLEN to get the array size for the path we store. | christos |
| 2001-01-23 | make tmspc10[] const | jdolecek |
| 2001-01-09 | sprinkle some _DIAGASSERT()s in | lukem |
| 2001-01-05 | fix spelling mistake and mention when the t_* functions appeared. | christos |
| 2001-01-05 | const castaways. | christos |
| 2000-12-13 | No need to initialise globals BC and UP to NULL; this happens anyway | scw |
| 2000-07-14 | Correct ctype(3) usage, just in case.... | itohy |
| 2000-07-03 | use ${SHLIB_FULLVERSION} instead of ${SHLIB_MAJOR}.${SHLIB_MINOR} | christos |
| 2000-06-03 | * Improve the handling of BC and UP in t_goto, t_getent now queries | blymn |
| 2000-06-02 | Back out previous change. It causes all sorts of problems. The | thorpej |
| 2000-06-02 | Don't leak memory. | christos |
| 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 |