| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Missed the file renames for the string functions when committing the | guenther | 2013-10-14 | 1 | -1/+25 |
* | Use PATH_MAX, NAME_MAX and LOGIN_NAME_MAX not MAXPATHNAMELEN, | millert | 2013-09-30 | 1 | -4/+4 |
* | Add examples to show why this is a terrible API. OK jmc@ henning@ | millert | 2013-09-25 | 1 | -1/+60 |
* | According to POSIX, if the src and dst strings overlap, the behavior | millert | 2013-09-25 | 6 | -12/+48 |
* | more library history | schwarze | 2013-07-17 | 4 | -15/+22 |
* | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | schwarze | 2013-07-16 | 4 | -12/+12 |
* | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | tedu | 2013-06-05 | 52 | -157/+157 |
* | remove some incredible lies about overlapping buffers | deraadt | 2013-06-04 | 2 | -22/+10 |
* | Fix catopen(3) for UTF-8 locales and update the implementation to POSIX-2008. | stsp | 2013-06-01 | 1 | -2/+2 |
* | Remove useless include. | ajacoutot | 2013-05-30 | 1 | -2/+1 |
* | typo: compare len against null needle, not haystack | ajacoutot | 2013-05-15 | 1 | -2/+2 |
* | Add an implementation of memmem() -- from FreeBSD with some tweaks. | ajacoutot | 2013-05-13 | 3 | -4/+145 |
* | remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets. | okan | 2012-08-02 | 1 | -21/+1 |
* | fix an off-by-one error where the return value would point to the | naddy | 2012-07-11 | 1 | -2/+2 |
* | Add strnlen() to libkern. | matthew | 2012-04-26 | 1 | -1/+5 |
* | tweak previous; | jmc | 2012-04-03 | 1 | -3/+3 |
* | simplify the strlcpy/strlcat manual page substantially. do less | deraadt | 2012-04-02 | 1 | -70/+58 |
* | Bump standards years, as we conform to the new versions too | guenther | 2012-03-26 | 1 | -4/+4 |
* | strsignal() was standardized in POSIX-2008 | guenther | 2012-03-26 | 1 | -2/+7 |
* | fix SEE ALSO; | jmc | 2012-01-17 | 1 | -2/+2 |
* | Add stpcpy() and stpncpy(), pointless crap that made it into POSIX. | guenther | 2012-01-17 | 4 | -3/+222 |
* | grammar; | jmc | 2012-01-14 | 1 | -2/+2 |
* | this is sparta^WPOSIX 2008 | espie | 2012-01-14 | 1 | -2/+7 |
* | strdup and strndup both use malloc. Make this fact explicit. | lum | 2011-12-08 | 1 | -3/+5 |
* | tweak previous; | jmc | 2011-07-25 | 3 | -6/+6 |
* | update HISTORY and SEE ALSO for all of string(3), together with various | schwarze | 2011-07-25 | 53 | -237/+642 |
* | Sync wcslcpy and wcslcat with strlcpy and strlcat. OK deraadt@ | millert | 2011-07-24 | 2 | -50/+26 |
* | Minor function name tweaks. | nicm | 2011-07-09 | 3 | -8/+8 |
* | Instead of documenting all the wide string functions in wmemchr(3), add | nicm | 2011-07-09 | 18 | -139/+1327 |
* | After a certain amount of fighting with the mbstowcs API, remove L from | nicm | 2011-07-08 | 1 | -4/+12 |
* | Fix some awful code in the example, pointed out by millert@. | nicm | 2011-07-05 | 1 | -3/+3 |
* | Add wcsdup(), from NetBSD. | nicm | 2011-07-04 | 3 | -3/+120 |
* | fix wcscasecmp() parameters; <wchar.h> was correct | naddy | 2011-06-01 | 1 | -2/+2 |
* | tweak previous (my fault); | jmc | 2011-05-28 | 1 | -4/+4 |
* | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | espie | 2011-05-28 | 3 | -5/+82 |
* | Add a wcswidth man page (based on FreeBSD), and fix the implementation | stsp | 2011-04-04 | 3 | -5/+68 |
* | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 2010-09-24 | 3 | -5/+62 |
* | observe the following spelling: | jmc | 2010-09-10 | 2 | -9/+9 |
* | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 2010-06-02 | 1 | -4/+3 |
* | Add HISTORY section, mostly for strnlen() but include strlen() for | millert | 2010-05-24 | 1 | -2/+11 |
* | remove unused variable. | chl | 2010-05-21 | 1 | -2/+1 |
* | tweak previous; | jmc | 2010-05-19 | 2 | -13/+11 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 5 | -9/+142 |
* | Modify example not to use an assignment in the if statement. We shouldn't | kettenis | 2010-03-24 | 1 | -3/+4 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 1 | -3/+3 |
* | missing word; | jmc | 2009-12-05 | 1 | -3/+3 |
* | unbreak wcschr(string, L'\0') which was incorrectly returning NULL | djm | 2008-08-23 | 1 | -3/+5 |
* | bcmp(3) tries to return length, which is a size_t, as an int. | ray | 2008-03-19 | 1 | -4/+4 |
* | - len is size_t, but n uses len and is an int. Matching those types | ray | 2008-03-15 | 1 | -6/+12 |
* | Convert c to unsigned char, like it says in the manual. Also add | ray | 2008-03-15 | 1 | -4/+3 |