Re: svn commit: r320240 - head/include

2017-06-27 Thread Baptiste Daroussin
On Tue, Jun 27, 2017 at 12:33:44PM +0200, Ed Schouten wrote: > 2017-06-27 7:02 GMT+02:00 Jan Beich : > > max_align_t is now exposed even without -std=c11. > > Which is now consistent with the rest of the C library, as this is > also the case for other C11 features, like 's quick_exit(). > > > thu

Re: svn commit: r320240 - head/include

2017-06-27 Thread Ed Schouten
2017-06-27 13:17 GMT+02:00 Jan Beich : > False alarm. Sorry. No problem. Thanks for bringing it to my attention, regardless! \o/ -- Ed Schouten Nuxi, 's-Hertogenbosch, the Netherlands KvK-nr.: 62051717 ___ svn-src-all@freebsd.org mailing list https://

Re: svn commit: r320240 - head/include

2017-06-27 Thread Jan Beich
Ed Schouten writes: > 2017-06-27 7:02 GMT+02:00 Jan Beich : >> thus regressing some ports e.g., >> >> [...] >> >> https://lists.freebsd.org/pipermail/freebsd-pkg-fallout/Week-of-Mon-20170626/493679.html > > Would there be an easy way for me to extract a list of ports that are > affected? "fgrep

Re: svn commit: r320240 - head/include

2017-06-27 Thread Ed Schouten
2017-06-27 7:02 GMT+02:00 Jan Beich : > max_align_t is now exposed even without -std=c11. Which is now consistent with the rest of the C library, as this is also the case for other C11 features, like 's quick_exit(). > thus regressing some ports e.g., > > [...] > > https://lists.freebsd.org/piper

Re: svn commit: r320240 - head/include

2017-06-26 Thread Jan Beich
Ed Schouten writes: > Author: ed > Date: Thu Jun 22 18:39:52 2017 > New Revision: 320240 > URL: https://svnweb.freebsd.org/changeset/base/320240 > > Log: > Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__. > > FreeBSD's C library uses __STDC_VERSION__ to determine whether the >

svn commit: r320240 - head/include

2017-06-22 Thread Ed Schouten
Author: ed Date: Thu Jun 22 18:39:52 2017 New Revision: 320240 URL: https://svnweb.freebsd.org/changeset/base/320240 Log: Use __ISO_C_VISIBLE, as opposed to testing __STDC_VERSION__. FreeBSD's C library uses __STDC_VERSION__ to determine whether the compiler provides language features spe