<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/stdio, branch releng/11.3</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F11.3'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2018-10-28T00:57:44Z</updated>
<entry>
<title>Follow up on r331936. gets_s(3) will also fail in the same way that</title>
<updated>2018-10-28T00:57:44Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2018-10-28T00:57:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0f0c665a305680bcddf699675ba6ba4d4bc1e246'/>
<id>urn:sha1:0f0c665a305680bcddf699675ba6ba4d4bc1e246</id>
<content type='text'>
gets(3) does. This was missed in r331936.

Reported by:	emaste@
</content>
</entry>
<entry>
<title>MFC r333895, r334022</title>
<updated>2018-06-18T19:35:17Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2018-06-18T19:35:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=adb6ee746256fd3f1d2a83c4605b489ed3d5365d'/>
<id>urn:sha1:adb6ee746256fd3f1d2a83c4605b489ed3d5365d</id>
<content type='text'>
r333895:
Drop obsolete Buenos Aires Convention.

Prompted by:	Recent discussion

r334022:
Drop obsolete Buenos Aires Convention.
</content>
</entry>
<entry>
<title>MFC r334031:</title>
<updated>2018-06-05T13:53:37Z</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2018-06-05T13:53:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=bebef92d8cac71081cd7c63e220e68e912e54ff4'/>
<id>urn:sha1:bebef92d8cac71081cd7c63e220e68e912e54ff4</id>
<content type='text'>
Implement printf(3) family %m format string extension.
</content>
</entry>
<entry>
<title>MFC r331936, r331942, r331943, r331945, r331947, r331948</title>
<updated>2018-04-18T19:18:14Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2018-04-18T19:18:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=041ca5003745c04f57b13bf4a41cac8c72589515'/>
<id>urn:sha1:041ca5003745c04f57b13bf4a41cac8c72589515</id>
<content type='text'>
Add new gets_s(3) stdio function.

This implements the gets_s(3) function as documented at
http://en.cppreference.com/w/c/io/gets. It facilitates the
optional removal of gets(3).

Reviewed by:	ed
Relnotes:	yes
Differential Revision:	https://reviews.freebsd.org/D12785
</content>
</entry>
<entry>
<title>Revert r330897:</title>
<updated>2018-03-29T02:50:57Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-29T02:50:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=4ab2e064d7950be84256d671a7ae93f87cc6aa36'/>
<id>urn:sha1:4ab2e064d7950be84256d671a7ae93f87cc6aa36</id>
<content type='text'>
This was intended to be a non-functional change. It wasn't. The commit
message was thus wrong. In addition it broke arm, and merged crypto
related code.

Revert with prejudice.

This revert skips files touched in r316370 since that commit was since
MFCed. This revert also skips files that require $FreeBSD$ property
changes.

Thank you to those who helped me get out of this mess including but not
limited to gonzo, kevans, rgrimes.

Requested by: gjb (re)
</content>
</entry>
<entry>
<title>Partial merge of the SPDX changes</title>
<updated>2018-03-14T03:19:51Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-14T03:19:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=be5d0b9566b13fdf8cabebb63334cbec12bfc409'/>
<id>urn:sha1:be5d0b9566b13fdf8cabebb63334cbec12bfc409</id>
<content type='text'>
These changes are incomplete but are making it difficult
to determine what other changes can/should be merged.

No objections from:	pfg
</content>
</entry>
<entry>
<title>MFC r329848:</title>
<updated>2018-02-28T02:49:00Z</updated>
<author>
<name>Pedro F. Giffuni</name>
<email>pfg@FreeBSD.org</email>
</author>
<published>2018-02-28T02:49:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=335756fbd2871d2395130a45ac6e7c21406fc52d'/>
<id>urn:sha1:335756fbd2871d2395130a45ac6e7c21406fc52d</id>
<content type='text'>
__printf_render_int(): small type change to match use.

Variable l is consistently used as an int rather than a char.
Sort names while here.

Obtained from:	Apple's Libc-1244.30.3
</content>
</entry>
<entry>
<title>MFC r327099:</title>
<updated>2018-01-15T16:51:04Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-01-15T16:51:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d9a4a50c59f296257bb548116b86cc760be71f0'/>
<id>urn:sha1:5d9a4a50c59f296257bb548116b86cc760be71f0</id>
<content type='text'>
fopen.1: document truncation

This documentation truncation similar to POSIX and glibc.

PR:	202545
</content>
</entry>
<entry>
<title>MFC r325030:</title>
<updated>2017-11-04T05:17:03Z</updated>
<author>
<name>Cy Schubert</name>
<email>cy@FreeBSD.org</email>
</author>
<published>2017-11-04T05:17:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b63f106a815d34b22e239772b926e901147e5bee'/>
<id>urn:sha1:b63f106a815d34b22e239772b926e901147e5bee</id>
<content type='text'>
Remove redundant sys/cdefs.h include.
</content>
</entry>
<entry>
<title>MFC r318705,r318711:</title>
<updated>2017-07-18T08:33:07Z</updated>
<author>
<name>Enji Cooper</name>
<email>ngie@FreeBSD.org</email>
</author>
<published>2017-07-18T08:33:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b24b1a387d36f989f05a7f2bc28cd6bd084a814e'/>
<id>urn:sha1:b24b1a387d36f989f05a7f2bc28cd6bd084a814e</id>
<content type='text'>
r318705:

fopen(3): make manlint fixes

- Break on new lines.
- Use .Dv with NULL.
- Rewrap lines as necessary/when possible.

r318711:

fopencookie(3): declare function pointers in SYNOPSIS correctly

Add obligatory `*` in declarations.
</content>
</entry>
</feed>
