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-8-0-RELEASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[TXT] fputs.3  1.12   7 years  abhinav   Fix a sentence. Add write(2) in SEE ALSO.
[TXT] fseek.3  1.28   7 years  abhinav   Fix sentences at a couple of places. Reorganize the RETURN VALUES section a bit ...
[TXT] printf.3  1.66   7 years  abhinav   Insert comma between two Nm entries. Replace Nm with Fn to refer a function.
[TXT] putc.3  1.13   7 years  abhinav   branches: 1.13.12; 1.13.14; Add reference to flockfile(3) in SEE ALSO section....
[TXT] fclose.3  1.9   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] fflush.3  1.12   20 years  agc   branches: 1.12.98; Move UCB-licensed code from 4-clause to 3-clause licence. P...
[TXT] getc.3  1.12   20 years  agc   branches: 1.12.98; 1.12.100; Move UCB-licensed code from 4-clause to 3-clause ...
[TXT] glue.h  1.5   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] remove.3  1.12   20 years  agc   Move UCB-licensed code from 4-clause to 3-clause licence. Patches provided by J...
[TXT] vfwprintf.c  1.34.18.1   6 years  bouyer   Pull up following revision(s) (requested by martin in ticket #630): lib/libc/st...
[TXT] Makefile.inc  1.47   8 years  christos   branches: 1.47.26; Add printf/scanf man pages from FreeBSD
[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] fflush.c  1.18   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] fgetc.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] fgetln.3  1.15   9 years  christos   branches: 1.15.22; 1.15.24; Fix incorrect example (what happens when len == 0?...
[TXT] fgetpos.c  1.12   12 years  christos   From tnozaki@: make fpos_t a complex object that keeps track of the parse state ...
[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] fgetwln.c  1.8   7 years  christos   Improvements to fgetwln(3) from Andrey Chernov: 1) Set the stdio error indicato...
[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] findfp.c  1.28   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] floatio.h  1.5   18 years  christos   Add the missing wide char support functions from freebsd. XXX: long double suppo...
[TXT] flockfile.c  1.11   12 years  christos   - ansify, knf. - no functional changes
[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] fopen.3  1.31   8 years  christos   Allow changing the default buffering policy for a stdio stream during constructi...
[TXT] fpurge.c  1.14   12 years  christos   - ansify, knf. - no functional changes
[TXT] fputc.c  1.13   12 years  christos   - ansify, knf. - no functional changes
[TXT] fputs.c  1.15   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[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] fread.c  1.22   12 years  christos   branches: 1.22.32; 1.22.34; - ansify, knf. - no functional changes
[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] fseeko.c  1.14   7 years  christos   add linted comment
[TXT] fsetpos.c  1.11   12 years  christos   From tnozaki@: make fpos_t a complex object that keeps track of the parse state ...
[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] funopen.c  1.15   7 years  christos   PR/51572: calling funopen on each printw call is a tad excessive, but this is no...
[TXT] fvwrite.c  1.25   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[TXT] fvwrite.h  1.8   12 years  christos   PR/45989: Martin Husemann: lint invocation does include -w only on i386 - turn ...
[TXT] fwalk.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] fwrite.c  1.17   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] gets.c  1.18   10 years  christos   avoid linker warning for compat symbols that are used internally in libc, by int...
[TXT] gettemp.c  1.21   7 years  christos   include <sys/stat.h>
[TXT] gettemp.h  1.1   9 years  christos   branches: 1.1.2; 1.1.6; add mkostemp, mkostemps, mkstemps from FreeBSD.
[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] local.h  1.38   9 years  christos   add mkostemp, mkostemps, mkstemps from FreeBSD.
[TXT] makebuf.c  1.18   8 years  christos   branches: 1.18.14; 1.18.16; Allow changing the default buffering policy for a ...
[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] 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] putc.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] putchar.c  1.10   12 years  christos   - ansify, knf. - no functional changes
[TXT] puts.c  1.16   12 years  christos   - ansify, knf. - no functional changes
[TXT] putw.c  1.12   12 years  christos   - ansify, knf. - no functional changes
[TXT] refill.c  1.16   12 years  christos   - widen the internal read and write calls to match the syscalls - add funopen2()...
[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] scanf_l.3  1.1   8 years  christos   Add printf/scanf man pages from FreeBSD
[TXT] setbuf.3  1.14   8 years  christos   Allow changing the default buffering policy for a stdio stream during constructi...
[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] snprintf_ss.c  1.4   17 years  christos   Instead of abusing stdio to get a signal-safe version of sprintf, provide one.
[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] 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] vasprintf.c  1.17   10 years  christos   don't cast malloc
[TXT] vdprintf.c  1.5   7 years  christos   include <sys/stat.h>
[TXT] vsnprintf.c  1.29   7 years  christos   undo SSP damage from -Wsystem-headers
[TXT] vsnprintf_ss.c  1.13   9 years  christos   Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX (well Free...
[TXT] vswprintf.c  1.6   10 years  christos   don't cast malloc
[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] funopen.3  1.24   8 years  dholland   branches: 1.24.16; improve usage
[TXT] dprintf.c  1.2   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] fgetstr.c  1.11   14 years  joerg   Use a proper char */size_t pair in __sfileext to keep track of the line buffer f...
[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] fprintf.c  1.13   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] fscanf.c  1.14   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] fwprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] fwscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] getdelim.c  1.13   12 years  joerg   Set error indicator on invalid arguments. From Carsten Hey.
[TXT] printf.c  1.13   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] scanf.3  1.27   13 years  joerg   Fix markup
[TXT] scanf.c  1.14   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] sscanf.c  1.21   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] swprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] swscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] vfprintf.c  1.60   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] vfscanf.c  1.45   10 years  joerg   Provide explicit LC_C_LOCALE accessor and drop the various NULL checks. Provide ...
[TXT] vprintf.c  1.13   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] vscanf.c  1.15   11 years  joerg   Add scanf_l and wscanf_l families.
[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] vwprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] vwscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] wprintf.c  1.3   11 years  joerg   Add explicit locale versions for the printf family. Replace asprintf, snprintf a...
[TXT] wscanf.c  1.3   11 years  joerg   Add scanf_l and wscanf_l families.
[TXT] fgets.3  1.22   13 years  jruoho   Remove the note about the standard recommending fgets(3); should be clear enough...
[TXT] fread.3  1.15   12 years  jruoho   .Xr for fsetpos(3), not .Fn.
[TXT] tmpnam.3  1.17   13 years  jruoho   branches: 1.17.46; Also tmpnam(3) and tempnam(3) are now obsolete in POSIX.
[TXT] ungetc.3  1.10   13 years  jruoho   Add HISTORY.
[TXT] vfwscanf.c  1.12   9 years  justin   gcc cannot always work out initialization here
[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] stdio.3  1.26   8 years  mrg   add a bunch of functions found in <stdio.h> that weren't listed here. (this list...
[TXT] fdopen.c  1.17.6.1   6 years  msaitoh   Pull up following revision(s) (requested by christos in ticket #741): lib/libc/...
[TXT] flags.c  1.17.22.1   6 years  msaitoh   Pull up following revision(s) (requested by christos in ticket #741): lib/libc/...
[TXT] fopen.c  1.15.24.1   6 years  msaitoh   Pull up following revision(s) (requested by christos in ticket #741): lib/libc/...
[TXT] freopen.c  1.19.24.1   6 years  msaitoh   Pull up following revision(s) (requested by christos in ticket #741): lib/libc/...
[TXT] fparseln.3  1.5   10 years  njoly   Kill unneeded paragraph macro.
[TXT] fmemopen.3  1.9   8 years  pgoyette   English grammar nit: there's only one function described in this man page
[TXT] fgetln.c  1.16   14 years  roy   Reinstate __getdelim which does no locking. Callers are now required to FLOCKFIL...
[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] wcio.h  1.3   21 years  thorpej   Merge the nathanw_sa branch.
[TXT] ferror.3  1.14   13 years  wiz   Wording.
[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] flockfile.3  1.6   12 years  wiz   Sort SECTIONS.
[TXT] fputws.3  1.3   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] fwide.3  1.6   20 years  wiz   Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
[TXT] getdelim.3  1.14   9 years  wiz   Remove trailing whitespace.
[TXT] getwc.3  1.9   13 years  wiz   Observe the following spelling: - wide character (noun) - wide-character (adject...
[TXT] mktemp.3  1.30   9 years  wiz   Add all functions to NAME section. End sentences with dots. Bump date for previo...
[TXT] printf_l.3  1.2   7 years  wiz   Mention stdarg.h for va_list.
[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...


CVSweb <webmaster@jp.NetBSD.org>