| Commit message (Expand) | Author | Age | Files | Lines |
* | Oops, correct the weak reference (s/fclose/fcloseall). | Daniel Eischen | 2006-04-22 | 1 | -1/+1 |
* | Now that libc has fcloseall(), remove _cleanup() from the list | Daniel Eischen | 2006-04-22 | 1 | -1/+0 |
* | Add fcloseall() to libc. This removes the need to export _cleanup(). | Daniel Eischen | 2006-04-22 | 5 | -4/+60 |
* | Add missing #if's for NO_FLOATING_POINT | Poul-Henning Kamp | 2006-04-01 | 5 | -4/+16 |
* | Add __collate_load_error and __collate_range_cmp to the list of | Daniel Eischen | 2006-03-30 | 1 | -0/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | Daniel Eischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | Daniel Eischen | 2006-03-13 | 1 | -0/+144 |
* | Fix the %Q printf extension to behave as expected | Poul-Henning Kamp | 2006-03-02 | 1 | -19/+9 |
* | Remove spurious "union arg" from printf.h | Poul-Henning Kamp | 2006-02-04 | 1 | -2/+3 |
* | Add missing 's' suffix on alternate rendition of time. | Poul-Henning Kamp | 2006-01-31 | 1 | -1/+1 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | Poul-Henning Kamp | 2006-01-25 | 5 | -1/+187 |
* | Explicitely use a "signed char" instead of a "char", for those archs where | Olivier Houchard | 2005-12-22 | 1 | -2/+2 |
* | Add an extensible version of our *printf(3) implementation to libc | Poul-Henning Kamp | 2005-12-16 | 9 | -0/+2054 |
* | With current pthread implementations, a mutex initialization will | David Xu | 2005-12-16 | 3 | -9/+19 |
* | /* You're not supposed to hit this problem */ | Poul-Henning Kamp | 2005-12-13 | 1 | -2/+2 |
* | Fix prototype. | Ruslan Ermilov | 2005-11-23 | 2 | -2/+2 |
* | Use the correct function name as .Nm argument. | Christian Brueffer | 2005-09-18 | 1 | -1/+1 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | Stefan Farfeleder | 2005-09-12 | 2 | -2/+3 |
* | Remove references to nonexistent "FreeBSD Security Architecture" document. | Tim J. Robbins | 2005-09-05 | 3 | -15/+0 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | Stefan Farfeleder | 2005-08-20 | 2 | -0/+2 |
* | Speed up __wcsconv() (and hence the printf() %ls format): | Tim J. Robbins | 2005-07-24 | 1 | -34/+30 |
* | The header glue.h should provide just a declaration for the variable | Stefan Farfeleder | 2005-05-13 | 1 | -1/+2 |
* | The correct description for mode "w" is | Dag-Erling Smørgrav | 2005-05-04 | 1 | -1/+1 |
* | Be bug-for-bug compatible with the C standard with respect to | David Schultz | 2005-04-16 | 2 | -4/+16 |
* | Remove unused variable. | Stefan Farfeleder | 2005-04-08 | 1 | -3/+2 |
* | Fix EOVERFLOW detection in vswprintf(3) | Max Khon | 2005-02-21 | 1 | -4/+5 |
* | Sort sections. | Ruslan Ermilov | 2005-01-20 | 3 | -55/+55 |
* | Scheduled mdoc(7) sweep. | Ruslan Ermilov | 2005-01-11 | 1 | -1/+3 |
* | Document that the length modifier l is ignored for floating point | Stefan Farfeleder | 2004-10-16 | 1 | -1/+3 |
* | Don't add integers to void pointers. | Stefan Farfeleder | 2004-10-03 | 1 | -1/+2 |
* | Don't forget to va_end() the va_list we get from va_copy(). | Dag-Erling Smørgrav | 2004-08-26 | 2 | -0/+2 |
* | note that it is the caller's responsibility to free any buffer passed | Alfred Perlstein | 2004-08-24 | 1 | -0/+5 |
* | Fix an off-by-one bug that caused the first character of the buffer to | Tim J. Robbins | 2004-08-06 | 1 | -2/+1 |
* | Read directly from the stdio buffer using the new __mbsnrtowcs() interface | Tim J. Robbins | 2004-07-21 | 1 | -14/+38 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -1/+2 |
* | Use __wcsrtombs() and __sfvwrite() to convert and write the wide character | Tim J. Robbins | 2004-07-21 | 1 | -8/+25 |
* | Call __mbrtowc() and __wcrtomb() directly instead of taking detours | Tim J. Robbins | 2004-07-20 | 3 | -3/+6 |
* | Add a cross reference to fgetwln(3). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
* | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 3 | -2/+192 |
* | Rename slbexpand() to __slbexpand() and make it available outside | Tim J. Robbins | 2004-07-16 | 2 | -4/+5 |
* | Slightly reorganize and simplify. | Tim J. Robbins | 2004-07-09 | 1 | -24/+11 |
* | Add commentary explaining why we return EBADF upon attempts to fflush() a | Colin Percival | 2004-07-04 | 1 | -0/+12 |
* | Eliminate double whitespace. | Ruslan Ermilov | 2004-07-03 | 1 | -2/+2 |
* | Mechanically kill hard sentence breaks. | Ruslan Ermilov | 2004-07-02 | 1 | -4/+8 |
* | Markup, grammar, and spelling fixes. | Ruslan Ermilov | 2004-06-30 | 1 | -4/+3 |
* | Spelling fixes. | Mike Pritchard | 2004-06-21 | 1 | -1/+1 |
* | The third operand of the conditional operator should have type void too. | Stefan Farfeleder | 2004-06-08 | 2 | -2/+2 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | David Schultz | 2004-06-08 | 1 | -4/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | David Schultz | 2004-06-08 | 4 | -5/+6 |
* | Set errno to EBADF on attempts to write to a stream that is not | David Schultz | 2004-06-08 | 1 | -2/+5 |