annotate modules/wcrtomb @ 11527:4fe203c3f828

Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
author Bruno Haible <bruno@clisp.org>
date Fri, 01 May 2009 18:01:52 +0200
parents 2692e4e28041
children 9deb67d8d0d7
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10936
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 wcrtomb() function: convert wide character to multibyte character.
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/wcrtomb.c
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/wcrtomb.m4
11527
4fe203c3f828 Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.
Bruno Haible <bruno@clisp.org>
parents: 10968
diff changeset
7 m4/mbrtowc.m4
10936
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 m4/mbstate_t.m4
10939
4ee0271437dd Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 10936
diff changeset
9 m4/locale-fr.m4
4ee0271437dd Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 10936
diff changeset
10 m4/locale-ja.m4
4ee0271437dd Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 10936
diff changeset
11 m4/locale-zh.m4
4ee0271437dd Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.
Bruno Haible <bruno@clisp.org>
parents: 10936
diff changeset
12 m4/codeset.m4
10936
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Depends-on:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 wchar
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 mbsinit
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_FUNC_WCRTOMB
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 gl_WCHAR_MODULE_INDICATOR([wcrtomb])
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Makefile.am:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Include:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 <wchar.h>
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 License:
10968
2692e4e28041 Relicense regex dependencies under LGPLv2+.
Bruno Haible <bruno@clisp.org>
parents: 10939
diff changeset
28 LGPLv2+
10936
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Maintainer:
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Bruno Haible
197aac315d4d New module 'wcrtomb'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32