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