| Age | Commit message (Expand) | Author |
| 2008-02-02 | Add csetexpandtc() | christos |
| 2006-07-04 | KNF | jnemeth |
| 2006-05-29 | missed check for malloc() returning NULL | jnemeth |
| 2006-04-02 | Add coverity annotations. | christos |
| 2006-03-19 | Coveriry CID 509: Avoid NULL pointer deref. | christos |
| 2006-03-19 | Coverity CID 510: Avoid uninitialized variable. | christos |
| 2005-11-29 | WARNS=4 | christos |
| 2004-04-25 | Add -DSMALL so that this can be used in libhack. | christos |
| 2004-04-23 | Ansify and add change db_name vector from char ** to const char * const * | christos |
| 2003-10-27 | Overhaul how `build.sh tools' are used: | lukem |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-01-31 | Avoid cgetcap &co prototypes conflicting with those provided by the host. | uwe |
| 2002-08-04 | Include "sys/param.h" and use "MATHPATHLEN" instead of "_POSIX_PATH_MAX" | tron |
| 2002-04-16 | Detect if line length exceeds buffer capacities. | groo |
| 2001-06-25 | avoid an underrun in "buf". noted by dean@huxley.org in PR#13292 | mrg |
| 2000-06-02 | correct memory leak due to t_getstr() and realloc(). the commit will | itojun |
| 2000-01-22 | Delint. | mycroft |
| 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-03-29 | Cast argument to isspace to (unsigned char) to pass zoularis. | abs |
| 1999-03-23 | Fix 'suggest parentheses' warning noted by Erik E. Fair <fair@clock.org> | abs |
| 1999-03-22 | If we push a cap entry (usually from the environment), strip : deliminated | abs |
| 1999-03-16 | Fix gcc-2.8.1 warnings. | christos |
| 1998-11-13 | avoid assignment of a read only location that lint does not pick, but gcc does. | christos |
| 1998-11-12 | delint | christos |
| 1998-08-26 | fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but... | perry |
| 1998-08-10 | bzero->memset, bcopy->memcpy, bcmp->memcmp | perry |
| 1998-07-27 | const poisoning. | mycroft |
| 1998-07-21 | Suppress blank fields due to continuation lines. | mycroft |
| 1998-03-18 | PR 5170: don't fclose twice, or call ferror after fclose. | tv |
| 1998-03-02 | Fix type size lossage on the Alpha. | thorpej |
| 1998-02-26 | trivial changes to reduce lint complaints | perry |
| 1998-02-03 | remove obsolete register declarations | perry |
| 1997-08-25 | Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated, | kleink |
| 1997-07-21 | If port provides __weak_alias(), provide an Standard C and POSIX pure | jtc |
| 1997-07-13 | Fix RCSID's | christos |
| 1997-05-17 | NULL => 0 (Arne Juul; PR#3629) | pk |
| 1997-01-23 | - convert unsafe strcpy(), strcat() and sprintf() to the `n' versions. | mrg |
| 1995-08-24 | Do not terminate the search on errors other than ENOENT. | mycroft |
| 1995-02-25 | update to 4.4-Lite where appropriate, clean up Id format, etc. | cgd |
| 1994-03-26 | slight mod | cgd |
| 1994-03-06 | fix for lib/156: cgetent does access free'd memory, | cgd |
| 1994-01-04 | rename fgetline() | cgd |
| 1993-12-22 | don't squish newline at end of fgetline()... from bostic | cgd |
| 1993-08-26 | Declare rcsid strings so they are stored in text segment. | jtc |
| 1993-07-30 | Add even more RCS frobs. | mycroft |
| 1993-06-08 | fgetline() does not return the newline. | mycroft |
| 1993-05-18 | bring in getcap routines, supplied by CSRG, from 4.4... | cgd |