summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2002-02-13make strerror and strsignal use NL_CAT_LOCALE.yamt
2002-02-07generate & symbolicallyross
2002-02-07Generate <>& symbolically.ross
2002-01-31Roll in fixes to permit cross-compiling from non-NetBSD hosts. Thistv
2002-01-29Make almost all tools compile and run properly on non-NetBSD hosts. (Intv
2002-01-28Make compilable from src/tools/compat.tv
2002-01-21Add hooks for reachover builds from src/tools/compat.tv
2001-12-22only _DIAGASSERT(dst != NULL) if n != 0lukem
2001-11-16sync with latest openbsd one. this one describes corner case of strlcat betteritojun
2001-11-16sync comment with latest openbsd codeitojun
2001-09-21make it works.yamt
2001-09-16Whitespace fixes and sort SEE ALSO.wiz
2001-08-24don't change errno on success.(SUSV2)yamt
2001-07-07Note explicitly that memcpy does not guarantee good behavior on overlap.perry
2001-07-06memcpy(3) is not guaranteed to do overlaps, contrary to this historicaltv
2001-05-22fix incorrect loop sentinel caused by previous de-linting.christos
2001-04-09mdoc'ifywiz
2001-03-22Sprinkle some restrict qualifiers.kleink
2001-03-02update the date; pointed out by mycroftcgd
2001-03-02don't forget the LIBRARY sectioncgd
2001-02-09De-lint. Reviewed by Christos.wiz
2001-02-08De-lint. Reviewed by christos.wiz
2001-02-08De-lint. Reviewed by christos.wiz
2001-01-26ANSIfy and de-lint. Reviewed by christos.wiz
2001-01-25remove bogus comment from EXAMPLE sectionjdolecek
2001-01-13pull in openbsd strlcat.c 1.3 -> 1.4.itojun
2001-01-05fix wcs*cmp() behavior when the wide char string is equal. from sodaitojun
2001-01-03remove registerlukem
2001-01-03sprinkle in _DIAGASSERT() as appropriatelukem
2001-01-02wording (correct?)itojun
2001-01-02comma at EOL -> perioditojun
2001-01-02Fix grammar nits, and update the STANDARDS section.kleink
2000-12-29Sprinkle some __restrict into <wchar.h>.kleink
2000-12-24split wide char section, just for readability/future possibility for .ifitojun
2000-12-23move wcs* and wmem* from lib/libc/locale to lib/libc/string.itojun
2000-11-24sync with latest openbsd.itojun
2000-10-11Document the behaviour with consecutive separator characters.phil
2000-09-28The 'delim' argument is const, document it as such.hubertf
2000-07-20Add a description of strtok_r(3), and rip out the obsoleteness claim.kleink
2000-07-05s/Xt/Xr/enami
2000-06-29The declaration lives in <unistd.h>, actually; from Patrick Welche in PRkleink
2000-06-14fix up NetBSD RCS Ids to match the standard, and the leading comment ascgd
2000-01-22Delint.mycroft
1999-09-28xref strlcpy & strlcatlukem
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-10due to an overwhelming rush of complaints, remove the check for NULLlukem
1999-09-08add netbsd rcsid'slukem
1999-09-08strlcpy() and strlcat() by Todd Miller <Todd.Miller@courtesan.com>, via openbsdlukem
1999-08-03Add and document support for using new archive state mode flags. Nowwrstuden