| Age | Commit message (Expand) | Author |
| 2010-02-03 | Remove termcap as we now use terminfo. | roy |
| 2009-06-13 | SuSv2 mandates that tputs should return int instead of void. | roy |
| 2009-03-03 | Bump date for previous. | wiz |
| 2009-03-02 | Only add the ZZ capability for termcap entries that are larger than 1023 | bad |
| 2006-12-19 | Split "if (cond) stmt;" to be on separate lines. | uwe |
| 2006-12-18 | don't use 256 and 255, define and use a constant. | christos |
| 2006-12-18 | Update for tgetstr() null areas. | kleink |
| 2006-12-18 | No need for static allocation of ptr, and make use of sizeof. | kleink |
| 2006-12-18 | handle *area being NULL from kjk | christos |
| 2006-12-18 | make tgetstr() work with a NULL area. | christos |
| 2006-08-27 | - Added string was never added | christos |
| 2006-08-27 | Show the error instead of just OOPS. | christos |
| 2006-03-18 | Fix resource leak if malloc of tb->data failed. | blymn |
| 2005-05-15 | add t_putws | christos |
| 2005-02-04 | de-__P, ANSIfy function declarations | perry |
| 2004-04-23 | adjust to constification of cgetent() | christos |
| 2004-04-23 | s/the the/the/ (only in sources that aren't regularly imported from | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-04-16 | Use | wiz |
| 2002-11-11 | Fix signed/unsigned comparison warnings. | thorpej |
| 2002-09-27 | Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and | thorpej |
| 2002-09-26 | Add some markup, fix some markup, begin sentences on new lines. | wiz |
| 2002-08-19 | Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of the | lukem |
| 2002-08-19 | fix prototype for t_freent, and sprinkle const where necessary | pooka |
| 2002-07-04 | restore 0 padding for %2 and %3. From David Laight. | christos |
| 2002-06-26 | PR/17352: David Laight: handle numbers greater than 999. | christos |
| 2002-06-19 | Make sure that we free memory and return null if we failed to initialize. | christos |
| 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 |