mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
Kevin Cernekee's approval is in http://lists.gnu.org/archive/html/bug-gnulib/2016-11/msg00090.html. * modules/fseterr (License): Change to LGPLv2+. * modules/mbchar (License): Likewise. * modules/mbiter (License): Likewise. * modules/mbsnlen (License): Likewise. * modules/wcwidth (License): Likewise.
33 lines
295 B
Plaintext
33 lines
295 B
Plaintext
Description:
|
|
Multibyte character data type.
|
|
|
|
Files:
|
|
lib/mbchar.h
|
|
lib/mbchar.c
|
|
m4/mbchar.m4
|
|
|
|
Depends-on:
|
|
extensions
|
|
extern-inline
|
|
stdbool
|
|
wchar
|
|
wctype-h
|
|
iswblank
|
|
wcwidth
|
|
memcmp
|
|
|
|
configure.ac:
|
|
gl_MBCHAR
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbchar.c
|
|
|
|
Include:
|
|
"mbchar.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|