CVS commit: src/lib/libc/stdio

2021-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 22 17:09:01 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate collateral damage. Breaks h_intr.c test. Requested by RVP. To

CVS commit: src/lib/libc/stdio

2021-07-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 22 17:08:15 UTC 2021 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: revert changes to fflush.c (1.18) and fvwrite.c (1.25) until we investigate collateral damage. Breaks h_intr.c test. Requested by RVP. To

CVS commit: src/lib/libc/stdio

2021-07-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 19 10:00:33 UTC 2021 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: There's no need to adjust `iov' in the error path. Returning the amount written is all that's needed. from RVP To generate a diff of this

CVS commit: src/lib/libc/stdio

2021-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 16 12:34:10 UTC 2021 Modified Files: src/lib/libc/stdio: fvwrite.c Log Message: When fflush fails, adjust pointers and the io vectors. From RVP. Fixes core-dump at cvs(1) exit(3). To generate a diff of this commit:

CVS commit: src/lib/libc/stdio

2021-07-09 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Jul 9 09:24:16 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Don't adjust the buffers when write returns 0. This happens with fmemopen and other synthetic write functions. This fixes the unit-tests for

CVS commit: src/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 15:44:44 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Include the 0 return from write. Although the real write system call does not return 0, the synthetic writes from funopen/fmemopen could.

CVS commit: src/lib/libc/stdio

2021-07-08 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 8 09:06:51 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c fvwrite.c Log Message: Obey EINTR and return immediately adjusting for unwritten. From RVP To generate a diff of this commit: cvs rdiff -u -r1.20

CVS commit: src/lib/libc/stdio

2021-07-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jul 6 14:22:16 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c fvwrite.c Log Message: Handle EINTR, from RVP. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/fflush.c cvs rdiff -u

CVS commit: src/lib/libc/stdio

2021-07-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jul 5 07:26:00 UTC 2021 Modified Files: src/lib/libc/stdio: fflush.c Log Message: Account for partial writes when interrupted (from FreeBSD). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/lib/libc/stdio

2021-02-07 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Feb 7 15:54:09 UTC 2021 Modified Files: src/lib/libc/stdio: fread.c Log Message: restore change from rev 1.23 "Avoid undefined behavior in fread(3)", mistakely removed as part __SNBF optimization To generate a diff of

CVS commit: src/lib/libc/stdio

2021-02-01 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Mon Feb 1 17:50:53 UTC 2021 Modified Files: src/lib/libc/stdio: fread.3 fread.c fwrite.c Log Message: for fread(3) and fwrite(3) check for (size * nmemb) size_t overflow, and error out with EOVERFLOW if it happens; this is

CVS commit: src/lib/libc/stdio

2021-01-31 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Sun Jan 31 16:18:22 UTC 2021 Modified Files: src/lib/libc/stdio: fread.c Log Message: for unbuffered I/O arrange for the destination buffer to be filled in one go, instead of triggering long series of 1 byte read(2)s; this

CVS commit: src/lib/libc/stdio

2020-08-29 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sat Aug 29 15:25:57 UTC 2020 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: stdio(3): fix typos in the manual page fputc cannot read characters, it can only write them. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdio

2020-08-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 28 22:02:24 UTC 2020 Modified Files: src/lib/libc/stdio: vdprintf.c Log Message: Allow vdprintf to work on non-blocking non-regular files (Rob Newberry) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/stdio

2020-02-22 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Feb 22 22:02:46 UTC 2020 Modified Files: src/lib/libc/stdio: fread.c Log Message: Avoid undefined behavior in fread(3) On the first call to fread(3), just after fopen(3) the internal buffers are empty. This means that _r and

CVS commit: src/lib/libc/stdio

2019-03-21 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Mar 21 21:13:45 UTC 2019 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: Minor markup and wording fixes. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/funopen.3 Please note that

CVS commit: src/lib/libc/stdio

2019-01-22 Thread matthew green
Module Name:src Committed By: mrg Date: Wed Jan 23 00:05:47 UTC 2019 Modified Files: src/lib/libc/stdio: fprintf.c Log Message: remove diag assert - the compiler demands fp is non NULL now. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/stdio

