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.
32 lines
303 B
Plaintext
32 lines
303 B
Plaintext
Description:
|
|
Iterating through multibyte strings.
|
|
|
|
Files:
|
|
lib/mbiter.h
|
|
lib/mbiter.c
|
|
m4/mbiter.m4
|
|
m4/mbrtowc.m4
|
|
|
|
Depends-on:
|
|
extern-inline
|
|
mbchar
|
|
mbrtowc
|
|
mbsinit
|
|
wchar
|
|
stdbool
|
|
|
|
configure.ac:
|
|
gl_MBITER
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += mbiter.h mbiter.c
|
|
|
|
Include:
|
|
"mbiter.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|