annotate modules/unistr/u32-cmp2 @ 17790:1313252b8540

obstack: do not assume system-supplied obstack is size_t safe * m4/obstack.m4: New file. * modules/obstack (Files): Add it.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 03 Nov 2014 16:36:27 -0800
parents 1f14c6dd175d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11456
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Compare pieces of UTF-32 strings with possibly different lengths.
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/unistr/u32-cmp2.c
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/unistr/u-cmp2.h
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 Depends-on:
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 unistr/base
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 unistr/u32-cmp
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 minmax
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13 configure.ac:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
14 gl_LIBUNISTRING_MODULE([0.9], [unistr/u32-cmp2])
11456
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 Makefile.am:
13388
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
17 if LIBUNISTRING_COMPILE_UNISTR_U32_CMP2
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
18 lib_SOURCES += unistr/u32-cmp2.c
9ef3893d2c73 Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents: 13354
diff changeset
19 endif
11456
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Include:
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 "unistr.h"
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24 License:
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 LGPL
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26
21aba95f1e03 New module 'unistr/u32-cmp2'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27 Maintainer:
17713
1f14c6dd175d Bruno Haible has stepped down as maintainer.
Paul Eggert <eggert@cs.ucla.edu>
parents: 13388
diff changeset
28 Daiki Ueno