2018-12-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Dec 14 03:43:22 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Don't leave a subordinate clause out in the cold. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/setbuf.3

CVS commit: src/lib/libc/stdio

2018-12-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Dec 14 03:29:54 UTC 2018 Modified Files: src/lib/libc/stdio: makebuf.c Log Message: Fix typo in the function comment. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/makebuf.c Please note that

CVS commit: src/lib/libc/stdio

2018-07-04 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 4 07:38:38 UTC 2018 Modified Files: src/lib/libc/stdio: fgetln.3 Log Message: Indent. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/fgetln.3 Please note that diffs are not public

CVS commit: src/lib/libc/stdio

2018-02-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Feb 22 08:33:43 UTC 2018 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: Remove extra "an" Thanks to J. Lewis Muir To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdio/stdio.3 Please

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 17:23:40 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Markup "stdin". To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/setbuf.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 17:21:11 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Make the list of STDBUF values and the list of mode values congruent in formatting and spelling. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Feb 20 17:16:51 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Use semantic markup. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/setbuf.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2018-02-20 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Feb 20 09:36:26 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Remove ineffective macros and arguments. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libc/stdio/setbuf.3 Please note

CVS commit: src/lib/libc/stdio

2018-02-19 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Feb 20 02:52:41 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Improve the setbuf(3) man-page Move historical lines to newly added HISTORY section. Additional historical notes obtained from OpenBSD. To

CVS commit: src/lib/libc/stdio

2017-12-30 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Dec 31 07:22:55 UTC 2017 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Fix plurals. To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/lib/libc/stdio/printf.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2017-11-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 4 08:53:24 UTC 2017 Modified Files: src/lib/libc/stdio: fopen.3 Log Message: Be more consistent with how we refer to fopen() - pointed out by wiz@ To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35

CVS commit: src/lib/libc/stdio

2017-11-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 4 08:04:40 UTC 2017 Modified Files: src/lib/libc/stdio: fopen.3 Log Message: Some (mostly minor) wording improvements (IMO) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/lib/libc/stdio/fopen.3 Please

CVS commit: src/lib/libc/stdio

2017-11-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Nov 4 07:59:17 UTC 2017 Modified Files: src/lib/libc/stdio: fopen.3 Log Message: Fix xref. Remove Tn. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/stdio/fopen.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2017-11-04 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 4 07:26:35 UTC 2017 Modified Files: src/lib/libc/stdio: fopen.c Log Message: Avoid losing a fd (ie: close it) in the (ever so likely) case that the fd exceeds the limits of what can be stored in a FILE (65535). To

CVS commit: src/lib/libc/stdio

2017-11-03 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 4 02:49:55 UTC 2017 Modified Files: src/lib/libc/stdio: flags.c fopen.3 Log Message: Implement nofollow (l) for fopen(3). To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/lib/libc/stdio/flags.c cvs

CVS commit: src/lib/libc/stdio

2017-10-25 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Oct 25 17:03:31 UTC 2017 Modified Files: src/lib/libc/stdio: getwc.3 Log Message: Remove comma after last Nm entry To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/lib/libc/stdio/getwc.3 Please note that

CVS commit: src/lib/libc/stdio

2017-07-30 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 30 23:13:24 UTC 2017 Modified Files: src/lib/libc/stdio: fputs.3 Log Message: Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/fputs.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2017-07-30 Thread Aleksey Cheusov
Module Name:src Committed By: cheusov Date: Sun Jul 30 22:53:56 UTC 2017 Modified Files: src/lib/libc/stdio: fputs.3 Log Message: According to POSIX return value of fputs(3) should be a non-netagive value if it succeeds To generate a diff of this commit: cvs rdiff -u

CVS commit: src/lib/libc/stdio

2017-07-11 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Tue Jul 11 19:36:38 UTC 2017 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: A more correct fix for PR standards/52282. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/lib/libc/stdio/vfwprintf.c

CVS commit: src/lib/libc/stdio

