summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* Change index() and rindex() to a weak alias.ed2012-01-052-2/+2
* Merge index() and strchr() together.ed2012-01-035-129/+105
* Revert r227812 and r227808 per discussioneadler2011-12-024-30/+18
* - fix some style(9) nits with my last commiteadler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passeadler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...theraven2011-11-211-2/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-208-29/+140
* Fix prototype for ffsll(3) and fls(3).delphij2011-05-031-2/+2
* Allow strerror(0) and strerror_r(0, ...).jilles2011-04-052-2/+5
* index(3): Mention that index/rindex are deprecated and not specified byjilles2011-03-201-1/+14
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soimp2010-08-241-4/+2
* MFtbemd:imp2010-08-231-3/+3
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-132-27/+27
* Correct bugs fixed but not merged from my own tree.delphij2010-03-131-2/+3
* Follow up commit to reindent the code.delphij2010-03-121-13/+13
* Two optimizations to MI strlen(3) inspired by David S. Miller'sdelphij2010-03-121-12/+31
* Mark up "unsigned char".ru2010-02-044-4/+11
* Implement strndup(3) using strnlen(3).ed2010-02-021-3/+1
* Make strsignal(3) thread-safe.ume2010-01-241-4/+48
* Add a missing word to a sentence in the return values section.trhodes2009-12-041-1/+1
* Add an .Nm for strncat.brueffer2009-12-011-2/+3
* Correct the information about when the respective functionality firstbrueffer2009-04-231-1/+1
* There is no way for strmode(3) to append '+' if the file has ACL,trasz2009-04-142-4/+2
* Add wide character variants of string manipulations routines to 'SEE ALSO'.trasz2009-04-0716-16/+33
* 7.2 will be the first release where strndup() appears.kib2009-03-221-1/+1
* Add wcpcpy(3) and wcpncpy(3).das2009-03-045-3/+108
* Add restrict qualifiers.das2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),das2009-02-2810-21/+312
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().das2009-02-283-4/+4
* Make sure the comparison is done with an unsigned char.imp2009-02-071-1/+1
* Fix the functions to match prototypes. The K&R definitions differimp2009-02-033-3/+3
* - ANSIfy function definitionsdanger2009-02-0333-110/+41
* - Fix grammar. [1]delphij2009-01-261-3/+3
* Rewrite of MI strlen(3) in a way that can better utilize modern hardware bydelphij2009-01-251-15/+78
* Document that ffsll(3) and flsll(3) functions first appeared inkib2009-01-131-1/+1
* o Language improvements from OpenBSD;delphij2009-01-121-17/+17
* o ANSIfy.delphij2009-01-121-29/+12
* Sort MLINKS.ru2009-01-091-21/+32
* o Use full month name in .Dd macro.maxim2008-12-091-1/+1
* Import the strndup(3) function.kib2008-12-064-3/+75
* Order the str*.c files mostly alphabetical.kib2008-12-061-3/+3
* Add an easier example.pjd2008-12-051-1/+16
* Add the ffsll and flsll functions. These are ffs and fls operatingkib2008-11-035-8/+122
* Fix style.kib2008-11-031-1/+1
* - License change to a less restrictive one;delphij2008-10-191-33/+16
* Further simplify the code.delphij2008-10-191-11/+2
* Use strlcpy() in !localized case to avoid the -1's.delphij2008-10-171-2/+1
* Add memrchr(3).delphij2008-04-104-4/+74
* Remove license clause 3 to agree with the now-standard BSD license.wes2007-12-123-14/+0
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-2/+4
OpenPOWER on IntegriCloud