| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a leak in the recent fixes for file descriptors > SHRT_MAX. In the | jhb | 2008-04-22 | 1 | -0/+1 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 26 | -143/+72 |
* | Updates for changes in the way printf() handles hex floating point | das | 2008-04-12 | 1 | -4/+5 |
* | Add <limits.h> for SHRT_MAX. | jhb | 2008-02-27 | 3 | -0/+3 |
* | File descriptors are an int, but our stdio FILE object uses a short to hold | jhb | 2008-02-27 | 3 | -0/+39 |
* | Move all the xprintf-related symbols to FBSDprivate_1.0. | das | 2007-12-18 | 1 | -9/+13 |
* | Catch up with vfprintf.c,v 1.77. | das | 2007-12-18 | 1 | -0/+1 |
* | Remove some test instrumentation. (The Symbol.map changes broke it anyway.) | das | 2007-12-09 | 2 | -8/+0 |
* | Add rewind() to the list of functions which may fail and set errno | ache | 2007-06-18 | 1 | -1/+2 |
* | Add mbstate clear missed in one of the cases. | ache | 2007-06-18 | 1 | -5/+6 |
* | We should never zero-pad INF or NaN (yielding silly strings like "00inf") | das | 2007-05-08 | 1 | -0/+1 |
* | Use C comments since we now preprocess these files with CPP. | deischen | 2007-04-29 | 1 | -3/+5 |
* | Grammer correction from: emaste | phk | 2007-04-19 | 1 | -1/+1 |
* | Loosen return value spec for fputs to be standards compliant so people | phk | 2007-04-19 | 1 | -5/+2 |
* | o Add ENVIRONMENT section and mention there that TMPDIR is ignored | maxim | 2007-03-16 | 1 | -1/+14 |
* | Remove 3rd clause, renumber, ok per email | imp | 2007-01-12 | 1 | -4/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 100 | -400/+0 |
* | Fix rounding of 0xf for hex fp formats. | das | 2007-01-03 | 1 | -2/+2 |
* | Revert the rev. 1.4, it causes breakage on most arches except i386. | kib | 2006-10-23 | 1 | -4/+1 |
* | Workaround for (what seems to be) compiler error for gcc 3.4.6. On | kib | 2006-10-21 | 1 | -1/+4 |
* | file == NULL: | ache | 2006-10-16 | 1 | -9/+14 |
* | Honor errno obtained from __sflags | ache | 2006-10-16 | 1 | -1/+3 |
* | Back out ftruncate error handling. There can some file tipes | ache | 2006-10-16 | 1 | -9/+2 |
* | Do real seek | ache | 2006-10-15 | 1 | -3/+11 |
* | Use correct type in va_arg argument. | kan | 2006-09-21 | 2 | -2/+2 |
* | Markup fixes. | ru | 2006-09-17 | 1 | -1/+1 |
* | Remove alpha left-overs. | ru | 2006-08-22 | 1 | -1/+1 |
* | Oops, correct the weak reference (s/fclose/fcloseall). | deischen | 2006-04-22 | 1 | -1/+1 |
* | Now that libc has fcloseall(), remove _cleanup() from the list | deischen | 2006-04-22 | 1 | -1/+0 |
* | Add fcloseall() to libc. This removes the need to export _cleanup(). | deischen | 2006-04-22 | 5 | -4/+60 |
* | Add missing #if's for NO_FLOATING_POINT | phk | 2006-04-01 | 5 | -4/+16 |
* | Add __collate_load_error and __collate_range_cmp to the list of | deischen | 2006-03-30 | 1 | -0/+1 |
* | Add each directory's symbol map file to SYM_MAPS. | deischen | 2006-03-13 | 1 | -0/+2 |
* | Add symbol maps and initial symbol version definitions to libc. | deischen | 2006-03-13 | 1 | -0/+144 |
* | Fix the %Q printf extension to behave as expected | phk | 2006-03-02 | 1 | -19/+9 |
* | Remove spurious "union arg" from printf.h | phk | 2006-02-04 | 1 | -2/+3 |
* | Add missing 's' suffix on alternate rendition of time. | phk | 2006-01-31 | 1 | -1/+1 |
* | Make the %V{is} extension handle a NULL pointer like %s does: output "(null)" | phk | 2006-01-25 | 5 | -1/+187 |
* | Explicitely use a "signed char" instead of a "char", for those archs where | cognet | 2005-12-22 | 1 | -2/+2 |
* | Add an extensible version of our *printf(3) implementation to libc | phk | 2005-12-16 | 9 | -0/+2054 |
* | With current pthread implementations, a mutex initialization will | davidxu | 2005-12-16 | 3 | -9/+19 |
* | /* You're not supposed to hit this problem */ | phk | 2005-12-13 | 1 | -2/+2 |
* | Fix prototype. | ru | 2005-11-23 | 2 | -2/+2 |
* | Use the correct function name as .Nm argument. | brueffer | 2005-09-18 | 1 | -1/+1 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | stefanf | 2005-09-12 | 2 | -2/+3 |
* | Remove references to nonexistent "FreeBSD Security Architecture" document. | tjr | 2005-09-05 | 3 | -15/+0 |
* | Include <sys/types.h> and <limits.h> ourselves, don't assume they are included | stefanf | 2005-08-20 | 2 | -0/+2 |
* | Speed up __wcsconv() (and hence the printf() %ls format): | tjr | 2005-07-24 | 1 | -34/+30 |
* | The header glue.h should provide just a declaration for the variable | stefanf | 2005-05-13 | 1 | -1/+2 |
* | The correct description for mode "w" is | des | 2005-05-04 | 1 | -1/+1 |