2017-07-10 Thread Konrad Schroder
Module Name:src Committed By: perseant Date: Mon Jul 10 22:49:40 UTC 2017 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: Do not use thousands grouping when none is specified by the locale. Fixes PR standards/52282. To generate a diff of this commit: cvs

CVS commit: src/lib/libc/stdio

2017-06-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jun 8 15:59:45 UTC 2017 Modified Files: src/lib/libc/stdio: fgetln.c fgetstr.c getdelim.c Log Message: Don't use "NULL" to talk about null-terminated strings. The C standard seems to be inconsistent about dash vs. space. Old

CVS commit: src/lib/libc/stdio

2017-02-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 22 15:08:55 UTC 2017 Modified Files: src/lib/libc/stdio: putc.3 Log Message: Add reference to flockfile(3) in SEE ALSO section. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdio/putc.3

CVS commit: src/lib/libc/stdio

2017-02-22 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Wed Feb 22 14:58:33 UTC 2017 Modified Files: src/lib/libc/stdio: fputs.3 Log Message: Fix a sentence. Add write(2) in SEE ALSO. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/fputs.3 Please

CVS commit: src/lib/libc/stdio

2017-02-21 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Feb 21 18:47:40 UTC 2017 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Insert comma between two Nm entries. Replace Nm with Fn to refer a function. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66

CVS commit: src/lib/libc/stdio

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 17:45:12 UTC 2017 Modified Files: src/lib/libc/stdio: gettemp.c vdprintf.c Log Message: include To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/gettemp.c cvs rdiff -u -r1.4 -r1.5

CVS commit: src/lib/libc/stdio

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 17:44:28 UTC 2017 Modified Files: src/lib/libc/stdio: fseeko.c Log Message: add linted comment To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/fseeko.c Please note that diffs are

CVS commit: src/lib/libc/stdio

2017-01-10 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 10 17:00:58 UTC 2017 Modified Files: src/lib/libc/stdio: fdopen.c Log Message: Need To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/fdopen.c Please note that diffs are not public

CVS commit: src/lib/libc/stdio

2017-01-01 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jan 1 12:39:33 UTC 2017 Modified Files: src/lib/libc/stdio: fseek.3 Log Message: Fix sentences at a couple of places. Reorganize the RETURN VALUES section a bit to improve readability. Add xrefs to clearerr(3) and ungetc(3)

CVS commit: src/lib/libc/stdio

2016-12-29 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Dec 29 20:29:30 UTC 2016 Modified Files: src/lib/libc/stdio: printf_l.3 Log Message: Mention stdarg.h for va_list. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/stdio/printf_l.3 Please note that

CVS commit: src/lib/libc/stdio

2016-10-23 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 23 21:01:52 UTC 2016 Modified Files: src/lib/libc/stdio: funopen.c Log Message: PR/51572: calling funopen on each printw call is a tad excessive, but this is not a reason for funopen to leak. Always call the close

CVS commit: src/lib/libc/stdio

2016-08-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Aug 27 13:15:48 UTC 2016 Modified Files: src/lib/libc/stdio: fgetwln.c Log Message: Improvements to fgetwln(3) from Andrey Chernov: 1) Set the stdio error indicator on __slbexpand() failure. 2) fgetwc(3) may succeed even

CVS commit: src/lib/libc/stdio

2016-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 22 07:41:10 UTC 2016 Modified Files: src/lib/libc/stdio: fgetwln.c Log Message: missing _ To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/lib/libc/stdio/fgetwln.c Please note that diffs are not public

CVS commit: src/lib/libc/stdio

2016-08-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Aug 22 06:11:39 UTC 2016 Modified Files: src/lib/libc/stdio: fgetwln.c Log Message: >From OpenBSD: bugfix: when fgetwc(3) fails, fgetwln(3) must fail as well; To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/lib/libc/stdio

2016-04-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Apr 6 03:38:31 UTC 2016 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: improve usage To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/lib/libc/stdio/funopen.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2015-12-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Dec 29 17:55:23 UTC 2015 Modified Files: src/lib/libc/stdio: Makefile.inc Added Files: src/lib/libc/stdio: printf_l.3 scanf_l.3 Log Message: Add printf/scanf man pages from FreeBSD To generate a diff of this

