| Commit message (Expand) | Author | Age | Files | Lines |
* | This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvs | cvs2svn | 2006-05-06 | 107 | -107/+107 |
* | MFC: Added a sentence to explain what "span" means. | Gary W. Swearingen | 2005-09-07 | 2 | -1/+15 |
* | MFC addition of memmem(3). | Andre Oppermann | 2005-08-29 | 4 | -5/+8 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-08-29 | 2 | -0/+151 |
* | Replace the current strspn() and strcspn() with significantly faster | David Schultz | 2005-04-02 | 2 | -67/+79 |
* | Unbreak strsignal(). This is an MFC candidate. | Maxime Henrion | 2005-03-06 | 1 | -2/+3 |
* | Unbreak !NLS case | Alexey Zelkin | 2005-02-27 | 2 | -2/+2 |
* | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | Alexey Zelkin | 2005-02-27 | 2 | -29/+97 |
* | Don't read more than the given 'len' bytes from the 'big' string. | Pawel Jakub Dawidek | 2005-02-11 | 1 | -1/+1 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 1 | -8/+8 |
* | Date business, update. | Tom Rhodes | 2004-12-10 | 1 | -1/+1 |
* | According to the information on: | Tom Rhodes | 2004-12-10 | 2 | -4/+4 |
* | Enable building with LIBC_SCCS defined. | David E. O'Brien | 2004-10-16 | 1 | -1/+1 |
* | Remove extra closing parenthesis added in revision 1.4. | Stefan Farfeleder | 2004-10-14 | 1 | -1/+1 |
* | Correctly document the return value of strerror() and strerror_r() and | Giorgos Keramidas | 2004-10-12 | 1 | -11/+10 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 2 | -3/+5 |
* | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 1 | -1/+1 |
* | Prepare to handle state-dependent encodings. This mainly involves not | Tim J. Robbins | 2004-04-07 | 2 | -4/+12 |
* | Translate from GNU C to ISO C. | Dag-Erling Smørgrav | 2004-01-14 | 4 | -4/+4 |
* | Add and document ffsl(), fls() and flsl(). | Dag-Erling Smørgrav | 2004-01-13 | 6 | -10/+199 |
* | Brucification: Don't initialize in declaration, make sure extra lines | Jordan K. Hubbard | 2003-12-18 | 2 | -2/+5 |
* | Do comparison using appropriate casting first, as per SUSv3 (search for first | Jordan K. Hubbard | 2003-12-17 | 2 | -2/+4 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | Tim J. Robbins | 2003-11-05 | 2 | -10/+4 |
* | Pacify gcc about casting pointers to integers (for the lowest few bits). | Peter Wemm | 2003-10-26 | 1 | -6/+8 |
* | mdoc(7): Use the new feature of the .In macro. | Ruslan Ermilov | 2003-09-08 | 6 | -12/+12 |
* | Move a sentence about the terminating \0 from the RETURN VALUES section | Simon L. B. Nielsen | 2003-09-04 | 2 | -14/+14 |
* | * Merge index(3) and rindex(3) to index(3) since the two functions are | Simon L. B. Nielsen | 2003-07-28 | 5 | -216/+61 |
* | o strmode(3) returns void not 0. | Maxim Konovalov | 2003-07-01 | 1 | -5/+0 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | Jacques Vidrine | 2003-05-01 | 3 | -13/+5 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | Jacques Vidrine | 2003-04-29 | 3 | -5/+13 |
* | MFp4: Make `spanp' const. | Tim J. Robbins | 2003-03-12 | 1 | -3/+4 |
* | Optimize errstr() by reducing the number of times it walks a string. | Mike Barcroft | 2003-01-03 | 1 | -9/+7 |
* | Stylistic changes: | Mike Barcroft | 2002-12-20 | 1 | -11/+14 |
* | Add back the Standards section claiming conformance to 1003.1-2001 and | Tim J. Robbins | 2002-12-19 | 1 | -10/+13 |
* | mdoc(7) police: "The .Fa argument.". | Ruslan Ermilov | 2002-12-19 | 1 | -1/+1 |
* | Rearrange strerror() so that its itoa procedure can be used with | Mike Barcroft | 2002-12-18 | 2 | -86/+45 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | Ruslan Ermilov | 2002-12-18 | 3 | -4/+4 |
* | mdoc(7) police: "The .Fn function". | Ruslan Ermilov | 2002-12-18 | 3 | -0/+5 |
* | mdoc(7) police: tiny nits. | Ruslan Ermilov | 2002-12-09 | 3 | -8/+11 |
* | mdoc(7) police: formatting nits. | Ruslan Ermilov | 2002-11-29 | 2 | -2/+4 |
* | libc_r wasn't so tied to libc for 22 months. | Ruslan Ermilov | 2002-11-18 | 1 | -6/+4 |
* | Replace wcsstr() with an implementation based on strstr(), which is far | Tim J. Robbins | 2002-10-24 | 1 | -38/+32 |
* | Restore Berkeley SCCS id. | Tim J. Robbins | 2002-10-24 | 1 | -1/+5 |
* | Remove the Standards section again until we get these functions sorted | Tim J. Robbins | 2002-10-24 | 1 | -8/+0 |
* | Fix the NetBSD RCS id's on these files; somehow they were initially | Tim J. Robbins | 2002-10-23 | 2 | -2/+2 |
* | Reimplement more efficiently, using a single forward scan (like strrchr(3)) | Tim J. Robbins | 2002-10-23 | 1 | -22/+12 |
* | Reimplement, handling the case where c == L'\0' correctly and fixing | Tim J. Robbins | 2002-10-23 | 1 | -21/+7 |
* | Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001. | Tim J. Robbins | 2002-10-23 | 1 | -1/+17 |
* | Translate to English. | Dag-Erling Smørgrav | 2002-10-23 | 1 | -13/+18 |
* | Replace this wcsncpy() implementation with one based on strncpy.c to fix | Tim J. Robbins | 2002-10-23 | 1 | -26/+32 |