summaryrefslogtreecommitdiff
path: root/lib/libcompat
AgeCommit message (Expand)Author
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-09-16sort includeslukem
1999-08-22Add missing regerror() prototype.kleink
1999-08-22G/C the manual pages for getpw(3), vlimit(3) and vtimes(3). Although statedkleink
1999-08-12Undo last commit. As pointed out by John Darrow on "regex.c" wasn't listedtron
1999-08-11why have regex.c twice in SRCS ?lukem
1999-07-02More trailing white space.simonb
1999-05-09LP64 fixes. *sigh*mycroft
1999-05-06Forgot to commit this.christos
1999-05-04- widen prototypeschristos
1999-05-04add /*ARGSUSED*/christos
1999-05-04- KNFchristos
1999-05-04- add a comparison to NULL in a conditional.christos
1999-05-04In lint redefine __compat_regerror to __compat43_regerror, to avoid clashchristos
1999-05-04De-constify the code, and add const castaway lint comments.christos
1999-05-04Cast to unsigned short to avoid loss of precision message.christos
1999-03-22Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-09-14__RENAME() the libcompat regexp routines so they will not be used bytv
1998-08-29first pass at fixing up capitalization of function names andlukem
1998-08-19Add some braces to make egcs happy.thorpej
1998-08-14Add the correct type for the first parameter.phil
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-26Copy into a local buffer rather than using the getpw*() buffer.mycroft
1998-07-06- use an array MAXHOSTNAMELEN+1 size to hold hostnamesmrg
1998-06-01Need <re_comp.h> for re_comp() and re_exec() prototypes.kleink
1998-06-01Prototypes have moved: change inclusion of <unistd.h> to <re_comp.h>.kleink
1998-04-29fix a bad .Xrfair
1998-04-28fix mdoc referencesfair
1998-04-28Change occurrences of "UNIX" to .Ux or .At as appropriate.fair
1998-03-19FTP uses ruserpass() differently from that in libcompat. Fix rexec totv
1998-03-19Add a ruserpass() function to make rexec happy. PR 901 (that's not a typo).tv
1998-02-05add LIBRARY section to man pageperry
1998-02-03remove obsolete register declarationsperry
1998-01-25remove files added by lite-2 sync.perry
1998-01-25import lite-2perry
1998-01-09RCS Id Police.perry
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-20Moved timezone, swapon and getdirentries back to libc.christos
1997-10-18xref time(3) instead of time(2)mikel
1997-10-16Add timezone, swapon, getdirentrieschristos
1997-10-16Remove namespace cruft and add a prototype for tztabchristos
1997-10-16Moved by repository magick...christos
1997-10-10remove advertising clause from all my licenses.mrg
1997-10-10Add new getdents() syscall, provide compat code for old getdirentries.fvdl
1997-10-09rcsid facism, WARNSifylukem
1997-10-09Document that the time zone is obselete, add an xref to localtime(3), andmycroft
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-13Fix RCSID'schristos