CVS commit: src/lib/libc/stdio

2015-11-19 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Nov 19 10:03:26 UTC 2015 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Remove duplicated 'i' from list of numeric formats To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65

CVS commit: src/lib/libc/stdio

2015-09-05 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Sep 6 03:10:50 UTC 2015 Modified Files: src/lib/libc/stdio: fmemopen.3 Log Message: English grammar nit: there's only one function described in this man page To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/lib/libc/stdio

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 01:35:35 UTC 2015 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: Mention fmemopen(). To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/stdio/stdio.3 Please note that diffs are

CVS commit: src/lib/libc/stdio

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 01:37:35 UTC 2015 Modified Files: src/lib/libc/stdio: fmemopen.3 Log Message: Improve the short description. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/lib/libc/stdio/fmemopen.3 Please note

CVS commit: src/lib/libc/stdio

2015-09-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 6 01:36:21 UTC 2015 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: SEE ALSO fmemopen(3) To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/lib/libc/stdio/funopen.3 Please note that diffs

CVS commit: src/lib/libc/stdio

2015-09-05 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Sep 6 04:20:50 UTC 2015 Modified Files: src/lib/libc/stdio: stdio.3 Log Message: add a bunch of functions found in that weren't listed here. (this list may still be incomplete.) To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/stdio

2015-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jul 15 19:08:43 UTC 2015 Modified Files: src/lib/libc/stdio: fopen.3 makebuf.c setbuf.3 Log Message: Allow changing the default buffering policy for a stdio stream during construction by setting environment variables. To

CVS commit: src/lib/libc/stdio

2015-02-11 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Wed Feb 11 15:19:05 UTC 2015 Modified Files: src/lib/libc/stdio: fopen.3 Log Message: Use Pq to avoid space before O_EXCL. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/stdio/fopen.3 Please note

CVS commit: src/lib/libc/stdio

2014-11-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 16 20:32:52 UTC 2014 Modified Files: src/lib/libc/stdio: fseek.c Log Message: Don't try to extend the offset range on 32 bit machines by treating negative offsets as positive. It is just confusing. To generate a diff

CVS commit: src/lib/libc/stdio

2014-10-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Oct 26 14:19:28 UTC 2014 Modified Files: src/lib/libc/stdio: open_memstream.3 Log Message: PR/49317: Henning Petersen: Fix prototypes inman page. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/lib/libc/stdio

2014-10-13 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Oct 13 22:41:59 UTC 2014 Modified Files: src/lib/libc/stdio: open_memstream.3 Log Message: Fix whitespace in Xr. Remove sbuf(3) Xr, we do not have that. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/lib/libc/stdio

2014-10-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Oct 13 00:40:36 UTC 2014 Modified Files: src/lib/libc/stdio: Makefile.inc Added Files: src/lib/libc/stdio: open_memstream.3 open_memstream.c open_wmemstream.c Log Message: PR/49279: Justin Cormack: add

CVS commit: src/lib/libc/stdio

