summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getcap.c
AgeCommit message (Expand)Author
2001-06-25avoid an underrun in "buf". noted by dean@huxley.org in PR#13292mrg
2000-06-02correct memory leak due to t_getstr() and realloc(). the commit willitojun
2000-01-22Delint.mycroft
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-03-29Cast argument to isspace to (unsigned char) to pass zoularis.abs
1999-03-23Fix 'suggest parentheses' warning noted by Erik E. Fair <fair@clock.org>abs
1999-03-22If we push a cap entry (usually from the environment), strip : deliminatedabs
1999-03-16Fix gcc-2.8.1 warnings.christos
1998-11-13avoid assignment of a read only location that lint does not pick, but gcc does.christos
1998-11-12delintchristos
1998-08-26fix bcopy->memcpy with memcpy->memmove -- not strictly needed, but...perry
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-27const poisoning.mycroft
1998-07-21Suppress blank fields due to continuation lines.mycroft
1998-03-18PR 5170: don't fclose twice, or call ferror after fclose.tv
1998-03-02Fix type size lossage on the Alpha.thorpej
1998-02-26trivial changes to reduce lint complaintsperry
1998-02-03remove obsolete register declarationsperry
1997-08-25Lseek(2) usage cleanup: the use of L_SET/L_INCR/L_XTND is deprecated,kleink
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos
1997-05-17NULL => 0 (Arne Juul; PR#3629)pk
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1995-08-24Do not terminate the search on errors other than ENOENT.mycroft
1995-02-25update to 4.4-Lite where appropriate, clean up Id format, etc.cgd
1994-03-26slight modcgd
1994-03-06fix for lib/156: cgetent does access free'd memory,cgd
1994-01-04rename fgetline()cgd
1993-12-22don't squish newline at end of fgetline()... from bosticcgd
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-07-30Add even more RCS frobs.mycroft
1993-06-08fgetline() does not return the newline.mycroft
1993-05-18bring in getcap routines, supplied by CSRG, from 4.4...cgd