annotate modules/unistr/u16-mbsnlen @ 16455:cfdc186017be

New module 'fabsf-ieee'. * modules/fabsf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 17:27:36 +0100
parents 9ef3893d2c73
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8971
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Count characters in UTF-16 string.
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/unistr/u16-mbsnlen.c
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 Depends-on:
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 unistr/base
12621
50397cca5c76 unistr/u8-mbsnlen: Fix return value for incomplete character.
Bruno Haible <bruno@clisp.org>
parents: 8971
diff changeset
9 unistr/u16-mbtoucr
8971
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
12 gl_LIBUNISTRING_MODULE([0.9], [unistr/u16-mbsnlen])
8971
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 Makefile.am:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
15 if LIBUNISTRING_COMPILE_UNISTR_U16_MBSNLEN
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
16 lib_SOURCES += unistr/u16-mbsnlen.c
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
17 endif
8971
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 Include:
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 "unistr.h"
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 License:
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 LGPL
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Maintainer:
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 Bruno Haible
66f2eb44175b New module 'unistr/u16-mbsnlen'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27