| Commit message (Expand) | Author | Age | Files | Lines |
| * | Clarify an error message. | Tim Kientzle | 2004-05-18 | 2 | -2/+4 |
| * | 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 |
| * | Remove some kludges designed to ensure that the compiler didn't round | David Schultz | 2004-05-17 | 2 | -87/+10 |
| * | Remove spurious semicolons. Outside of functions they are actually errors but | Stefan Farfeleder | 2004-05-16 | 1 | -1/+1 |
| * | Style fixes: | Bruce Evans | 2004-05-14 | 1 | -11/+5 |
| * | Fixed some insertion sort errors (external ones only). | Bruce Evans | 2004-05-14 | 1 | -25/+25 |
| * | Use a simpler, faster buffering scheme for partial characters in mbrtowc(). | Tim J. Robbins | 2004-05-14 | 1 | -21/+27 |
| * | Do not attempt to build libdisk, libthr and libc_r for arm. | Olivier Houchard | 2004-05-14 | 1 | -3/+8 |
| * | Define iaddr_t and saddr_t for arm. | Olivier Houchard | 2004-05-14 | 1 | -1/+4 |
| * | Use WARNS?=3 for these in the arm case for now, due to toolchain issues. | Olivier Houchard | 2004-05-14 | 3 | -0/+13 |
| * | Import _setjmp.S for arm in libstand. | Olivier Houchard | 2004-05-14 | 1 | -0/+106 |
| * | Import libkvm MD file for arm. | Olivier Houchard | 2004-05-14 | 1 | -0/+103 |
| * | Arm bits for libpthread. It has no chances to work and should be considered | Olivier Houchard | 2004-05-14 | 10 | -0/+942 |
| * | C runtime support for FreeBSD/arm. | Olivier Houchard | 2004-05-14 | 4 | -0/+169 |
| * | 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 |
| * | Update raw byte count statistic correctly. | Tim Kientzle | 2004-05-13 | 1 | -1/+1 |
| * | Add MLINK for newly-added archive_read_extract_set_progress_callback(3). | Tim Kientzle | 2004-05-13 | 2 | -0/+2 |
| * | Add hook for a client-provided progress callback to be invoked | Tim Kientzle | 2004-05-13 | 6 | -2/+34 |
| * | 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 |
| * | 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 |
| * | Put crypto-aware version of the library into the right distribution. | Ruslan Ermilov | 2004-05-12 | 1 | -0/+1 |
| * | 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 |
| * | Fix and clarify unparsable sentence. | Diomidis Spinellis | 2004-05-11 | 1 | -3/+3 |
| * | Bring the description for login_getclassbyname in sync with the function's | Diomidis Spinellis | 2004-05-11 | 2 | -8/+28 |
| * | 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 |
| * | Add an implementation of copysignl(), a long double version of copysign(). | Stefan Farfeleder | 2004-05-07 | 4 | -4/+57 |
| * | Add an MLINK for fabsl(). | Stefan Farfeleder | 2004-05-07 | 1 | -1/+1 |
| * | The prototypes for cabs() and cabsf() are in <complex.h>. Fix their arguments' | Stefan Farfeleder | 2004-05-06 | 1 | -8/+11 |
| * | A minor refactoring to simplify portability: assign the filename | Tim Kientzle | 2004-05-05 | 2 | -10/+14 |
| * | Consistify: #define gets 1 tab character afterwards | Tim Kientzle | 2004-05-03 | 8 | -60/+60 |