annotate modules/mbiter @ 10949:b10927a03d08

Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
author Bruno Haible <bruno@clisp.org>
date Mon, 22 Dec 2008 03:48:56 +0100
parents 4d1bebb0f82b
children 18ea6ab4e81d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Iterating through multibyte strings.
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/mbiter.h
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/mbiter.m4
6301
015760832874 Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
7 m4/mbrtowc.m4
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 mbchar
10949
b10927a03d08 Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents: 8922
diff changeset
11 mbrtowc
b10927a03d08 Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents: 8922
diff changeset
12 mbsinit
8922
4d1bebb0f82b Linux uClibc built without wide character support lacks <wchar.h>.
Bruno Haible <bruno@clisp.org>
parents: 6301
diff changeset
13 wchar
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 stdbool
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 configure.ac:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 gl_MBITER
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Makefile.am:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 lib_SOURCES += mbiter.h
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Include:
6301
015760832874 Deal with the fact that mbchar.h, mbfile.h, mbiter.h, mbuiter.h can
Bruno Haible <bruno@clisp.org>
parents: 6045
diff changeset
23 #include "mbiter.h"
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 License:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 LGPL
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 Maintainer:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Bruno Haible
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30