summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* 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
* Read directly from the stdio buffer using the new __mbsnrtowcs() interfacetjr2004-07-211-14/+38
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These aretjr2004-07-211-1/+2
* Use __wcsrtombs() and __sfvwrite() to convert and write the wide charactertjr2004-07-211-8/+25
* Call __mbrtowc() and __wcrtomb() directly instead of taking detourstjr2004-07-203-3/+6
* Add a cross reference to fgetwln(3).tjr2004-07-161-0/+1
* Add fgetwln(), a wide character version of fgetln().tjr2004-07-163-2/+192
* Rename slbexpand() to __slbexpand() and make it available outsidetjr2004-07-162-4/+5
* Slightly reorganize and simplify.tjr2004-07-091-24/+11
* Add commentary explaining why we return EBADF upon attempts to fflush() acperciva2004-07-041-0/+12
* Eliminate double whitespace.ru2004-07-031-2/+2
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+8
* Markup, grammar, and spelling fixes.ru2004-06-301-4/+3
* Spelling fixes.mpp2004-06-211-1/+1
* The third operand of the conditional operator should have type void too.stefanf2004-06-082-2/+2
OpenPOWER on IntegriCloud