summaryrefslogtreecommitdiff
path: root/openbsd-compat/strlcpy.c
AgeCommit message (Collapse)Author
2003-11-24 - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller
source file path (in OpenBSD tree).
2003-09-02 - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).hDamien Miller
2003-08-25 - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom
and minor fixes.
2003-05-18 - (djm) Sync openbsd-compat/ with OpenBSD CVS headDamien Miller
2002-06-27 - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom
have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
2001-06-2820010628Damien Miller
- (djm) Sync openbsd-compat with -current libc
2001-06-27 - (djm) Fix a few warnings the above turned upDamien Miller
2001-01-31 - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom
openbsd-compat/. And resolve all ./configure and Makefile.in issues assocated. Logic: * All OpenBSD functions should have the same filename as in the OpenBSD tree * All 'home brew' functions have bsd-* infront of them. * All 'not really implemented' functions have fake-* infront of them.