| Commit message (Expand) | Author | Age | Files | Lines |
| * | Scan the source string for invalid wide characters in wcsrtombs() | Tim J. Robbins | 2004-05-25 | 1 | -2/+9 |
| * | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-25 | 4 | -0/+8 |
| * | Grab all the information we need about a character with one call to | Tim J. Robbins | 2004-05-23 | 1 | -7/+5 |
| * | Perform conversions straight from the stream buffer instead of scanning | Tim J. Robbins | 2004-05-22 | 1 | -18/+19 |
| * | Associate a multibyte conversion state object with each stream. Reset it | Tim J. Robbins | 2004-05-22 | 7 | -42/+24 |
| * | Update the document date. | Alan Cox | 2004-05-20 | 1 | -1/+1 |
| * | Remove a long obsolete paragraph from the BUGS section. | Alan Cox | 2004-05-19 | 1 | -10/+0 |
| * | For amd64, explicitly compile mcount.po, rather than copying mcount.o. We | Peter Wemm | 2004-05-18 | 1 | -0/+6 |
| * | Clarify and extend paragraphs on interoperation | Yaroslav Tykhiy | 2004-05-17 | 3 | -6/+55 |
| * | getgrent() and friends should set errno if there is an error. | Tim Kientzle | 2004-05-17 | 2 | -1/+8 |
| * | POSIX prohibits any library function from setting errno to 0. | Tim Kientzle | 2004-05-17 | 2 | -2/+6 |
| * | Use conversion state objects to store the accumulated wide character, | Tim J. Robbins | 2004-05-17 | 1 | -63/+67 |
| * | Use a simpler and faster buffering scheme for partial multibyte characters. | Tim J. Robbins | 2004-05-17 | 2 | -52/+80 |
| * | If getpwent/getpwuid/getpwnam return NULL, they must also set errno. | Tim Kientzle | 2004-05-17 | 1 | -0/+3 |
| * | Use a simpler, faster buffering scheme for partial characters in mbrtowc(). | Tim J. Robbins | 2004-05-14 | 1 | -21/+27 |
| * | Import the softfloat emulation library, needed for FreeBSD/arm right now. | Olivier Houchard | 2004-05-14 | 39 | -0/+14975 |
| * | Import the FreeBSD/arm libc bits. | Olivier Houchard | 2004-05-14 | 53 | -0/+6228 |
| * | We use __arm__, not __arm32__. | Olivier Houchard | 2004-05-14 | 1 | -1/+1 |
| * | Define malloc_pageshift and malloc_minsize for arm. | Olivier Houchard | 2004-05-14 | 1 | -0/+4 |
| * | Fixed some minor style bugs. | Bruce Evans | 2004-05-13 | 2 | -14/+20 |
| * | Allow encoding modules to override the default implementations of | Tim J. Robbins | 2004-05-13 | 8 | -9/+113 |
| * | Fix braino in previous: check that the second byte in the character | Tim J. Robbins | 2004-05-13 | 2 | -2/+2 |
| * | Fix some^Wseveral style bugs from last commit. | Peter Edwards | 2004-05-12 | 3 | -45/+38 |
| * | Fix typo. | Josef El-Rayes | 2004-05-12 | 1 | -1/+1 |
| * | Reduce overhead by calling internal versions of the multibyte conversion | Tim J. Robbins | 2004-05-12 | 8 | -11/+19 |
| * | Move prototypes of various encoding-related functions into a new header | Tim J. Robbins | 2004-05-12 | 16 | -71/+72 |
| * | Link radixsort(3) to sradixsort(3), make the latter appear in | Ruslan Ermilov | 2004-05-12 | 2 | -1/+2 |
| * | Document the fact that in a jailed environment, sendto(2) could fail | Christian S.J. Peron | 2004-05-11 | 1 | -0/+4 |
| * | In the absence of proper validation, at least check that null bytes | Tim J. Robbins | 2004-05-11 | 4 | -1/+19 |
| * | Remove a trailing newline, to behave as documented in syslog(3): | Diomidis Spinellis | 2004-05-10 | 1 | -0/+4 |
| * | Fixed style bugs in previous commit (bogus forward declaration and | Bruce Evans | 2004-05-10 | 1 | -3/+1 |
| * | Use a binary search to find the range containing a character in | Tim J. Robbins | 2004-05-09 | 3 | -20/+34 |
| * | o fix a sentence to match with the synopsis [1] | Christian Brueffer | 2004-05-09 | 1 | -3/+3 |
| * | The FTS_NOSTAT option is an optimisation that reduces the number | Peter Edwards | 2004-05-08 | 3 | -6/+153 |
| * | A minor refactoring to simplify portability: assign the filename | Tim Kientzle | 2004-05-05 | 2 | -10/+14 |
| * | Remove bogus FBSDID. | David E. O'Brien | 2004-05-02 | 1 | -3/+1 |
| * | Fix damaged FBSDID. | David E. O'Brien | 2004-05-02 | 1 | -3/+1 |
| * | Merge vfscanf.c, v1.37: | David Schultz | 2004-05-02 | 1 | -8/+7 |
| * | Merge vfprintf.c, v1.65: | David Schultz | 2004-05-02 | 1 | -24/+17 |
| * | Add option NO_FP_LIBC, which disables floating-point support in | David Schultz | 2004-05-02 | 1 | -0/+3 |
| * | - To make it easier to compile *printf() and *scanf() without | David Schultz | 2004-05-02 | 2 | -31/+21 |
| * | When *printf() and *scanf() are compiled without floating-point | David Schultz | 2004-05-02 | 1 | -0/+4 |
| * | Markup nit. | Ruslan Ermilov | 2004-04-27 | 1 | -1/+1 |
| * | Rewrite split_lines() to operate safely | Andrey A. Chernov | 2004-04-25 | 1 | -3/+7 |
| * | Use the correct size to allocate, copy and clear argument type tables | Tim J. Robbins | 2004-04-22 | 2 | -12/+18 |
| * | Fix a bug that could result in getpw*() incorrectly returning NULL when NIS | Jonathan Chen | 2004-04-21 | 1 | -0/+1 |
| * | Unbreak world. | Ruslan Ermilov | 2004-04-21 | 1 | -3/+2 |
| * | MFdragonfly: resolver fix for timeouts on unqualified hostnames | Nate Lawson | 2004-04-21 | 1 | -5/+18 |
| * | Add mention of the fact that timeouts are silently limited to 24 hours. | Colin Percival | 2004-04-20 | 1 | -0/+5 |
| * | Document POSIX stupidity: Attempts to mmap zero bytes will succeed (and | Colin Percival | 2004-04-18 | 1 | -0/+7 |