view modules/unicase/u16-ct-totitle @ 13745:6328b8d2c617

Separate the module 'waitpid' from the module 'sys_wait'. * lib/sys_wait.in.h (waitpid): Declare only if the 'waitpid' module is present. * m4/sys_wait_h.m4 (gl_SYS_WAIT_MODULE_INDICATOR): Invoke gl_MODULE_INDICATOR_FOR_TESTS. (gl_SYS_WAIT_H_DEFAULTS): Initialize GNULIB_WAITPID. * modules/sys_wait (Depends-on): Remove waitpid. (Makefile.am): Substitute GNULIB_WAITPID. * modules/waitpid (configure.ac): Invoke gl_SYS_WAIT_MODULE_INDICATOR. * tests/test-sys_wait-c++.cc (GNULIB_NAMESPACE::waitpid): Check the signature only if the 'waitpid' module is present. * doc/posix-functions/waitpid.texi: Mention the 'waitpid' module. * NEWS: Mention the change. * modules/grantpt (Depends-on): Add waitpid. * modules/wait-process (Depends-on): Likewise.
author Bruno Haible <bruno@clisp.org>
date Wed, 29 Sep 2010 16:14:55 +0200
parents 9ef3893d2c73
children c5273d4d49b3
line wrap: on
line source

Description:
Titlecase mapping for UTF-16 substrings (locale dependent).

Files:
lib/unicase/u16-ct-totitle.c
lib/unicase/u-ct-totitle.h
lib/unicase/context.h

Depends-on:
unicase/base
unicase/cased
unicase/ignorable
unicase/special-casing
unicase/totitle
unicase/tolower
uniwbrk/u16-wordbreaks
unictype/combining-class
unictype/property-soft-dotted
unistr/u16-mbtouc-unsafe
unistr/u16-uctomb
unistr/u16-cpy
uninorm/u16-normalize
stdbool

configure.ac:
gl_LIBUNISTRING_MODULE([0.9.1], [unicase/u16-ct-totitle])

Makefile.am:
if LIBUNISTRING_COMPILE_UNICASE_U16_CT_TOTITLE
lib_SOURCES += unicase/u16-ct-totitle.c
endif

Include:
"unicase.h"

License:
LGPL

Maintainer:
Bruno Haible