summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2007-07-03Add strndup(3) to libnbcompat, since estrndup(3) added into efun.c calls it.nakayama
2007-06-03Make these work with _FORTIFY_SOURCE, by overriding the fortified definitionschristos
2007-02-18Bump date for previous.wiz
2007-02-18Try to tell what this really does.hubertf
2007-02-17Add strings(3), collecting information about strings.h.wiz
2007-02-17o Removed functions that are in strings.h, not string.hwiz
2007-02-17o Removed functions which were moved to strings.h headerwiz
2007-01-14Avoid lint warning.cbiere
2007-01-14Look only at the first `n' characters to avoid traversing a potentiallycbiere
2006-11-13Add strsep(3) to libkern.dyoung
2006-10-16nul/null/NULL cleanup:wiz
2006-10-14New sentence, new line.wiz
2006-10-13PR/30809 added manpages of wcswcs(3) and wcscoll(3), wcsxfrm(3)tnozaki
2006-10-07Include nbtool_config.h for tools build. This was part of theapb
2006-10-07PR/31232: Wim Lewis: tools/compat doesn't check for pre-existence ofelad
2006-09-02Mark up NULL; the character is nul, not null; sort SEE ALSO;wiz
2006-08-27fix xtos's pastodsl
2006-08-26PR/34238: Aleksey Cheusov: man pages for wcsdup, wcscasecmp and wcsncasecmpchristos
2006-08-26Add copyright notices.christos
2006-08-23include one more new file.christos
2006-08-22PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functionschristos
2006-08-13stresep, not strnsep. Remove duplicate "the". Bump date for previous.wiz
2006-08-13Mark up NULL.wiz
2006-08-12- Add strndup and stresepchristos
2006-06-03fix lib/33476:tnozaki
2006-05-22Punctuation nit.wiz
2006-05-22Clarify that strerror() doesn't return EINVAL but stores in errno;kleink
2006-01-26Must include "namespace.h" for strerror_r()'s internal name.kleink
2005-12-20Use reach-over sources from common/lib/libcchristos
2005-11-30Fix warns=4 via __UNCONST()martin
2005-11-30Fix warns=4 (via __UNCONST())martin
2005-11-29fix warns=4christos
2005-11-29WARNS=4christos
2005-10-13wcscpy - cleanuptnozaki
2005-09-13compat core reorg.christos
2005-07-30- Fix the remaining indr_references so that they define lint symbols.christos
2005-07-29< -> \*[Lt], end sentence with a dot, add commawiz
2005-07-28PR/30845: Luke Mewburn: strerror_r(3) missingchristos
2005-06-12Add missing __RCSID()lukem
2005-06-04Only advance 'p' once each time around the loop....dsl
2005-05-30It is really pointless to come up with new implementations of the wide stringchristos
2005-03-14Remove one of two nearly duplicate words.wiz
2005-03-14Fix stupid typo. I added memmem, not memmove.perry
2005-03-13add memmemperry
2005-03-13Add memmem(3), compatible with version in Linuxperry
2005-02-09A little libc namespace housekeeping exercise:kleink
2004-10-27Implement strtok() in terms of strtok_r()dsl
2004-10-11Remove sentence about the inability to simultaenously tokenise multipledsl
2004-07-03Add strcasestr(3), case insensitive version of strstr(3).junyoung
2004-06-20Completely rework how tools/compat is done. Purge all uses/references tojmc