summaryrefslogtreecommitdiff
path: root/include/string.h
AgeCommit message (Expand)Author
2009-03-14Namespace: memccpy() and memchr() are XSI, and memrchr() is a BSD extension.David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2009-02-28Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz
2009-02-28Mark memmem() __pure.David Schultz
2009-01-31Add a function attribute called `__malloc_like', which informs gccDavid Schultz
2008-12-08Add strndup(3) prototype to string.h.Konstantin Belousov
2008-04-10Add memrchr(3).Xin LI
2005-11-24Revert last revision, strmode() should be moved to <unistd.h> to beRuslan Ermilov
2005-11-24Fix prototype of strmode() to match the code and documentation.Ruslan Ermilov
2005-08-25Appropriate namespace protection for memmem(3).Andre Oppermann
2005-08-25Add the function memmem(3) as found in glibc and others.Andre Oppermann
2004-12-10According to the information on:Tom Rhodes
2004-07-23Mark functions pure where applicable. A notable exclusion is strcoll(),Tim J. Robbins
2003-12-07Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar
2002-10-14Correct visibility conditionals for memccpy(), strdup(), andMike Barcroft
2002-10-05Make stpcpy() only visiable w/in __BSD_VISIBLE.David E. O'Brien
2002-10-03Add stpcpy(3).David E. O'Brien
2002-08-21o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft
2002-04-15Add support for X/Open.Mike Barcroft
2002-04-04o Move some function prototypes from <string.h> to the newly rewrittenMike Barcroft
2002-03-23Breath deep and take __P out of the system include files.Warner Losh
2001-11-28Fixed namespace pollution in previous commit. The C99 functionBruce Evans
2001-11-27Add strerror_r function per Posix prototype.Wes Peters
2001-10-10Fixed some style bugs:Bruce Evans
2001-10-10Implement strcasestr() which many others (f.e. Linux) already haveAndrey A. Chernov
2001-10-09Add a new libc function, strnstr(3), which allows one to limit theMike Barcroft
1999-08-16Add prototypes for strl* functionsWarner Losh
1999-05-18Add a strsignal(3) (like strerror(3)) for libc compatability with otherPeter Wemm
1999-01-20Add a prototype for strtok_r().John Polstra
1996-12-17string.h defines nonstandard routines when _POSIX_SOURCE isWarner Losh
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1994-05-24BSD 4.4 Lite Include SourcesRodney W. Grimes