| Age | Commit message (Expand) | Author | Files | Lines |
| 2010-09-10 | observe the following spelling: |  jmc | 2 | -9/+9 |
| 2010-06-02 | Avoid using and end pointer since strnlen(string, -1) is legal |  millert | 1 | -4/+3 |
| 2010-05-24 | Add HISTORY section, mostly for strnlen() but include strlen() for |  millert | 1 | -2/+11 |
| 2010-05-21 | remove unused variable. |  chl | 1 | -2/+1 |
| 2010-05-19 | tweak previous; |  jmc | 2 | -13/+11 |
| 2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from |  tedu | 5 | -9/+142 |
| 2010-03-24 | Modify example not to use an assignment in the if statement. We shouldn't |  kettenis | 1 | -3/+4 |
| 2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent |  miod | 1 | -3/+3 |
| 2009-12-05 | missing word; |  jmc | 1 | -3/+3 |
| 2008-08-23 | unbreak wcschr(string, L'\0') which was incorrectly returning NULL |  djm | 1 | -3/+5 |
| 2008-03-19 | bcmp(3) tries to return length, which is a size_t, as an int. |  ray | 1 | -4/+4 |
| 2008-03-15 | - len is size_t, but n uses len and is an int. Matching those types |  ray | 1 | -6/+12 |
| 2008-03-15 | Convert c to unsigned char, like it says in the manual. Also add |  ray | 1 | -4/+3 |
| 2007-11-27 | typos; ok jmc@ |  martynas | 1 | -2/+2 |
| 2007-10-25 | Make sure to use unique target names so that make -j does not break; |  miod | 1 | -25/+25 |
| 2007-09-19 | add HISTORY; shortened version of diff from Ilya A. Kovalenko |  jmc | 1 | -2/+7 |
| 2007-09-03 | remove trailing whitespace; |  jmc | 1 | -2/+2 |
| 2007-09-03 | add memrchr(3) |  millert | 3 | -5/+63 |
| 2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 1 | -2/+2 |
| 2007-08-08 | Show how to use strcspn(3) to trim newlines. |  ray | 1 | -2/+14 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 36 | -72/+72 |
| 2007-03-01 | If NLS is disabled, strerror does not print the correct error string. |  bluhm | 1 | -2/+2 |
| 2007-02-19 | wording fix from wiz@netbsd, -r1.11; |  jmc | 1 | -2/+2 |
| 2007-02-19 | from hubertf@netbsd: |  jmc | 1 | -6/+18 |
| 2006-05-05 | Convert do {} while loop -> while {} for clarity. No binary change |  millert | 2 | -10/+10 |
| 2006-04-17 | fix badly broken code. okay millert@, deraadt@ |  espie | 1 | -7/+7 |
| 2006-03-31 | (char)to{upper,lower}() |  deraadt | 1 | -2/+2 |
| 2005-10-29 | Activate missing wcswidth, as noted by Alexander Bluhm. |  espie | 1 | -2/+2 |
| 2005-08-12 | uncomment setlocale(3) entry; |  jmc | 1 | -2/+2 |
| 2005-08-08 | zap remaining rcsid. |  espie | 58 | -287/+56 |
| 2005-08-08 | activate LC_CTYPE for 8 bits locale. |  espie | 3 | -11/+11 |
| 2005-08-07 | move non-standard COMPATIBILITY section to HISTORY, which seems more |  jmc | 1 | -10/+10 |
| 2005-08-06 | add HISTORY; ok jmc |  jaredy | 1 | -1/+8 |
| 2005-08-06 | - macro, punctuation, and rewording tweaks |  jaredy | 4 | -18/+21 |
| 2005-08-06 | sync function prototypes to reality; ok jmc |  jaredy | 1 | -4/+5 |
| 2005-06-19 | K&R -> ANSI |  espie | 22 | -120/+79 |
| 2005-06-15 | bye bye whiteouts |  millert | 2 | -9/+2 |
| 2005-05-26 | Merge common functionality of __strsignal and strerror_r. |  otto | 3 | -129/+50 |
| 2005-05-08 | Only append number when it fits to avoid truncation and return |  otto | 1 | -14/+11 |
| 2005-05-01 | Tidy up __strtosignal(): pass a buffer and length to its itoa() and |  tom | 1 | -8/+12 |
| 2005-04-20 | correct strlcpy abuse |  beck | 1 | -4/+8 |
| 2005-04-16 | fix wmemchr.3 MLINKS; |  jmc | 1 | -2/+3 |
| 2005-04-16 | Remove redundant line |  tom | 1 | -3/+2 |
| 2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) |  espie | 1 | -3/+26 |
| 2005-04-13 | - our pages do not have a LIBRARY section; |  jmc | 2 | -5/+5 |
| 2005-04-13 | Import w* functions so that I can send smaller diffs around. |  espie | 25 | -0/+1592 |
| 2005-03-30 | ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@ |  otto | 8 | -64/+45 |
| 2005-03-30 | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd |  deraadt | 3 | -17/+88 |
| 2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, |  cloder | 14 | -34/+34 |
| 2004-12-10 | typos, then -> than, from Michael Knudsen |  jaredy | 1 | -2/+2 |