summaryrefslogtreecommitdiff
path: root/lib/libc/string
Commit message (Expand)AuthorAgeFilesLines
* MFC r294597:Warren Block2016-02-061-1/+6
* MFC r293856:Brooks Davis2016-01-201-1/+1
* MFC r293855:Brooks Davis2016-01-201-1/+1
* MFC: r266671, r266725:Allan Jude2015-04-163-98/+38
* MFC r266865;Pedro F. Giffuni2014-06-141-2/+2
* MFC r262890:Eitan Adler2014-03-102-6/+0
* libc: Always use our own copy of sys_errlist and sys_nerr (.so only).Jilles Tjoelker2013-08-311-3/+5
* Renumber clauses to reduce diffs to other versionsEd Maste2013-05-2873-73/+73
* Create a symlink from strchrnul.3 to strchr.3.Niclas Zeising2013-03-061-1/+2
* Add strchrnul(), a GNU function similar to strchr(), except that it returnsNiclas Zeising2013-02-134-5/+81
* clarify the wording for 'first' and 'last'Eitan Adler2012-09-301-5/+4
* strsignal(): Reindent.Jilles Tjoelker2012-09-191-18/+18
* strsignal(): Do not append signal numbers to messages for known signals.Jilles Tjoelker2012-09-191-1/+1
* Correct BUGS description of static buffer useEd Maste2012-07-271-3/+3
* Add the functions documented in the man pages in commit 237393 to theIsabell Long2012-06-211-2/+7
* Add more locale-specific functions to the relevant man pages:Isabell Long2012-06-214-7/+54
* General mdoc(7) and typo fixes.Glen Barber2012-05-111-1/+1
* Remove trailing whitespace per mdoc lint warningEitan Adler2012-03-291-1/+1
* Fix indentation.Konstantin Belousov2012-03-141-1/+1
* POSIX mandates that swab do nothing when len < 0Eitan Adler2012-03-042-1/+6
* Add err(3) to strerror(3) SEE ALSO sectionEitan Adler2012-02-161-0/+1
* Change index() and rindex() to a weak alias.Ed Schouten2012-01-052-2/+2
* Merge index() and strchr() together.Ed Schouten2012-01-035-129/+105
* Revert r227812 and r227808 per discussionEitan Adler2011-12-024-30/+18
* - fix some style(9) nits with my last commitEitan Adler2011-11-222-3/+5
* - add check for pointer equality prior to performing the O(n) passEitan Adler2011-11-224-18/+28
* (Hopefully) Fix the build with clang by removing a typedef that's no longer n...David Chisnall2011-11-211-2/+0
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds aDavid Chisnall2011-11-208-29/+140
* Fix prototype for ffsll(3) and fls(3).Xin LI2011-05-031-2/+2
* Allow strerror(0) and strerror_r(0, ...).Jilles Tjoelker2011-04-052-2/+5
* index(3): Mention that index/rindex are deprecated and not specified byJilles Tjoelker2011-03-201-1/+14
* Powerpc is special here. powerpc and powerpc64 use different ABIs, soWarner Losh2010-08-241-4/+2
* MFtbemd:Warner Losh2010-08-231-3/+3
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-132-27/+27
* Correct bugs fixed but not merged from my own tree.Xin LI2010-03-131-2/+3
* Follow up commit to reindent the code.Xin LI2010-03-121-13/+13
* Two optimizations to MI strlen(3) inspired by David S. Miller'sXin LI2010-03-121-12/+31
* Mark up "unsigned char".Ruslan Ermilov2010-02-044-4/+11
* Implement strndup(3) using strnlen(3).Ed Schouten2010-02-021-3/+1
* Make strsignal(3) thread-safe.Hajimu UMEMOTO2010-01-241-4/+48
* Add a missing word to a sentence in the return values section.Tom Rhodes2009-12-041-1/+1
* Add an .Nm for strncat.Christian Brueffer2009-12-011-2/+3
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* There is no way for strmode(3) to append '+' if the file has ACL,Edward Tomasz Napierala2009-04-142-4/+2
* Add wide character variants of string manipulations routines to 'SEE ALSO'.Edward Tomasz Napierala2009-04-0716-16/+33
* 7.2 will be the first release where strndup() appears.Konstantin Belousov2009-03-221-1/+1
* Add wcpcpy(3) and wcpncpy(3).David Schultz2009-03-045-3/+108
* Add restrict qualifiers.David Schultz2009-02-281-1/+1
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-2810-21/+312
* Add restrict qualifiers to the parameters to strlcpy() and strlcat().David Schultz2009-02-283-4/+4