summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* We should never zero-pad INF or NaN (yielding silly strings like "00inf")das2007-05-081-0/+1
* Use C comments since we now preprocess these files with CPP.deischen2007-04-291-3/+5
* Grammer correction from: emastephk2007-04-191-1/+1
* Loosen return value spec for fputs to be standards compliant so peoplephk2007-04-191-5/+2
* o Add ENVIRONMENT section and mention there that TMPDIR is ignoredmaxim2007-03-161-1/+14
* Remove 3rd clause, renumber, ok per emailimp2007-01-121-4/+1
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-09100-400/+0
* Fix rounding of 0xf for hex fp formats.das2007-01-031-2/+2
* Revert the rev. 1.4, it causes breakage on most arches except i386.kib2006-10-231-4/+1
* Workaround for (what seems to be) compiler error for gcc 3.4.6. Onkib2006-10-211-1/+4
* file == NULL:ache2006-10-161-9/+14
* Honor errno obtained from __sflagsache2006-10-161-1/+3
* Back out ftruncate error handling. There can some file tipesache2006-10-161-9/+2
* Do real seekache2006-10-151-3/+11
* Use correct type in va_arg argument.kan2006-09-212-2/+2
* Markup fixes.ru2006-09-171-1/+1
* Remove alpha left-overs.ru2006-08-221-1/+1
* Oops, correct the weak reference (s/fclose/fcloseall).deischen2006-04-221-1/+1
* Now that libc has fcloseall(), remove _cleanup() from the listdeischen2006-04-221-1/+0
* Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-225-4/+60
* Add missing #if's for NO_FLOATING_POINTphk2006-04-015-4/+16
* Add __collate_load_error and __collate_range_cmp to the list ofdeischen2006-03-301-0/+1
* Add each directory's symbol map file to SYM_MAPS.deischen2006-03-131-0/+2
* Add symbol maps and initial symbol version definitions to libc.deischen2006-03-131-0/+144
* Fix the %Q printf extension to behave as expectedphk2006-03-021-19/+9
* Remove spurious "union arg" from printf.hphk2006-02-041-2/+3
* Add missing 's' suffix on alternate rendition of time.phk2006-01-311-1/+1
* Make the %V{is} extension handle a NULL pointer like %s does: output "(null)"phk2006-01-255-1/+187
* Explicitely use a "signed char" instead of a "char", for those archs wherecognet2005-12-221-2/+2
* Add an extensible version of our *printf(3) implementation to libcphk2005-12-169-0/+2054
* With current pthread implementations, a mutex initialization willdavidxu2005-12-163-9/+19
* /* You're not supposed to hit this problem */phk2005-12-131-2/+2
* Fix prototype.ru2005-11-232-2/+2
* Use the correct function name as .Nm argument.brueffer2005-09-181-1/+1
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-122-2/+3
* Remove references to nonexistent "FreeBSD Security Architecture" document.tjr2005-09-053-15/+0
* Include <sys/types.h> and <limits.h> ourselves, don't assume they are includedstefanf2005-08-202-0/+2
* Speed up __wcsconv() (and hence the printf() %ls format):tjr2005-07-241-34/+30
* The header glue.h should provide just a declaration for the variablestefanf2005-05-131-1/+2
* The correct description for mode "w" isdes2005-05-041-1/+1
* Be bug-for-bug compatible with the C standard with respect todas2005-04-162-4/+16
* Remove unused variable.stefanf2005-04-081-3/+2
* Fix EOVERFLOW detection in vswprintf(3)fjoe2005-02-211-4/+5
* Sort sections.ru2005-01-203-55/+55
* Scheduled mdoc(7) sweep.ru2005-01-111-1/+3
* Document that the length modifier l is ignored for floating pointstefanf2004-10-161-1/+3
* Don't add integers to void pointers.stefanf2004-10-031-1/+2
* Don't forget to va_end() the va_list we get from va_copy().des2004-08-262-0/+2
* note that it is the caller's responsibility to free any buffer passedalfred2004-08-241-0/+5
* Fix an off-by-one bug that caused the first character of the buffer totjr2004-08-061-2/+1
OpenPOWER on IntegriCloud