On 03/30/2011 10:44 PM, Daniel Veillard wrote:
> On Wed, Mar 30, 2011 at 08:29:53PM -0600, Eric Blake wrote:
>> strcase{cmp/str} have the drawback of being sensitive to the global
>> locale; this is unacceptable in a library setting. Prefer a
>> hard-coded C locale alternative for all but virsh, w
On Wed, Mar 30, 2011 at 08:29:53PM -0600, Eric Blake wrote:
> strcase{cmp/str} have the drawback of being sensitive to the global
> locale; this is unacceptable in a library setting. Prefer a
> hard-coded C locale alternative for all but virsh, which is user
> facing and where the global locale is
strcase{cmp/str} have the drawback of being sensitive to the global
locale; this is unacceptable in a library setting. Prefer a
hard-coded C locale alternative for all but virsh, which is user
facing and where the global locale isn't changing externally.
* .gnulib: Update to latest, for c-strcase