The NetBSD Project

src/lib/libc/stdio/

Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [cvs.NetBSD.org] / src / lib / libc / stdio

Current tag: netbsd-1-6-PATCH001-RC1


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile.inc  1.21   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] clrerr.c  1.8   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] fclose.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] fclose.c  1.14   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] fdopen.c  1.12   23 years  christos   branches: 1.12.2; This is for completeness only (to make fdopen symmetric with ...
[TXT] feof.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] ferror.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] ferror.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] fflush.3  1.9   22 years  ross   Generate <>& symbolically.
[TXT] fflush.c  1.13   24 years  lukem   branches: 1.13.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] fgetc.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] fgetln.3  1.7   22 years  ross   Generate <>& symbolically.
[TXT] fgetln.c  1.10   24 years  mycroft   branches: 1.10.6; Delint. Remove trailing ; from uses of __weak_alias(). The m...
[TXT] fgetpos.c  1.10   23 years  kleink   In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid tr...
[TXT] fgets.3  1.12   22 years  ross   Generate <>& symbolically.
[TXT] fgets.c  1.14   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] fgetwc.c  1.1   22 years  yamt   branches: 1.1.2; - make FILE structure extensible without breaking binary-compa...
[TXT] fileext.h  1.1   22 years  yamt   branches: 1.1.2; add files forgotten in my previous commit.
[TXT] fileno.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] findfp.c  1.15   22 years  christos   fully initialize the structure to avoid gcc complaints.
[TXT] flags.c  1.12   24 years  christos   branches: 1.12.6; add and "f" flag to fopen that makes sure we are opening a pl...
[TXT] floatio.h  1.3   29 years  jtc   Merged with 4.4lite. Changed to conform to NetBSD's new RCS Id convention.
[TXT] fopen.3  1.15   21 years  kleink   Consistent wording: plain files -> regular files.
[TXT] fopen.c  1.10   23 years  christos   branches: 1.10.2; make sure we preserve errno.
[TXT] fprintf.c  1.8   24 years  lukem   branches: 1.8.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] fpurge.c  1.11   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] fputc.c  1.10   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] fputs.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] fputs.c  1.11   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] fputwc.c  1.1   22 years  yamt   branches: 1.1.2; - make FILE structure extensible without breaking binary-compa...
[TXT] fread.3  1.9   22 years  ross   Generate <>& symbolically.
[TXT] fread.c  1.14   23 years  lukem   branches: 1.14.2; apparently ansi c only required fread(3) to return 0 if size ...
[TXT] freopen.c  1.12   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] fscanf.c  1.8   24 years  lukem   branches: 1.8.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] fseek.3  1.21   22 years  ross   Generate <>& symbolically.
[TXT] fseek.c  1.18   24 years  lukem   branches: 1.18.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] fseeko.c  1.2   23 years  kleink   branches: 1.2.2; Oops, forgot to define weak aliases for public names. Fixes PR...
[TXT] fsetpos.c  1.9   23 years  kleink   In fgetpos() and fsetpos(), use ftello() and fseeko(), respectively, to avoid tr...
[TXT] ftell.c  1.13   24 years  lukem   branches: 1.13.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] ftello.c  1.2   23 years  kleink   branches: 1.2.2; Oops, forgot to define weak aliases for public names. Fixes PR...
[TXT] funopen.3  1.11   22 years  ross   Generate <>& symbolically.
[TXT] funopen.c  1.7   25 years  christos   branches: 1.7.12; delint
[TXT] fvwrite.c  1.13   24 years  lukem   branches: 1.13.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] fvwrite.h  1.4   25 years  kleink   branches: 1.4.12; s/c_plusplus/__cplusplus/
[TXT] fwalk.c  1.9   24 years  lukem   branches: 1.9.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] fwide.3  1.3   22 years  ross   Generate <>& symbolically.
[TXT] fwide.c  1.1   22 years  yamt   branches: 1.1.2; - make FILE structure extensible without breaking binary-compa...
[TXT] fwrite.c  1.13   23 years  lukem   branches: 1.13.2; apparently ansi c only required fread(3) to return 0 if size ...
[TXT] getc.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] getc.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] getchar.c  1.7   26 years  jtc   Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio can be m...
[TXT] gets.c  1.13   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] gettemp.c  1.7.2.1   21 years  he   Pull up revision 1.8 (requested by thorpej in ticket #806): Allow mktemp to bu...
[TXT] getw.c  1.8   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] getwc.3  1.3   22 years  ross   Generate <>& symbolically.
[TXT] getwc.c  1.1   22 years  yamt   branches: 1.1.2; - make FILE structure extensible without breaking binary-compa...
[TXT] getwchar.c  1.1   22 years  yamt   branches: 1.1.2; - make FILE structure extensible without breaking binary-compa...
[TXT] glue.h  1.4   23 years  christos   fix duplicate declaration of __glue.
[TXT] local.h  1.10   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] makebuf.c  1.12   24 years  lukem   branches: 1.12.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] mkdtemp.c  1.5.2.1   21 years  he   Pull up revision 1.6 (requested by thorpej in ticket #806): Allow mktemp to bu...
[TXT] mkstemp.c  1.4.12.1   21 years  he   Pull up revision 1.5 (requested by thorpej in ticket #806): Allow mktemp to bu...
[TXT] mktemp.3  1.15   22 years  ross   Generate <>& symbolically.
[TXT] mktemp.c  1.17   24 years  lukem   branches: 1.17.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] perror.c  1.21   24 years  kleink   No need for "namespace.h".
[TXT] printf.3  1.25   22 years  ross   Generate <>& symbolically.
[TXT] printf.c  1.8   24 years  lukem   branches: 1.8.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] putc.3  1.7   22 years  ross   Generate <>& symbolically.
[TXT] putc.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] putchar.c  1.7   26 years  jtc   Use FLOCKFILE() and FUNLOCKFILE() macros from reentrant.h so that stdio can be m...
[TXT] puts.c  1.10   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] putw.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] putwc.3  1.2   22 years  ross   Generate <>& symbolically.
[TXT] putwc.c  1.2   22 years  yamt   putwc and putwchar's argument is wchar_t, not wint_t.
[TXT] putwchar.c  1.2   22 years  yamt   putwc and putwchar's argument is wchar_t, not wint_t.
[TXT] refill.c  1.11   24 years  lukem   branches: 1.11.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] remove.3  1.8   22 years  ross   Generate <>& symbolically.
[TXT] remove.c  1.12   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] rewind.c  1.11   24 years  mycroft   Call __sclearerr(), nor clearerr(), so we don\`t try to double lock.
[TXT] rget.c  1.10   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] scanf.3  1.14   22 years  ross   Generate <>& symbolically.
[TXT] scanf.c  1.8   24 years  lukem   branches: 1.8.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] setbuf.3  1.10   22 years  ross   Generate <>& symbolically.
[TXT] setbuf.c  1.7   24 years  lukem   branches: 1.7.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] setbuffer.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] setvbuf.c  1.15   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] sscanf.c  1.12   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] stdio.3  1.14   22 years  ross   Generate <>& symbolically.
[TXT] stdio.c  1.11   24 years  lukem   branches: 1.11.10; back out the #ifdef _DIAGNOSTIC argument checks; too many pe...
[TXT] tempnam.c  1.14   22 years  christos   casts to size_t
[TXT] tmpfile.c  1.8   25 years  kleink   branches: 1.8.12; Need an internal name for fdopen().
[TXT] tmpnam.3  1.9   22 years  ross   Generate <>& symbolically.
[TXT] tmpnam.c  1.11   25 years  kleink   branches: 1.11.12; Need internal names for snprintf() and vsnprintf().
[TXT] ungetc.3  1.6   22 years  ross   Generate <>& symbolically.
[TXT] ungetc.c  1.12   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] ungetwc.3  1.3   22 years  ross   Generate <>& symbolically.
[TXT] ungetwc.c  1.1   22 years  yamt   branches: 1.1.2; - make FILE structure extensible without breaking binary-compa...
[TXT] vasprintf.c  1.8   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] vfprintf.c  1.42   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] vfscanf.c  1.30   22 years  yamt   branches: 1.30.2; - make FILE structure extensible without breaking binary-comp...
[TXT] vprintf.c  1.9   24 years  lukem   back out the #ifdef _DIAGNOSTIC argument checks; too many people complained. _DI...
[TXT] vscanf.c  1.9   24 years  lukem   branches: 1.9.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] vsnprintf.c  1.16.2.1   21 years  jmc   Pull up revisions 1.16-1.17 (requested by kristerw in ticket #1059) Fix two bug...
[TXT] vsprintf.c  1.11   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] vsscanf.c  1.11   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] wbuf.c  1.11   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] wcio.h  1.2   22 years  yamt   branches: 1.2.2; g/c #if 0.
[TXT] wsetup.c  1.9   24 years  lukem   branches: 1.9.10; back out the #ifdef _DIAGNOSTIC argument checks; too many peo...
[TXT] _fseeko.c (in the Attic) [Hide]  1.1   23 years  kleink   XCU5: Add fseeko() and ftello() functions which provide the functionality of fse...
[TXT] _ftello.c (in the Attic) [Hide]  1.1   23 years  kleink   XCU5: Add fseeko() and ftello() functions which provide the functionality of fse...
[TXT] asprintf.c (in the Attic) [Hide]  1.10   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...
[TXT] perror.3 (in the Attic) [Hide]  1.7   22 years  ross   Generate <>& symbolically.
[TXT] snprintf.c (in the Attic) [Hide]  1.15.2.1   21 years  jmc   Pull up revisions 1.16-1.17 (requested by kristerw in ticket #1059) Fix two bug...
[TXT] sprintf.c (in the Attic) [Hide]  1.10   22 years  yamt   - make FILE structure extensible without breaking binary-compatibility. - add fp...


CVSweb <webmaster@jp.NetBSD.org>