| Commit message (Expand) | Author | Age | Files | Lines |
* | Previously, vfscanf()'s wide character processing functions were | das | 2012-04-29 | 1 | -1/+8 |
* | Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a | theraven | 2011-11-20 | 1 | -7/+13 |
* | - Use an initializer macro to initialize fields in 'fake' FILE objects used | jhb | 2010-03-11 | 1 | -0/+8 |
* | Expose FILE's internals to the world again in all their glory. Restore | jhb | 2008-05-05 | 1 | -132/+2 |
* | Next round of stdio changes: Remove all inlining of stdio operations and | jhb | 2008-05-02 | 1 | -2/+132 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -21/+2 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Add fcloseall() to libc. This removes the need to export _cleanup(). | deischen | 2006-04-22 | 1 | -0/+1 |
* | With current pthread implementations, a mutex initialization will | davidxu | 2005-12-16 | 1 | -1/+2 |
* | Move the declaration of __cleanup to libc_private.h as it is used in both | stefanf | 2005-09-12 | 1 | -1/+0 |
* | Rename slbexpand() to __slbexpand() and make it available outside | tjr | 2004-07-16 | 1 | -0/+1 |
* | Rename cantwrite() to prepwrite(). The latter is less confusing, | das | 2004-06-08 | 1 | -2/+3 |
* | Associate a multibyte conversion state object with each stream. Reset it | tjr | 2004-05-22 | 1 | -11/+2 |
* | Backout the previous revision due to objections. | jb | 2004-03-09 | 1 | -1/+1 |
* | On 4.X it was possible for an application to initialise a local FILE | jb | 2004-03-09 | 1 | -1/+1 |
* | The ORIENTLOCK macro is no longer needed since all functions use | tjr | 2002-10-25 | 1 | -7/+0 |
* | Use a weak reference instead of a macro to make vfscanf an alias | tjr | 2002-10-14 | 1 | -0/+2 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | tjr | 2002-09-23 | 1 | -0/+2 |
* | The character argument for __ungetwc() should be wint_t instead of wchar_t. | tjr | 2002-09-23 | 1 | -1/+1 |
* | Add an unlocked version of ungetwc(), __ungetwc(), that __vfwscanf() | tjr | 2002-09-22 | 1 | -0/+1 |
* | Add implementations of the wprintf() family of functions, which perform | tjr | 2002-09-21 | 1 | -0/+1 |
* | Introduce unlocked versions of fputwc() and fgetwc() called __fputwc() | tjr | 2002-09-20 | 1 | -0/+2 |
* | o Merge <machine/ansi.h> and <machine/types.h> into a new header | mike | 2002-08-21 | 1 | -1/+1 |
* | Basic support for wide character I/O: getwc(), fgetwc(), getwchar(), | tjr | 2002-08-13 | 1 | -0/+31 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -1/+0 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -23/+23 |
* | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | ache | 2001-09-03 | 1 | -0/+2 |
* | Move all stdio internal flags processing and setting out of __sread(), | ache | 2001-09-02 | 1 | -0/+1 |
* | Back out disabling ungetc() at 0, use different solution: | ache | 2001-09-01 | 1 | -2/+2 |
* | The same big piece of ftell code repeated in 3 places. Simplify things moving | ache | 2001-08-31 | 1 | -0/+1 |
* | fseek.c: | ache | 2001-08-17 | 1 | -1/+1 |
* | (cantwrite): do not allocate memory for a NULL string | assar | 2001-06-18 | 1 | -1/+2 |
* | Properly initialize a temporary FILE that is allocated off the stack. | deischen | 2001-06-04 | 1 | -0/+7 |
* | Hide the definition of struct __sFILEX and add the needed | deischen | 2001-03-01 | 1 | -0/+10 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -0/+8 |
* | Import CSRG 4.4BSD-Lite2 lib/libc onto vendor branch | peter | 1997-03-11 | 1 | -17/+17 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+87 |