| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r262890: | eadler | 2014-03-10 | 2 | -6/+0 |
* | libc: Always use our own copy of sys_errlist and sys_nerr (.so only). | jilles | 2013-08-31 | 1 | -3/+5 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-05-28 | 73 | -73/+73 |
* | Create a symlink from strchrnul.3 to strchr.3. | zeising | 2013-03-06 | 1 | -1/+2 |
* | Add strchrnul(), a GNU function similar to strchr(), except that it returns | zeising | 2013-02-13 | 4 | -5/+81 |
* | clarify the wording for 'first' and 'last' | eadler | 2012-09-30 | 1 | -5/+4 |
* | strsignal(): Reindent. | jilles | 2012-09-19 | 1 | -21/+21 |
* | strsignal(): Do not append signal numbers to messages for known signals. | jilles | 2012-09-19 | 1 | -1/+1 |
* | Correct BUGS description of static buffer use | emaste | 2012-07-27 | 1 | -3/+3 |
* | Add the functions documented in the man pages in commit 237393 to the | issyl0 | 2012-06-21 | 1 | -2/+7 |
* | Add more locale-specific functions to the relevant man pages: | issyl0 | 2012-06-21 | 4 | -7/+54 |
* | General mdoc(7) and typo fixes. | gjb | 2012-05-11 | 1 | -1/+1 |
* | Remove trailing whitespace per mdoc lint warning | eadler | 2012-03-29 | 1 | -1/+1 |
* | Fix indentation. | kib | 2012-03-14 | 1 | -1/+1 |
* | POSIX mandates that swab do nothing when len < 0 | eadler | 2012-03-04 | 2 | -1/+6 |
* | Add err(3) to strerror(3) SEE ALSO section | eadler | 2012-02-16 | 1 | -0/+1 |
* | Change index() and rindex() to a weak alias. | ed | 2012-01-05 | 2 | -2/+2 |
* | Merge index() and strchr() together. | ed | 2012-01-03 | 5 | -129/+105 |
* | Revert r227812 and r227808 per discussion | eadler | 2011-12-02 | 4 | -30/+18 |
* | - fix some style(9) nits with my last commit | eadler | 2011-11-22 | 2 | -3/+5 |
* | - add check for pointer equality prior to performing the O(n) pass | eadler | 2011-11-22 | 4 | -18/+28 |
* | (Hopefully) Fix the build with clang by removing a typedef that's no longer n... | theraven | 2011-11-21 | 1 | -2/+0 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 8 | -29/+140 |
* | Fix prototype for ffsll(3) and fls(3). | delphij | 2011-05-03 | 1 | -2/+2 |
* | Allow strerror(0) and strerror_r(0, ...). | jilles | 2011-04-05 | 2 | -2/+5 |
* | index(3): Mention that index/rindex are deprecated and not specified by | jilles | 2011-03-20 | 1 | -1/+14 |
* | Powerpc is special here. powerpc and powerpc64 use different ABIs, so | imp | 2010-08-24 | 1 | -4/+2 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -3/+3 |
* | mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the | uqs | 2010-05-13 | 2 | -27/+27 |
* | Correct bugs fixed but not merged from my own tree. | delphij | 2010-03-13 | 1 | -2/+3 |
* | Follow up commit to reindent the code. | delphij | 2010-03-12 | 1 | -13/+13 |
* | Two optimizations to MI strlen(3) inspired by David S. Miller's | delphij | 2010-03-12 | 1 | -12/+31 |
* | Mark up "unsigned char". | ru | 2010-02-04 | 4 | -4/+11 |
* | Implement strndup(3) using strnlen(3). | ed | 2010-02-02 | 1 | -3/+1 |
* | Make strsignal(3) thread-safe. | ume | 2010-01-24 | 1 | -4/+48 |
* | Add a missing word to a sentence in the return values section. | trhodes | 2009-12-04 | 1 | -1/+1 |
* | Add an .Nm for strncat. | brueffer | 2009-12-01 | 1 | -2/+3 |
* | Correct the information about when the respective functionality first | brueffer | 2009-04-23 | 1 | -1/+1 |
* | There is no way for strmode(3) to append '+' if the file has ACL, | trasz | 2009-04-14 | 2 | -4/+2 |
* | Add wide character variants of string manipulations routines to 'SEE ALSO'. | trasz | 2009-04-07 | 16 | -16/+33 |
* | 7.2 will be the first release where strndup() appears. | kib | 2009-03-22 | 1 | -1/+1 |
* | Add wcpcpy(3) and wcpncpy(3). | das | 2009-03-04 | 5 | -3/+108 |
* | Add restrict qualifiers. | das | 2009-02-28 | 1 | -1/+1 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | das | 2009-02-28 | 10 | -21/+312 |
* | Add restrict qualifiers to the parameters to strlcpy() and strlcat(). | das | 2009-02-28 | 3 | -4/+4 |
* | Make sure the comparison is done with an unsigned char. | imp | 2009-02-07 | 1 | -1/+1 |
* | Fix the functions to match prototypes. The K&R definitions differ | imp | 2009-02-03 | 3 | -3/+3 |
* | - ANSIfy function definitions | danger | 2009-02-03 | 33 | -110/+41 |
* | - Fix grammar. [1] | delphij | 2009-01-26 | 1 | -3/+3 |
* | Rewrite of MI strlen(3) in a way that can better utilize modern hardware by | delphij | 2009-01-25 | 1 | -15/+78 |