summaryrefslogtreecommitdiffstats
path: root/openbsd-compat/strlcat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - (dtucker) [openbsd-compat/{LOTS}] Move the "OPENBSD ORIGINAL" markers toDarren Tucker2005-11-101-2/+2
| | | | | after the copyright notices. Having them at the top next to the CVSIDs guarantees a conflict for each and every sync.
* - (dtucker) [openbsd-compat/strlcat.c] Sync OpenBSD revs 1.11 - 1.12 (removalDarren Tucker2005-11-101-8/+4
| | | | of "register").
* - (djm) Annotate OpenBSD-derived files in openbsd-compat/ with originalDamien Miller2003-11-241-0/+2
| | | | source file path (in OpenBSD tree).
* - (djm) Fix openbsd-compat/ again - remove references to strl(cpy|cat).hDamien Miller2003-09-021-1/+0
|
* - (bal) openbsd-compat/ OpenBSD updates. Mostly licensing, ansificationsBen Lindstrom2003-08-251-9/+9
| | | | and minor fixes.
* - (djm) Sync openbsd-compat/ with OpenBSD CVS headDamien Miller2003-05-181-27/+13
|
* - (bal) s/config.h/includes.h/ in openbsd-compat/ for *.c. Otherwise wiseBen Lindstrom2002-06-271-1/+1
| | | | | have issues of our fixes not propogating right (ie bcopy instead of memmove). OK tim
* 20010628Damien Miller2001-06-281-5/+6
| | | | - (djm) Sync openbsd-compat with -current libc
* - (djm) Fix a few warnings the above turned upDamien Miller2001-06-271-0/+1
|
* - Sync with OpenBSD glob.c, strlcat.c and vis.c changesDamien Miller2001-04-131-5/+6
|
* - (bal) Reorder. Move all bsd-*, fake-*, next-*, and cygwin* stuff toBen Lindstrom2001-01-311-0/+76
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.