summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/local.h
Commit message (Expand)AuthorAgeFilesLines
* Previously, vfscanf()'s wide character processing functions weredas2012-04-291-1/+8
* Implement xlocale APIs from Darwin, mainly for use by libc++. This adds atheraven2011-11-201-7/+13
* - Use an initializer macro to initialize fields in 'fake' FILE objects usedjhb2010-03-111-0/+8
* Expose FILE's internals to the world again in all their glory. Restorejhb2008-05-051-132/+2
* Next round of stdio changes: Remove all inlining of stdio operations andjhb2008-05-021-2/+132
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-21/+2
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Add fcloseall() to libc. This removes the need to export _cleanup().deischen2006-04-221-0/+1
* With current pthread implementations, a mutex initialization willdavidxu2005-12-161-1/+2
* Move the declaration of __cleanup to libc_private.h as it is used in bothstefanf2005-09-121-1/+0
* Rename slbexpand() to __slbexpand() and make it available outsidetjr2004-07-161-0/+1
* Rename cantwrite() to prepwrite(). The latter is less confusing,das2004-06-081-2/+3
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-221-11/+2
* Backout the previous revision due to objections.jb2004-03-091-1/+1
* On 4.X it was possible for an application to initialise a local FILEjb2004-03-091-1/+1
* The ORIENTLOCK macro is no longer needed since all functions usetjr2002-10-251-7/+0
* Use a weak reference instead of a macro to make vfscanf an aliastjr2002-10-141-0/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),tjr2002-09-231-0/+2
* The character argument for __ungetwc() should be wint_t instead of wchar_t.tjr2002-09-231-1/+1
* Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()tjr2002-09-221-0/+1
* Add implementations of the wprintf() family of functions, which performtjr2002-09-211-0/+1
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()tjr2002-09-201-0/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-211-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),tjr2002-08-131-0/+31
* Fix the style of the SCM ID's.obrien2002-03-221-1/+0
* Remove __P() usage.obrien2002-03-211-23/+23
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,ache2001-09-031-0/+2
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-021-0/+1
* Back out disabling ungetc() at 0, use different solution:ache2001-09-011-2/+2
* The same big piece of ftell code repeated in 3 places. Simplify things movingache2001-08-311-0/+1
* fseek.c:ache2001-08-171-1/+1
* (cantwrite): do not allocate memory for a NULL stringassar2001-06-181-1/+2
* Properly initialize a temporary FILE that is allocated off the stack.deischen2001-06-041-0/+7
* Hide the definition of struct __sFILEX and add the neededdeischen2001-03-011-0/+10
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-0/+8
* Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchpeter1997-03-111-17/+17
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+87
OpenPOWER on IntegriCloud