summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2003-10-27Overhaul how `build.sh tools' are used:lukem
2003-09-08Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-25More properly host-tool-ify statatatat
2003-07-10make _DIAGNOSTIC happy.tshiozak
2003-06-26There is no FreeBSD-3.3.0, only FreeBSD-3.3.wiz
2003-05-15latest copyright notice (more loose). noted by wizitojun
2003-05-10Grammar improvement from jmc@openbsd.wiz
2003-05-06s/>/\*[Gt]/wiz
2003-05-06Clarify what strncpy() does when the length of `src' is `len'.lukem
2003-04-22Use unsigned char rather than u_char.junyoung
2003-04-16Usewiz
2003-04-06- support for the additional code area of zh_CN.GB18030 locale,tshiozak
2003-03-07add original FreeBSD RCS ID.tshiozak
2003-03-05changes related to lib/20576 and lib/20577.tshiozak
2003-01-07Remove superfluous word.wiz
2002-11-19"namespace.h" should precede all included headers other than <sys/cdefs.h>.junyoung
2002-11-19Include <sys/types.h> for u_char instead of a local definition of it.junyoung
2002-11-17use strlcpy where it is more appropriate.itojun
2002-11-17use strlcpy. correct mis(non-)use of buflen argument.itojun
2002-11-11Fix signed/unsigned comparison warnings.thorpej
2002-10-02NUL character, NULL pointer.christos
2002-10-02tyop: NUL -> NULLjschauma
2002-10-01New sentence, new line. From Robert Elz.wiz
2002-08-20Use Dq instead of single quotes.wiz
2002-08-11bring in EXAMPLES from openbsd.yamt
2002-08-11- correct how to check empty field.yamt
2002-08-11bring in EXAMPLES from openbsd.yamt
2002-08-11bring in EXAMPLES and ERRORS from openbsd.yamt
2002-08-11bring in EXAMPLES from openbsd.yamt
2002-08-11improve EXAMPLES.yamt
2002-08-11bring in EXAMPLES from OpenBSD.yamt
2002-08-11bump .Dd .yamt
2002-08-11bring in EXAMPLES from openbsd.yamt
2002-07-04memcpy/memmove/bcopy: Add diagnostic code to check pointer wraparound.kent
2002-04-24Re-introduce inclusion of config.h for libnbcompat, since the namespace.h trickbjh21
2002-04-24Protect inclusion of namespace.h with _LIBC.kleink
2002-04-17Need internal names for strlcat() and strlcpy().kleink
2002-03-20add rt signal names.christos
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