summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
1997-01-30Teach strmode(3) about whiteouts. They get w 'w' now.matthias
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-12-22add rules to build .ln files (memmove.ln, memcpy.ln, strchr.ln, strrchr.ln)cgd
1996-12-20args for _fmt(), _secs(), and _add() should all be const (!!)cgd
1996-11-12Add strtok_r() for reentrant (thread-aware) programsjtc
1996-11-12fix the the typoslukem
1996-10-24pull up from libkern:cgd
1996-10-11stnrcpy() isn't a function. strncpy() is. Use it instead.cgd
1996-10-11Since the user provide his own message catalog (via NLSPATH and LANG)jtc
1996-09-24Make it possible to have a md version of memccpy.matthias
1996-08-15#ifdef _KERNEL, #include <lib/libkern/libkern.h> instead of <string.h>.jtc
1996-06-01Fix computation of ISO 8601 Week Of Yearjtc
1996-04-18don't include user-land headers compiling for libkern. (sync with libkern.)cgd
1996-02-29Fix swapped description of %x and %X format specifiersjtc
1996-02-04gcc -Wall cleanup from John Birrell <jb@cimlogic.com.au>.jtc
1996-01-20Include errno.h (declarations of sys_errlist and sys_nerr were movedjtc
1996-01-16Fix manpage typoes; PR #1905jtc
1995-12-28Fixed %u to expand to a single digitjtc
1995-07-03remove bogus sys_errlist(3) cross referencejtc
1995-07-03added intro(2) cross referencejtc
1995-06-15don't include <sys/cdefs.h>, it's a 'private' headerjtc
1995-05-13strtok replaces the separator character, not the token, with a NUL.jtc
1995-04-24cast last argument of catgets() to (char *) to quiet compiler's complaintscgd
1995-04-14bcopy -> memcpyjtc
1995-03-20Clarify a comment slightly.mycroft
1995-03-20Separate machine dependencies.mycroft
1995-02-10list the files needed on the alpha.cgd
1994-12-22specify man pages the new way.cgd
1994-12-14fix for bug 638cgd
1994-12-12Rework indirect reference support as outlined by my recent message tojtc
1994-11-18Private versions of cat*() functions now have only one leading underscore.jtc
1994-11-14Include files for pmaxdean
1994-10-19case to quiet compiler.cgd
1994-10-19be a bit more careful with types.cgd
1994-10-12fix typoderaadt
1994-10-10Use __sys_siglist[].jtc
1994-10-10Use __sys_errlist[] & __sys_nerr.jtc
1994-10-06Call internal NLS interfaces: __catopen(), __catgets(), and __catclose().jtc
1994-10-06Change size of array passed to __strsignal() from 128 to NL_TEXTMAX.jtc
1994-10-06Change size of array passed to __strerror() from 128 to NL_TEXTMAX.jtc
1994-09-29Minor tweaks to prepare for checkin of real i18n code.jtc
1994-09-12Don't define sys_siglist, <signal.h> does that alreadyjtc
1994-09-03__strerror() and __strsignal() have been broken out into their own filesjtc
1994-08-02Minor touch ups to match strsignal(3) man pagejtc
1994-08-02Add strsignal() function like on Solaris.jtc
1994-07-06We're supposed to include ${CPPFLAGS} when compiling .c files.mycroft
1994-06-22rcs id'scgd
1994-06-22add Boyer-Moore string search routines, from Bostic. man pagecgd
1994-06-11Remove unneeded #include <stddef.h> because <string.h> #defines NULL too.jtc
1994-05-25Get the day, month, format, etc. strings from the current time localejtc