summaryrefslogtreecommitdiff
path: root/lib/libterm
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-16Usewiz
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-09-27Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib andthorpej
2002-09-26Add some markup, fix some markup, begin sentences on new lines.wiz
2002-08-19Explicitly move setting of NOxxx and USE_SHLIBDIR to the top of thelukem
2002-08-19fix prototype for t_freent, and sprinkle const where necessarypooka
2002-07-04restore 0 padding for %2 and %3. From David Laight.christos
2002-06-26PR/17352: David Laight: handle numbers greater than 999.christos
2002-06-19Make sure that we free memory and return null if we failed to initialize.christos
2002-02-26Don't hard link to symlinks, as it's not portable.lukem
2002-02-20Punctuation nit.wiz
2002-02-07Generate <>& symbolically.ross
2002-01-15Whitespace nit.wiz
2001-12-28* Add user-controlled mk.conf variableslukem
2001-12-10Fix off by one bug in t_agetstr - the pointer is moved to one past theblymn
2001-12-02stop t_freent freeing the same memory all the time.blymn
2001-11-05make comment reflect reality (no functional changes)christos
2001-11-02t_agetstr() changes.christos
2001-11-02PR/10266: Jason R. Thorpe: curses programs totally broken.christos
2001-10-31PR/10266: t_getstr() leaks memory. This PR will stay in feedbackchristos
2001-06-13withough -> withoutwiz
2001-01-29- use MAXPATHLEN to get the array size for the path we store.christos
2001-01-23make tmspc10[] constjdolecek
2001-01-09sprinkle some _DIAGASSERT()s inlukem
2001-01-05fix spelling mistake and mention when the t_* functions appeared.christos
2001-01-05const castaways.christos
2000-12-13No need to initialise globals BC and UP to NULL; this happens anywayscw
2000-07-14Correct ctype(3) usage, just in case....itohy
2000-07-03use ${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 queriesblymn
2000-06-02Back out previous change. It causes all sorts of problems. Thethorpej
2000-06-02Don't leak memory.christos
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