| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/5.3.0_cvs | cvs2svn | 2004-11-04 | 105 | -105/+105 |
| * | 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 | -85/+44 |
| * | 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 |
| * | C89 does not specifiy strsep(), so our strsep() implementation cannot | Tim J. Robbins | 2002-10-19 | 1 | -1/+0 |
| * | Add cross-references to the wide character counterparts of these functions. | Tim J. Robbins | 2002-10-15 | 3 | -3/+6 |
| * | Remove stray comma at the end of the See Also list. | Tim J. Robbins | 2002-10-15 | 1 | -1/+1 |
| * | Fix another spelling mistake. | Robert Drehmel | 2002-10-10 | 1 | -1/+1 |
| * | Correct a spelling mistake. | Robert Drehmel | 2002-10-10 | 1 | -1/+1 |
| * | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | Tim J. Robbins | 2002-10-04 | 5 | -4/+454 |
| * | Add stpcpy(3). | David E. O'Brien | 2002-10-03 | 4 | -2/+73 |
| * | Add an example showing how to use wcstok(). Fix ordering of See Also section. | Tim J. Robbins | 2002-10-02 | 1 | -2/+15 |
| * | Simplify by removing unneeded local variables and explicit null termination. | Tim J. Robbins | 2002-09-26 | 1 | -12/+8 |
| * | Simplify by removing useless local variables and explicit null termination. | Tim J. Robbins | 2002-09-26 | 1 | -9/+5 |
| * | Remove unnecessary #include <assert.h>; it was used to bring in the | Tim J. Robbins | 2002-09-21 | 20 | -20/+0 |
| * | Replace a stray reference to strtok() with one to wcstok(). | Tim J. Robbins | 2002-09-08 | 1 | -1/+1 |
| * | Add an implementation of wcstok(), based on strtok_r(). | Tim J. Robbins | 2002-09-07 | 3 | -3/+213 |
| * | Sync prototypes with <wchar.h> with respect to the restrict qualifier. | Tim J. Robbins | 2002-09-07 | 1 | -6/+6 |