| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Add restrict qualifiers where C99 permits them. All of these already had | Tim J. Robbins | 2002-09-07 | 6 | -12/+12 |
| * | Call strtok_r() via a libc private name from within strtok(). | Tim J. Robbins | 2002-09-07 | 1 | -2/+6 |
| * | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 8 | -10/+10 |
| * | - Let their manual pages show the reader that the bzero(3) and | Robert Drehmel | 2002-09-01 | 4 | -22/+33 |
| * | Add the 'restrict' type qualifier to the function prototype | Robert Drehmel | 2002-08-30 | 1 | -1/+1 |
| * | - Update the manual page of bcmp(3) by replacing | Robert Drehmel | 2002-08-30 | 2 | -7/+12 |
| * | - Convert the function definition to declare its arguments | Robert Drehmel | 2002-08-30 | 1 | -8/+4 |
| * | - Update the manual pages of index() and rindex() to show | Robert Drehmel | 2002-08-30 | 4 | -17/+38 |
| * | - Update the manual page to show that the associated header file | Robert Drehmel | 2002-08-30 | 2 | -4/+10 |
| * | - Update strcasecmp(3)/strncasecmp(3) to reflect the fact that | Robert Drehmel | 2002-08-30 | 2 | -2/+9 |
| * | Add a manual page for wcswidth(). | Tim J. Robbins | 2002-08-20 | 2 | -1/+62 |
| * | Move just committed version of wcswidth.c here (from "locale"), | Andrey A. Chernov | 2002-08-20 | 2 | -25/+31 |
| * | - Add the 'restrict' qualifier to the definitions of the string | Robert Drehmel | 2002-08-14 | 6 | -18/+8 |
| * | - Add the 'restrict' qualifier required by IEEE Std 1003.1-2001 | Robert Drehmel | 2002-08-14 | 2 | -5/+2 |
| * | Correct an inaccuracy in this man page regarding detecting empty fields. | Archie Cobbs | 2002-08-07 | 1 | -4/+5 |
| * | Fix off-by-one error. | Jonathan Mini | 2002-07-03 | 1 | -1/+1 |
| * | Fix the style of the SCM ID's. | David E. O'Brien | 2002-03-22 | 27 | -5/+59 |
| * | Remove 'register' keyword. | David E. O'Brien | 2002-03-21 | 28 | -76/+76 |
| * | Revert last commit. stdio.h include is for perror(), not strerror() | Chris D. Faulhaber | 2002-01-31 | 1 | -1/+1 |
| * | strerror(3) is in string.h, not stdio.h | Chris D. Faulhaber | 2002-01-31 | 1 | -1/+1 |
| * | Add a few cleanups from rev 1.1: | Mike Barcroft | 2002-01-15 | 1 | -10/+12 |
| * | o Add prototype for printf(3). | Mike Barcroft | 2002-01-15 | 1 | -9/+12 |
| * | style(9) | Mike Barcroft | 2002-01-15 | 1 | -89/+57 |
| * | mdoc(7) police: | Ruslan Ermilov | 2002-01-09 | 2 | -3/+4 |
| * | Suggest using memmove(3) if src and dst may overlap. | Dima Dorfman | 2002-01-07 | 1 | -2/+7 |
| * | Add a new `SECURITY CONSIDERATIONS' section. Sample code similar to | Chris Costello | 2002-01-05 | 1 | -0/+63 |
| * | Include a section cross-reference to `EXAMPLES' in `SECURITY | Chris Costello | 2002-01-05 | 1 | -1/+3 |
| * | Remove the example from SECURITY CONSIDERATIONS. This is mostly | Chris Costello | 2002-01-05 | 1 | -54/+0 |
| * | Copy the sample `SECURITY CONSIDERATIONS' section from sec-doc.7. | Chris Costello | 2002-01-02 | 1 | -0/+66 |
| * | mdoc(7) police: minor markup nits. | Ruslan Ermilov | 2001-12-12 | 1 | -20/+20 |
| * | Make strerror and strerror_r use sys_errlist[0] for errnum = 0. Be | Wes Peters | 2001-12-07 | 2 | -6/+32 |
| * | New, improved, more Posix-compliant strerror_r implementation, | Wes Peters | 2001-12-06 | 2 | -71/+77 |