annotate modules/mbiter @ 17476:6057744acd2c default tip master

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 16 Aug 2013 06:32:22 -0700
parents 9e72d3927af1
children
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
17102
9e72d3927af1 binary-io, eealloc, mbfile, mbiter, mbutil, xsize: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 12008
diff changeset
6 lib/mbiter.c
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 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
8 m4/mbrtowc.m4
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
17102
9e72d3927af1 binary-io, eealloc, mbfile, mbiter, mbutil, xsize: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 12008
diff changeset
11 extern-inline
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 mbchar
10949
b10927a03d08 Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents: 8922
diff changeset
13 mbrtowc
b10927a03d08 Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents: 8922
diff changeset
14 mbsinit
8922
4d1bebb0f82b Linux uClibc built without wide character support lacks <wchar.h>.
Bruno Haible <bruno@clisp.org>
parents: 6301
diff changeset
15 wchar
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 stdbool
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18 configure.ac:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 gl_MBITER
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
17102
9e72d3927af1 binary-io, eealloc, mbfile, mbiter, mbutil, xsize: better 'inline'
Paul Eggert <eggert@cs.ucla.edu>
parents: 12008
diff changeset
22 lib_SOURCES += mbiter.h mbiter.c
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 Include:
12008
18ea6ab4e81d maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents: 10949
diff changeset
25 "mbiter.h"
6045
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 License:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 LGPL
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Maintainer:
283b5e8d287a New module 'mbiter'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Bruno Haible