| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NLS catalogs support to strerror(), strerror_r() and strsignal(). | phantom | 2005-02-27 | 2 | -29/+97 |
* | Don't read more than the given 'len' bytes from the 'big' string. | pjd | 2005-02-11 | 1 | -1/+1 |
* | Sort sections. | ru | 2005-01-20 | 1 | -8/+8 |
* | Date business, update. | trhodes | 2004-12-10 | 1 | -1/+1 |
* | According to the information on: | trhodes | 2004-12-10 | 2 | -4/+4 |
* | Enable building with LIBC_SCCS defined. | obrien | 2004-10-16 | 1 | -1/+1 |
* | Remove extra closing parenthesis added in revision 1.4. | stefanf | 2004-10-14 | 1 | -1/+1 |
* | Correctly document the return value of strerror() and strerror_r() and | keramida | 2004-10-12 | 1 | -11/+10 |
* | Mechanically kill hard sentence breaks. | ru | 2004-07-02 | 2 | -3/+5 |
* | Markup, grammar, and spelling fixes. | ru | 2004-06-30 | 1 | -1/+1 |
* | Prepare to handle state-dependent encodings. This mainly involves not | tjr | 2004-04-07 | 2 | -4/+12 |
* | Translate from GNU C to ISO C. | des | 2004-01-14 | 4 | -4/+4 |
* | Add and document ffsl(), fls() and flsl(). | des | 2004-01-13 | 6 | -10/+199 |
* | Brucification: Don't initialize in declaration, make sure extra lines | jkh | 2003-12-18 | 2 | -2/+5 |
* | Do comparison using appropriate casting first, as per SUSv3 (search for first | jkh | 2003-12-17 | 2 | -2/+4 |
* | Pass NULL instead of a pointer to a zeroed mbstate_t object. | tjr | 2003-11-05 | 2 | -10/+4 |
* | Pacify gcc about casting pointers to integers (for the lowest few bits). | peter | 2003-10-26 | 1 | -6/+8 |
* | mdoc(7): Use the new feature of the .In macro. | ru | 2003-09-08 | 6 | -12/+12 |
* | Move a sentence about the terminating \0 from the RETURN VALUES section | simon | 2003-09-04 | 2 | -14/+14 |
* | * Merge index(3) and rindex(3) to index(3) since the two functions are | simon | 2003-07-28 | 5 | -216/+61 |
* | o strmode(3) returns void not 0. | maxim | 2003-07-01 | 1 | -5/+0 |
* | Back out the `hiding' of strlcpy and strlcat. Several people | nectar | 2003-05-01 | 3 | -13/+5 |
* | `Hide' strlcpy and strlcat (using the namespace.h / __weak_reference | nectar | 2003-04-29 | 3 | -5/+13 |
* | MFp4: Make `spanp' const. | tjr | 2003-03-12 | 1 | -3/+4 |
* | Optimize errstr() by reducing the number of times it walks a string. | mike | 2003-01-03 | 1 | -9/+7 |
* | Stylistic changes: | mike | 2002-12-20 | 1 | -11/+14 |
* | Add back the Standards section claiming conformance to 1003.1-2001 and | tjr | 2002-12-19 | 1 | -10/+13 |
* | mdoc(7) police: "The .Fa argument.". | ru | 2002-12-19 | 1 | -1/+1 |
* | Rearrange strerror() so that its itoa procedure can be used with | mike | 2002-12-18 | 2 | -86/+45 |
* | mdoc(7) police: Fixed abuses of the .Ar and .Em macros. | ru | 2002-12-18 | 3 | -4/+4 |
* | mdoc(7) police: "The .Fn function". | ru | 2002-12-18 | 3 | -0/+5 |
* | mdoc(7) police: tiny nits. | ru | 2002-12-09 | 3 | -8/+11 |
* | mdoc(7) police: formatting nits. | ru | 2002-11-29 | 2 | -2/+4 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -6/+4 |
* | Replace wcsstr() with an implementation based on strstr(), which is far | tjr | 2002-10-24 | 1 | -38/+32 |
* | Restore Berkeley SCCS id. | tjr | 2002-10-24 | 1 | -1/+5 |
* | Remove the Standards section again until we get these functions sorted | tjr | 2002-10-24 | 1 | -8/+0 |
* | Fix the NetBSD RCS id's on these files; somehow they were initially | tjr | 2002-10-23 | 2 | -2/+2 |
* | Reimplement more efficiently, using a single forward scan (like strrchr(3)) | tjr | 2002-10-23 | 1 | -22/+12 |
* | Reimplement, handling the case where c == L'\0' correctly and fixing | tjr | 2002-10-23 | 1 | -21/+7 |
* | Add a Standards section, claiming conformance to IEEE Std. 1003.1-2001. | tjr | 2002-10-23 | 1 | -1/+17 |
* | Translate to English. | des | 2002-10-23 | 1 | -13/+18 |
* | Replace this wcsncpy() implementation with one based on strncpy.c to fix | tjr | 2002-10-23 | 1 | -26/+32 |
* | C89 does not specifiy strsep(), so our strsep() implementation cannot | tjr | 2002-10-19 | 1 | -1/+0 |
* | Add cross-references to the wide character counterparts of these functions. | tjr | 2002-10-15 | 3 | -3/+6 |
* | Remove stray comma at the end of the See Also list. | tjr | 2002-10-15 | 1 | -1/+1 |
* | Fix another spelling mistake. | robert | 2002-10-10 | 1 | -1/+1 |
* | Correct a spelling mistake. | robert | 2002-10-10 | 1 | -1/+1 |
* | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | tjr | 2002-10-04 | 5 | -4/+454 |
* | Add stpcpy(3). | obrien | 2002-10-03 | 4 | -2/+73 |