summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/local.h
Commit message (Expand)AuthorAgeFilesLines
* The ORIENTLOCK macro is no longer needed since all functions useTim J. Robbins2002-10-251-7/+0
* Use a weak reference instead of a macro to make vfscanf an aliasTim J. Robbins2002-10-141-0/+2
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-0/+2
* The character argument for __ungetwc() should be wint_t instead of wchar_t.Tim J. Robbins2002-09-231-1/+1
* Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf()Tim J. Robbins2002-09-221-0/+1
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+1
* Introduce unlocked versions of fputwc() and fgetwc() called __fputwc()Tim J. Robbins2002-09-201-0/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-1/+1
* Basic support for wide character I/O: getwc(), fgetwc(), getwchar(),Tim J. Robbins2002-08-131-0/+31
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-1/+0
* Remove __P() usage.David E. O'Brien2002-03-211-23/+23
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,Andrey A. Chernov2001-09-031-0/+2
* Move all stdio internal flags processing and setting out of __sread(),Andrey A. Chernov2001-09-021-0/+1
* Back out disabling ungetc() at 0, use different solution:Andrey A. Chernov2001-09-011-2/+2
* The same big piece of ftell code repeated in 3 places. Simplify things movingAndrey A. Chernov2001-08-311-0/+1
* fseek.c:Andrey A. Chernov2001-08-171-1/+1
* (cantwrite): do not allocate memory for a NULL stringAssar Westerlund2001-06-181-1/+2
* Properly initialize a temporary FILE that is allocated off the stack.Daniel Eischen2001-06-041-0/+7
* Hide the definition of struct __sFILEX and add the neededDaniel Eischen2001-03-011-0/+10
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-0/+8
* Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branchPeter Wemm1997-03-111-0/+87