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: is-mlppp-base


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] fread.c  1.23   4 years  kamil   Avoid undefined behavior in fread(3) On the first call to fread(3), just after ...
[TXT] fflush.3  1.13   4 years  sevan   Document history
[TXT] putc.3  1.14   4 years  sevan   putc & putw were in v1 https://www.bell-labs.com/usr/dmr/www/man31.pdf putchar w...
[TXT] fopen.3  1.36   4 years  sevan   Start documenting history https://www.bell-labs.com/usr/dmr/www/man31.pdf
[TXT] getc.3  1.13   4 years  sevan   Start documenting history https://www.bell-labs.com/usr/dmr/www/man31.pdf
[TXT] tmpnam.3  1.18   4 years  uwe   Refer to "w+" as "mode" as that's what fopen(3) calls it.
[TXT] funopen.3  1.25   5 years  uwe   Minor markup and wording fixes.
[TXT] fprintf.c  1.15   5 years  mrg   remove diag assert - the compiler demands fp is non NULL now.
[TXT] setbuf.3  1.20   5 years  uwe   Don't leave a subordinate clause out in the cold.
[TXT] makebuf.c  1.19   5 years  uwe   Fix typo in the function comment.
[TXT] fgetln.3  1.16   5 years  msaitoh   Indent.
[TXT] stdio.3  1.27   6 years  pgoyette   Remove extra "an" Thanks to J. Lewis Muir
[TXT] fputc.c  1.14   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] fputs.c  1.16   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] fwrite.c  1.18   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] putc.c  1.13   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] puts.c  1.17   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] scanf.c  1.15   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] sscanf.c  1.22   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] vprintf.c  1.14   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] vscanf.c  1.16   6 years  mrg   fixes for GCC 6: - -Wstrict-prototypes is not available for C++, so don't try t...
[TXT] fopen.c  1.19   6 years  kamil   Revert to commits as they broke few rump tests "Include namespace.h in a few of...
[TXT] freopen.c  1.22   6 years  kamil   Revert to commits as they broke few rump tests "Include namespace.h in a few of...
[TXT] printf.3  1.68   6 years  dholland   Fix plurals.
[TXT] fdopen.c  1.18   6 years  christos   Add O_REGULAR to enforce opening of only regular files (like we have O_DIRECTORY...
[TXT] flags.c  1.19   6 years  christos   Add O_REGULAR to enforce opening of only regular files (like we have O_DIRECTORY...
[TXT] getwc.3  1.10   6 years  abhinav   Remove comma after last Nm entry
[TXT] fputs.3  1.14   6 years  wiz   Bump date for previous.
[TXT] vfwprintf.c  1.36   6 years  perseant   A more correct fix for PR standards/52282.
[TXT] getdelim.3  1.15   6 years  wiz   Remove workaround for ancient HTML generation code.
[TXT] fgetln.c  1.17   6 years  uwe   Don't use "NULL" to talk about null-terminated strings. The C standard seems to...
[TXT] fgetstr.c  1.12   6 years  uwe   Don't use "NULL" to talk about null-terminated strings. The C standard seems to...
[TXT] getdelim.c  1.14   6 years  uwe   Don't use "NULL" to talk about null-terminated strings. The C standard seems to...
[TXT] vsnprintf.c  1.29   7 years  christos   undo SSP damage from -Wsystem-headers
[TXT] gettemp.c  1.21   7 years  christos   include <sys/stat.h>
[TXT] vdprintf.c  1.5   7 years  christos   include <sys/stat.h>
[TXT] fseeko.c  1.14   7 years  christos   add linted comment
[TXT] fseek.3  1.28   7 years  abhinav   Fix sentences at a couple of places. Reorganize the RETURN VALUES section a bit ...
[TXT] printf_l.3  1.2   7 years  wiz   Mention stdarg.h for va_list.
[TXT] funopen.c  1.15   7 years  christos   PR/51572: calling funopen on each printw call is a tad excessive, but this is no...
[TXT] fgetwln.c  1.8   7 years  christos   Improvements to fgetwln(3) from Andrey Chernov: 1) Set the stdio error indicato...
[TXT] Makefile.inc  1.47   8 years  christos   branches: 1.47.26; Add printf/scanf man pages from FreeBSD
[TXT] scanf_l.3  1.1   8 years  christos   Add printf/scanf man pages from FreeBSD
[TXT] fmemopen.3  1.9   8 years  pgoyette   English grammar nit: there's only one function described in this man page
[TXT] fseek.c  1.24   9 years  christos   Don't try to extend the offset range on 32 bit machines by treating negative off...
[TXT] open_memstream.3  1.3   9 years  christos   PR/49317: Henning Petersen: Fix prototypes inman page.
[TXT] open_memstream.c  1.1   9 years  christos   PR/49279: Justin Cormack: add open_memstream
[TXT] open_wmemstream.c  1.1   9 years  christos   PR/49279: Justin Cormack: add open_memstream
[TXT] vsnprintf_ss.c  1.13   9 years  christos   Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX (well Free...
[TXT] mktemp.3  1.30   9 years  wiz   Add all functions to NAME section. End sentences with dots. Bump date for previo...
[TXT] gettemp.h  1.1   9 years  christos   branches: 1.1.2; 1.1.6; add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] local.h  1.38   9 years  christos   add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] mkdtemp.c  1.12   9 years  christos   add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] mkostemp.c  1.1   9 years  christos   branches: 1.1.2; 1.1.6; add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] mkostemps.c  1.1   9 years  christos   branches: 1.1.2; 1.1.6; add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] mkstemp.c  1.12   9 years  christos   add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] mkstemps.c  1.1   9 years  christos   branches: 1.1.2; 1.1.6; add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] mktemp.c  1.21   9 years  christos   add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] vfwscanf.c  1.12   9 years  justin   gcc cannot always work out initialization here
[TXT] fparseln.3  1.5   10 years  njoly   Kill unneeded paragraph macro.
[TXT] gets.c  1.18   10 years  christos   avoid linker warning for compat symbols that are used internally in libc, by int...
[TXT] vasprintf.c  1.17   10 years  christos   don't cast malloc
[TXT] vswprintf.c  1.6   10 years  christos   don't cast malloc
[TXT] stdio.c  1.22   10 years  christos   from kre: Don't fail if we are seeking on a pipe, clear the append bit since we ...
[TXT] vfscanf.c  1.45   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] vsprintf.c  1.19   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] vsscanf.c  1.21   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] vswscanf.c  1.12   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] fscanf.c  1.14   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] fwscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] swscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] vwscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] wscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] dprintf.c  1.2   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] fwprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] printf.c  1.13   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] swprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] vfprintf.c  1.60   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] vwprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] wprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] fmemopen.c  1.8   12 years  christos   The flush function makes the tests fail. So undo it for now until we decide if t...
[TXT] fflush.c  1.18   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] findfp.c  1.28   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] ftell.c  1.20   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] ftello.c  1.7   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] fvwrite.c  1.25   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] refill.c  1.16   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] wbuf.c  1.15   12 years  christos   - ansify, knf. - no functional changes
[TXT] wsetup.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] clrerr.c  1.11   12 years  christos   - ansify, knf. - no functional changes
[TXT] fclose.c  1.18   12 years  christos   - ansify, knf. - no functional changes
[TXT] feof.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] ferror.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] fgetc.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] fgets.c  1.28   12 years  christos   - ansify, knf. - no functional changes
[TXT] fgetwc.c  1.13   12 years  christos   - ansify, knf. - no functional changes
[TXT] fgetws.c  1.3   12 years  christos   - ansify, knf. - no functional changes
[TXT] fileno.c  1.13   12 years  christos   - ansify, knf. - no functional changes
[TXT] flockfile.c  1.11   12 years  christos   - ansify, knf. - no functional changes
[TXT] fpurge.c  1.14   12 years  christos   - ansify, knf. - no functional changes
[TXT] fputwc.c  1.5   12 years  christos   - ansify, knf. - no functional changes
[TXT] fputws.c  1.2   12 years  christos   - ansify, knf. - no functional changes
[TXT] fwalk.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] getc.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] getchar.c  1.10   12 years  christos   - ansify, knf. - no functional changes
[TXT] getw.c  1.10   12 years  christos   - ansify, knf. - no functional changes
[TXT] getwchar.c  1.4   12 years  christos   - ansify, knf. - no functional changes
[TXT] putchar.c  1.10   12 years  christos   - ansify, knf. - no functional changes
[TXT] putw.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] remove.c  1.14   12 years  christos   - ansify, knf. - no functional changes
[TXT] rewind.c  1.14   12 years  christos   - ansify, knf. - no functional changes
[TXT] rget.c  1.13   12 years  christos   - ansify, knf. - no functional changes
[TXT] setbuf.c  1.10   12 years  christos   - ansify, knf. - no functional changes
[TXT] setbuffer.c  1.13   12 years  christos   - ansify, knf. - no functional changes
[TXT] setvbuf.c  1.19   12 years  christos   - ansify, knf. - no functional changes
[TXT] tempnam.c  1.22   12 years  christos   - ansify, knf. - no functional changes
[TXT] tmpfile.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] tmpnam.c  1.15   12 years  christos   - ansify, knf. - no functional changes
[TXT] ungetc.c  1.17   12 years  christos   - ansify, knf. - no functional changes
[TXT] fvwrite.h  1.8   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] fgetpos.c  1.12   12 years  christos   From tnozaki@: make fpos_t a complex object that keeps track of the parse state ...
[TXT] fsetpos.c  1.11   12 years  christos   From tnozaki@: make fpos_t a complex object that keeps track of the parse state ...
[TXT] flockfile.3  1.6   12 years  wiz   Sort SECTIONS.
[TXT] fread.3  1.15   12 years  jruoho   .Xr for fsetpos(3), not .Fn.
[TXT] fgetwln.3  1.2   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] fgetws.3  1.3   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] fputws.3  1.3   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] putwc.3  1.9   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] ungetwc.3  1.8   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wprintf.3  1.8   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] wscanf.3  1.3   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] scanf.3  1.27   13 years  joerg   Fix markup
[TXT] fgets.3  1.22   13 years  jruoho   Remove the note about the standard recommending fgets(3); should be clear enough...
[TXT] ferror.3  1.14   13 years  wiz   Wording.
[TXT] ungetc.3  1.10   13 years  jruoho   Add HISTORY.
[TXT] fileext.h  1.6   14 years  joerg   Use a proper char */size_t pair in __sfileext to keep track of the line buffer f...
[TXT] getline.c  1.3   14 years  roy   Protect getline.
[TXT] fparseln.c  1.10   14 years  snj   Remove 3rd and 4th clauses in christos' license. OK christos.
[TXT] snprintf_ss.c  1.4   17 years  christos   Instead of abusing stdio to get a signal-safe version of sprintf, provide one.
[TXT] perror.c  1.24   18 years  kleink   Must include "namespace.h" for strerror_r()'s internal name.
[TXT] fwide.c  1.3   18 years  lukem   Add missing __RCSID()
[TXT] getwc.c  1.3   18 years  lukem   Add missing __RCSID()
[TXT] putwc.c  1.4   18 years  lukem   Add missing __RCSID()
[TXT] putwchar.c  1.4   18 years  lukem   Add missing __RCSID()
[TXT] ungetwc.c  1.3   18 years  lukem   Add missing __RCSID()
[TXT] floatio.h  1.5   18 years  christos   Add the missing wide char support functions from freebsd. XXX: long double suppo...
[TXT] fwide.3  1.6   20 years  wiz   Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
[TXT] remove.3  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] glue.h  1.5   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] fclose.3  1.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] wcio.h  1.3   21 years  thorpej   Merge the nathanw_sa branch.


CVSweb <webmaster@jp.NetBSD.org>