view modules/wchar-single @ 39701:4642c3a9e204

wchar-single: a new module to enable optimizations in wchar replacements * lib/mbrtowc.c (mbrtowc): Only check locale_charset() once if GNULIB_WCHAR_SINGLE is enabled. * lib/wcwidth.c (wcwidth): Likewise.
author Pádraig Brady <P@draigBrady.com>
date Sun, 20 May 2018 22:11:12 -0700
parents
children
line wrap: on
line source

Description:
Enable more efficient wchar replacements, where we know
the locale charset will not change between calls.

Files:

Depends-on:
wchar

configure.ac:
gl_MODULE_INDICATOR([wchar-single])

Makefile.am:

Include:

License:
LGPLv2+

Maintainer:
all