Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 May 2014 22:18:31 -0700
From:      Rui Paulo <rpaulo@felyko.com>
To:        "Pedro F. Giffuni" <pfg@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r266865 - in head: include include/xlocale lib/libc/string
Message-ID:  <7AFBC7BD-9F6F-44AA-BBAE-B4A1B20E9B02@felyko.com>
In-Reply-To: <201405300109.s4U197Ox028750@svn.freebsd.org>
References:  <201405300109.s4U197Ox028750@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On May 29, 2014, at 18:09, Pedro F. Giffuni <pfg@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?

--
Rui Paulo






Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7AFBC7BD-9F6F-44AA-BBAE-B4A1B20E9B02>