svn commit: r266865 - in head: include include/xlocale lib/libc/string
Pedro Giffuni
pfg at freebsd.org
Fri May 30 12:01:42 UTC 2014
Il giorno 30/mag/2014, alle ore 00:18, Rui Paulo <rpaulo at felyko.com> ha scritto:
> On May 29, 2014, at 18:09, Pedro F. Giffuni <pfg at freebsd.org> wrote:
>
>> Author: pfg
>> Date: Fri May 30 01:09:07 2014
>> New Revision: 266865
>> URL: http://svnweb.freebsd.org/changeset/base/266865
>>
>> Log:
>> Fix strcasecmp_l() and strncasecmp_l() POSIX 2008 compliance.
>>
>> POSIX.1-2008 specifies that those two functions should be declared by
>> including <strings.h>, not <string.h> (the latter only has strcoll_l()
>> and strxfrm_l()):
>>
>> http://pubs.opengroup.org/onlinepubs/9699919799/functions/strcasecmp.html
>
> Is this going to cause any ports fallout?
>
I consider this a bug fix; I think ports should already be respecting standards.
Should I consider a FreeBSD_version bump JIC?
Pedro.
More information about the svn-src-all
mailing list