summaryrefslogtreecommitdiff
path: root/lib/libc/string
AgeCommit message (Expand)Author
2009-01-29Bump date for new STANDARDS section.wiz
2009-01-28Note that strdup is specified by POSIX.1.gdt
2009-01-11merge christos-time_tchristos
2009-01-051. reworking PR lib/40317:tnozaki
2009-01-02Fixes PR lib/39662, shortcomings in LC_{MONETARY,NUMERIC,TIME,MESSAGES} db fo...tnozaki
2008-09-24pacify lint.christos
2008-09-24fix newer gcc warning.christos
2008-09-24From Ilya Dogolazky ilya.dogolazky at teleca dot fi:christos
2008-08-29Grammar police.dholland
2008-08-12SUSv3 says, if not printable wide-character exists, return -1.tnozaki
2008-08-12SUSv3 says, wcwidth(wc) returns:tnozaki
2008-07-30Before using the slightly more involved bitmap tables,joerg
2008-06-22Note that strndup was recently (4.0) added. Bump date.wiz
2008-05-26Remove unneeded #include <string.h>, found by Adam Hoka.haad
2008-04-30Convert TNF licenses to new 2 clause variantmartin
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-23use the proper variable.christos
2008-02-23fix lint issues.christos
2008-02-22Also cast before anding the characters.joerg
2008-02-22Add some explicit casts to stop GCC complains about signed char shifts.joerg
2008-02-22Replace O(nm) versions of strspn, strcspn and strpbrk with O(n+m)joerg
2007-12-06Fix stresep(3) handling of consecutive quoted delimiter characters.seb
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