2014-09-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 29 14:58:33 UTC 2014 Modified Files: src/lib/libc/stdio: printf.3 vsnprintf.c vsnprintf_ss.c Log Message: Return EOVERFLOW like FreeBSD does if the buffer size exceeds INT_MAX (well FreeBSD documents INT_MAX + 1, but in

CVS commit: src/lib/libc/stdio

2014-09-16 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Sep 16 08:42:20 UTC 2014 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: Rephrase the NOTE about embedded NUL characters, using apparent length for what strlen(3) reports, and true length for what the return value

CVS commit: src/lib/libc/stdio

2014-09-16 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Tue Sep 16 08:52:02 UTC 2014 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libc/stdio/getdelim.3 Please note that

CVS commit: src/lib/libc/stdio

2014-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 15 23:29:16 UTC 2014 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: Fix documentation to reflect what happens when EOF is found before delimiter, aligning us with POSIX. To generate a diff of this commit:

CVS commit: src/lib/libc/stdio

2014-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 15 23:31:17 UTC 2014 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: fix markup. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdio/getdelim.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2014-09-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Sep 15 23:41:16 UTC 2014 Modified Files: src/lib/libc/stdio: getdelim.3 Log Message: mention what happens if the line contains NUL's. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12

CVS commit: src/lib/libc/stdio

2014-06-19 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Jun 19 09:30:33 UTC 2014 Modified Files: src/lib/libc/stdio: mktemp.3 Log Message: Add all functions to NAME section. End sentences with dots. Bump date for previous. To generate a diff of this commit: cvs rdiff -u -r1.29

CVS commit: src/lib/libc/stdio

2014-06-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jun 19 14:27:50 UTC 2014 Modified Files: src/lib/libc/stdio: fgetln.3 Log Message: Fix incorrect example (what happens when len == 0?) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/stdio

2014-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 18 17:50:55 UTC 2014 Modified Files: src/lib/libc/stdio: Makefile.inc Log Message: more man pages links To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/lib/libc/stdio/Makefile.inc Please note that

CVS commit: src/lib/libc/stdio

2014-06-18 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Jun 19 05:31:15 UTC 2014 Modified Files: src/lib/libc/stdio: gettemp.c Log Message: Fix shadows a global declaration compile error. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/gettemp.c

CVS commit: src/lib/libc/stdio

2014-06-12 Thread Justin Cormack
Module Name:src Committed By: justin Date: Thu Jun 12 22:21:20 UTC 2014 Modified Files: src/lib/libc/stdio: vfwscanf.c Log Message: gcc cannot always work out initialization here To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libc/stdio/vfwscanf.c

CVS commit: src/lib/libc/stdio

2014-01-21 Thread Sean Boudreau
Module Name:src Committed By: seanb Date: Tue Jan 21 19:09:48 UTC 2014 Modified Files: src/lib/libc/stdio: gettemp.c Log Message: Handle case where a 0 length template string or a template of all 'X' would dereference, and maybe assign to, memory before the template.

CVS commit: src/lib/libc/stdio

2014-01-20 Thread YAMAMOTO Takashi
Module Name:src Committed By: yamt Date: Mon Jan 20 14:11:03 UTC 2014 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: vfwprintf: fix error propagation PR/47660 (Julio Merino) To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/lib/libc/stdio

2014-01-07 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Tue Jan 7 13:34:11 UTC 2014 Modified Files: src/lib/libc/stdio: fparseln.3 Log Message: Kill unneeded paragraph macro. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/stdio/fparseln.3 Please note that

CVS commit: src/lib/libc/stdio

2013-09-23 Thread Antti Kantee
Module Name:src Committed By: pooka Date: Mon Sep 23 12:41:37 UTC 2013 Modified Files: src/lib/libc/stdio: vfwprintf.c vfwscanf.c Log Message: Make compile with -DNO_FLOATING_POINT To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33

CVS commit: src/lib/libc/stdio

2013-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 17:07:05 UTC 2013 Modified Files: src/lib/libc/stdio: stdio.c Log Message: from kre: Don't fail if we are seeking on a pipe, clear the append bit since we always append. To generate a diff of this commit: cvs rdiff

CVS commit: src/lib/libc/stdio

2013-05-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun May 19 21:45:00 UTC 2013 Modified Files: src/lib/libc/stdio: vasprintf.c vswprintf.c Log Message: don't cast malloc To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/lib/libc/stdio/vasprintf.c cvs rdiff -u

CVS commit: src/lib/libc/stdio

2013-05-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat May 4 18:35:54 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: _ss improvements To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/lib/libc/stdio/printf.3 Please note that diffs are not

CVS commit: src/lib/libc/stdio

2013-05-04 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat May 4 19:17:39 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Grammar. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/lib/libc/stdio/printf.3 Please note that diffs are not public

CVS commit: src/lib/libc/stdio

2013-04-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Apr 22 19:33:54 UTC 2013 Modified Files: src/lib/libc/stdio: vswscanf.c Log Message: Add new line at the end. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/lib/libc/stdio/vswscanf.c Please note that

CVS commit: src/lib/libc/stdio

2013-04-22 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Apr 22 20:57:36 UTC 2013 Modified Files: src/lib/libc/stdio: gettemp.c Log Message: PR/47757: Eric Radman: mktemp(3) mangles the pathname if not given an absolute path 1. on error, gettemp() did not restore the path

CVS commit: src/lib/libc/stdio

2013-01-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 20 10:57:19 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: In newfmt() example one level of indentation is enough. To generate a diff of this commit: cvs rdiff -u -r1.59 -r1.60

CVS commit: src/lib/libc/stdio

2013-01-20 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 20 11:01:17 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Mark up occurence of printf() in text with .Fn To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/lib/libc/stdio/printf.3

CVS commit: src/lib/libc/stdio

2013-01-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Jan 19 15:25:58 UTC 2013 Modified Files: src/lib/libc/stdio: printf.3 Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib/libc/stdio/printf.3 Please note that diffs are not public

CVS commit: src/lib/libc/stdio

2012-11-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Nov 15 03:50:36 UTC 2012 Modified Files: src/lib/libc/stdio: flags.c fopen.3 Log Message: Add 'x' to the mode bits to specify O_EXCL, like glibc. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/lib/libc/stdio

2012-07-02 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Jul 2 20:02:43 UTC 2012 Modified Files: src/lib/libc/stdio: fopen.3 Log Message: Sort description of flags. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/stdio/fopen.3 Please note that diffs are

CVS commit: src/lib/libc/stdio

2012-06-09 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Sat Jun 9 22:49:18 UTC 2012 Modified Files: src/lib/libc/stdio: funopen.3 Log Message: Consistently use major/minor for NetBSD version. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/lib/libc/stdio/funopen.3

CVS commit: src/lib/libc/stdio

2012-03-29 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 29 14:27:34 UTC 2012 Modified Files: src/lib/libc/stdio: fmemopen.c Log Message: The flush function makes the tests fail. So undo it for now until we decide if the tests are wrong or the flushing is wrong. To generate

CVS commit: src/lib/libc/stdio

2012-03-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 28 15:21:11 UTC 2012 Modified Files: src/lib/libc/stdio: funopen.c Log Message: only provide compatibility i/o functions to the ones provided by the caller. To generate a diff of this commit: cvs rdiff -u -r1.13

CVS commit: src/lib/libc/stdio

2012-03-27 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 27 15:05:43 UTC 2012 Modified Files: src/lib/libc/stdio: Makefile.inc fflush.c findfp.c fmemopen.c freopen.c fseeko.c ftell.c ftello.c funopen.3 funopen.c fvwrite.c local.h refill.c sscanf.c

CVS commit: src/lib/libc/stdio

2012-03-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Mar 21 14:20:47 UTC 2012 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: unsigned char portability casts To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/libc/stdio/vfwprintf.c Please

CVS commit: src/lib/libc/stdio

2012-03-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Mar 20 01:42:59 UTC 2012 Modified Files: src/lib/libc/stdio: stdio.c Log Message: ansi prototype To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/stdio.c Please note that diffs are not

CVS commit: src/lib/libc/stdio

2012-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 15 11:46:08 UTC 2012 Modified Files: src/lib/libc/stdio: local.h Log Message: ansi prototypes. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/stdio/local.h Please note that diffs are not

CVS commit: src/lib/libc/stdio

2012-03-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Mar 15 13:23:10 UTC 2012 Modified Files: src/lib/libc/stdio: local.h Log Message: fix signature. To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 src/lib/libc/stdio/local.h Please note that diffs are not

CVS commit: src/lib/libc/stdio

2012-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 17 19:57:53 UTC 2012 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: Fix: CVE-2012-0864 fprintf() positional argument abuse. Described in: http://www.phrack.org/issues.html?issue=67id=9#article Reported by

CVS commit: src/lib/libc/stdio

2012-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 17 23:58:36 UTC 2012 Modified Files: src/lib/libc/stdio: vfwprintf.c Log Message: remove unused variable To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/stdio/vfwprintf.c Please note that

  1   2   >