| Commit message (Expand) | Author | Age | Files | Lines |
* | mdoc(7) police: sweep. | ru | 2002-11-29 | 15 | -88/+92 |
* | mdoc(7) police: sweep. | ru | 2002-11-29 | 1 | -1/+1 |
* | libc_r wasn't so tied to libc for 22 months. | ru | 2002-11-18 | 1 | -3/+1 |
* | Add cross references to mbrtowc(3) and wcrtomb(3). | tjr | 2002-11-10 | 1 | -1/+3 |
* | Don't check whether the first byte of the buffer is a null byte when | tjr | 2002-11-10 | 1 | -7/+1 |
* | Describe the `n' and `ps' arguments to mbrlen(). | tjr | 2002-11-09 | 1 | -2/+17 |
* | Typo: pointer to -> pointed to | tjr | 2002-11-09 | 1 | -1/+1 |
* | Use wide character ctype functions directly instead of relying on | tjr | 2002-11-09 | 1 | -2/+2 |
* | Add a missing return statement for the pwcs == NULL case (XSI extension). | tjr | 2002-11-09 | 1 | -0/+1 |
* | Add two additional references to the See Also section, which contain much | tjr | 2002-10-30 | 1 | -2/+16 |
* | Remove unnecessary inclusion of <rune.h> to make it obvious that this file | tjr | 2002-10-29 | 1 | -1/+0 |
* | Handle boundary cases more correctly; mblen(s, 0) and mbtowc(NULL, s, 0) | tjr | 2002-10-28 | 2 | -8/+6 |
* | Do not include <sys/syslimits.h> directly; it is not intended for general | wollman | 2002-10-27 | 1 | -1/+2 |
* | Style sweep. | tjr | 2002-10-27 | 5 | -40/+32 |
* | Use an internal buffer for the result when the first argument is NULL. | tjr | 2002-10-25 | 1 | -0/+4 |
* | Avoid truncating invalid wide characters that are outside the range of | tjr | 2002-10-16 | 1 | -1/+8 |
* | FA, FB and FC are lead bytes according to recent Microsoft documentation. | tjr | 2002-10-14 | 1 | -1/+1 |
* | Style changes. Mainly removing excessive whitespace and parens. | tjr | 2002-10-14 | 1 | -24/+29 |
* | Cosmetic: use LCMONETARY_SIZE_{FULL,MIN} defines like in other places | ache | 2002-10-12 | 1 | -4/+5 |
* | Add a UTF-8 encoding method, which will eventually replace the antique | tjr | 2002-10-10 | 10 | -9/+349 |
* | Add support for the 6 new C99 struct lconv members dealing with formatting | tjr | 2002-10-09 | 4 | -4/+76 |
* | Add a note to the Compatiblity section suggesting that these functions | tjr | 2002-10-06 | 13 | -13/+162 |
* | Remove rants/whines about the rune interface being superior to the | tjr | 2002-10-06 | 1 | -16/+2 |
* | Remove a completely incorrect statement from the Return Values section. | tjr | 2002-10-06 | 1 | -5/+6 |
* | Improve three instances of questionable or confusing grammar. | tjr | 2002-10-03 | 1 | -5/+8 |
* | Add an example. | tjr | 2002-10-03 | 1 | -1/+22 |
* | Document towlower() and towupper() in separate manual pages instead of | tjr | 2002-10-03 | 3 | -24/+89 |
* | Point out that although toupper() and tolower() really accept rune_t's | tjr | 2002-10-03 | 2 | -4/+28 |
* | towlower() appeared twice in the synopsis; one of the occurrences should | tjr | 2002-10-03 | 1 | -3/+3 |
* | Add an Examples section with an example of how to use the functions. | tjr | 2002-10-03 | 3 | -3/+54 |
* | Warn when setinvalidrune() is referenced for consistency with the rest | tjr | 2002-09-24 | 1 | -0/+1 |
* | Add the remaining C99 wide character string to integer conversion functions. | tjr | 2002-09-22 | 6 | -16/+550 |
* | Deprecate the rest of the rune interface. | tjr | 2002-09-18 | 2 | -0/+22 |
* | Mark mbmb(), mbrune(), and mbrrune() as deprecated functions. We want to | tjr | 2002-09-18 | 2 | -0/+19 |
* | Add wcstod() as a wrapper around strtod(). It does not handle any characters | tjr | 2002-09-15 | 3 | -2/+162 |
* | Use the heap instead of the stack to store temporary multibyte string | tjr | 2002-09-15 | 1 | -10/+28 |
* | Correct type of second argument: it is wchar_t ** restrict, | tjr | 2002-09-12 | 1 | -2/+2 |
* | Add an implementation of wcsftime() (wide character version of strftime()). | tjr | 2002-09-11 | 3 | -2/+152 |
* | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | tjr | 2002-09-08 | 4 | -4/+314 |
* | Style: One space between "restrict" qualifier and "*". | tjr | 2002-09-06 | 14 | -22/+22 |
* | Set errno to EILSEQ when invalid multibyte sequences are detected | tjr | 2002-09-03 | 3 | -3/+14 |
* | Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist). | tjr | 2002-09-01 | 1 | -1/+1 |
* | Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and | tjr | 2002-09-01 | 4 | -9/+9 |
* | Implement the XSI extension which allows the destination string to be | tjr | 2002-08-31 | 2 | -6/+48 |
* | Split ansi.c into a separate source file for each function. | tjr | 2002-08-31 | 6 | -85/+253 |
* | Use ntohl() to read cnains number in new format | ache | 2002-08-31 | 1 | -2/+4 |
* | Style fix | ache | 2002-08-30 | 1 | -3/+3 |
* | Prepare for switching to unlimited chains format. | ache | 2002-08-30 | 2 | -23/+46 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 3 | -5/+5 |
* | Add a manual page for wcwidth(). | tjr | 2002-08-20 | 2 | -1/+63 |