| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | typos; ok jmc@ | martynas | 2007-11-27 | 1 | -2/+2 |
* | Make sure to use unique target names so that make -j does not break; | miod | 2007-10-25 | 1 | -25/+25 |
* | add HISTORY; shortened version of diff from Ilya A. Kovalenko | jmc | 2007-09-19 | 1 | -2/+7 |
* | remove trailing whitespace; | jmc | 2007-09-03 | 1 | -2/+2 |
* | add memrchr(3) | millert | 2007-09-03 | 3 | -5/+63 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | deraadt | 2007-09-02 | 1 | -2/+2 |
* | Show how to use strcspn(3) to trim newlines. | ray | 2007-08-08 | 1 | -2/+14 |
* | convert to new .Dd format; | jmc | 2007-05-31 | 36 | -72/+72 |
* | If NLS is disabled, strerror does not print the correct error string. | bluhm | 2007-03-01 | 1 | -2/+2 |
* | wording fix from wiz@netbsd, -r1.11; | jmc | 2007-02-19 | 1 | -2/+2 |
* | from hubertf@netbsd: | jmc | 2007-02-19 | 1 | -6/+18 |
* | Convert do {} while loop -> while {} for clarity. No binary change | millert | 2006-05-05 | 2 | -10/+10 |
* | fix badly broken code. okay millert@, deraadt@ | espie | 2006-04-17 | 1 | -7/+7 |
* | (char)to{upper,lower}() | deraadt | 2006-03-31 | 1 | -2/+2 |
* | Activate missing wcswidth, as noted by Alexander Bluhm. | espie | 2005-10-29 | 1 | -2/+2 |
* | uncomment setlocale(3) entry; | jmc | 2005-08-12 | 1 | -2/+2 |
* | zap remaining rcsid. | espie | 2005-08-08 | 58 | -287/+56 |
* | activate LC_CTYPE for 8 bits locale. | espie | 2005-08-08 | 3 | -11/+11 |
* | move non-standard COMPATIBILITY section to HISTORY, which seems more | jmc | 2005-08-07 | 1 | -10/+10 |
* | add HISTORY; ok jmc | jaredy | 2005-08-06 | 1 | -1/+8 |
* | - macro, punctuation, and rewording tweaks | jaredy | 2005-08-06 | 4 | -18/+21 |
* | sync function prototypes to reality; ok jmc | jaredy | 2005-08-06 | 1 | -4/+5 |
* | K&R -> ANSI | espie | 2005-06-19 | 22 | -120/+79 |
* | bye bye whiteouts | millert | 2005-06-15 | 2 | -9/+2 |
* | Merge common functionality of __strsignal and strerror_r. | otto | 2005-05-26 | 3 | -129/+50 |
* | Only append number when it fits to avoid truncation and return | otto | 2005-05-08 | 1 | -14/+11 |
* | Tidy up __strtosignal(): pass a buffer and length to its itoa() and | tom | 2005-05-01 | 1 | -8/+12 |
* | correct strlcpy abuse | beck | 2005-04-20 | 1 | -4/+8 |
* | fix wmemchr.3 MLINKS; | jmc | 2005-04-16 | 1 | -2/+3 |
* | Remove redundant line | tom | 2005-04-16 | 1 | -3/+2 |
* | introduce some wchar functions (from citrus and an itojun@ diff) | espie | 2005-04-14 | 1 | -3/+26 |
* | - our pages do not have a LIBRARY section; | jmc | 2005-04-13 | 2 | -5/+5 |
* | Import w* functions so that I can send smaller diffs around. | espie | 2005-04-13 | 25 | -0/+1592 |
* | ansify + deregister. no binary change on i386. ok deraadt@ pat@ moritz@ | otto | 2005-03-30 | 8 | -64/+45 |
* | strcasestr(3), a case-insensitive version of strstr(3). already in netbsd | deraadt | 2005-03-30 | 3 | -17/+88 |
* | Be correct in our man pages when talking about NUL termination (that is, | cloder | 2005-02-25 | 14 | -34/+34 |
* | typos, then -> than, from Michael Knudsen | jaredy | 2004-12-10 | 1 | -2/+2 |
* | repair libkern support (again) and add rcsids | mickey | 2004-11-28 | 7 | -13/+31 |
* | Missed this in the __strerror() removal. | millert | 2004-05-03 | 1 | -2/+2 |
* | No longer need __strerror(3) now that we use strerror_r() inside libc. | millert | 2004-05-03 | 1 | -46/+0 |
* | Do a better job of documenting strerror_r() and add an ERRORS section. | millert | 2004-05-03 | 1 | -15/+43 |
* | build the error message in strerror_r.c directly, avoiding one copy there. | espie | 2004-05-03 | 3 | -120/+109 |
* | let __strerror fill precisely the part of the buffer it can. | espie | 2004-05-01 | 1 | -17/+18 |
* | Let __strerror work by fixing a number of problems. Work by tholo and I, | espie | 2004-04-30 | 1 | -22/+52 |
* | make Nm match Dt; | jmc | 2004-02-10 | 1 | -10/+2 |
* | make Nm match Dt; found by pb@ | jmc | 2004-02-09 | 1 | -23/+2 |
* | Fix the example code. The loop invariant 'i' was not bound by MAXTOKENS | millert | 2004-01-20 | 1 | -3/+3 |