| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the Berkeley clause 3's. | imp | 2010-02-16 | 1 | -5/+1 |
* | Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension. | das | 2009-03-14 | 1 | -1/+3 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 1 | -2/+10 |
* | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | das | 2009-02-28 | 1 | -2/+2 |
* | Mark memmem() __pure. | das | 2009-02-28 | 1 | -1/+1 |
* | Add a function attribute called `__malloc_like', which informs gcc | das | 2009-01-31 | 1 | -2/+2 |
* | Add strndup(3) prototype to string.h. | kib | 2008-12-08 | 1 | -0/+1 |
* | Add memrchr(3). | delphij | 2008-04-10 | 1 | -0/+1 |
* | Revert last revision, strmode() should be moved to <unistd.h> to be | ru | 2005-11-24 | 1 | -1/+1 |
* | Fix prototype of strmode() to match the code and documentation. | ru | 2005-11-24 | 1 | -1/+1 |
* | Appropriate namespace protection for memmem(3). | andre | 2005-08-25 | 1 | -0/+2 |
* | Add the function memmem(3) as found in glibc and others. | andre | 2005-08-25 | 1 | -0/+1 |
* | According to the information on: | trhodes | 2004-12-10 | 1 | -2/+13 |
* | Mark functions pure where applicable. A notable exclusion is strcoll(), | tjr | 2004-07-23 | 1 | -13/+13 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | marcel | 2003-12-07 | 1 | -4/+1 |
* | Correct visibility conditionals for memccpy(), strdup(), and | mike | 2002-10-14 | 1 | -18/+29 |
* | Make stpcpy() only visiable w/in __BSD_VISIBLE. | obrien | 2002-10-05 | 1 | -1/+1 |
* | Add stpcpy(3). | obrien | 2002-10-03 | 1 | -0/+1 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -4/+4 |
* | Add support for X/Open. | mike | 2002-04-15 | 1 | -2/+5 |
* | o Move some function prototypes from <string.h> to the newly rewritten | mike | 2002-04-04 | 1 | -22/+24 |
* | Breath deep and take __P out of the system include files. | imp | 2002-03-23 | 1 | -42/+42 |
* | Fixed namespace pollution in previous commit. The C99 function | bde | 2001-11-28 | 1 | -1/+1 |
* | Add strerror_r function per Posix prototype. | wes | 2001-11-27 | 1 | -0/+1 |
* | Fixed some style bugs: | bde | 2001-10-10 | 1 | -3/+3 |
* | Implement strcasestr() which many others (f.e. Linux) already have | ache | 2001-10-10 | 1 | -0/+1 |
* | Add a new libc function, strnstr(3), which allows one to limit the | mike | 2001-10-09 | 1 | -1/+3 |
* | Add prototypes for strl* functions | imp | 1999-08-16 | 1 | -0/+2 |
* | Add a strsignal(3) (like strerror(3)) for libc compatability with other | peter | 1999-05-18 | 1 | -0/+1 |
* | Add a prototype for strtok_r(). | jdp | 1999-01-20 | 1 | -0/+1 |
* | string.h defines nonstandard routines when _POSIX_SOURCE is | imp | 1996-12-17 | 1 | -1/+1 |
* | Remove trailing whitespace. | rgrimes | 1995-05-30 | 1 | -1/+1 |
* | BSD 4.4 Lite Include Sources | rgrimes | 1994-05-24 | 1 | -0/+93 |