Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/unistr/u32-strcoll @ 17111:b8250ce33952
hash-pjw: relax license to LGPLv2+
* modules/hash-pjw (License): Relax, with consent of author.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Wed, 26 Sep 2012 20:12:57 -0700 |
parents | 9ef3893d2c73 |
children |
rev | line source |
---|---|
11121
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Compare UTF-32 strings using the collation rules of the current locale. |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/unistr/u32-strcoll.c |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/unistr/u-strcoll.h |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 unistr/base |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 unistr/u32-strcmp |
13371
d4438aa5ada1
Don't use conversion with transliteration in u{8,16,32}_strcoll.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
11 uniconv/u32-strconv-to-enc |
d4438aa5ada1
Don't use conversion with transliteration in u{8,16,32}_strcoll.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
12 localcharset |
11121
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
14 configure.ac: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13371
diff
changeset
|
15 gl_LIBUNISTRING_MODULE([0.9.4], [unistr/u32-strcoll]) |
11121
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
16 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13371
diff
changeset
|
18 if LIBUNISTRING_COMPILE_UNISTR_U32_STRCOLL |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13371
diff
changeset
|
19 lib_SOURCES += unistr/u32-strcoll.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13371
diff
changeset
|
20 endif |
11121
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 Include: |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 "unistr.h" |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 License: |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 LGPL |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 Maintainer: |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 Bruno Haible |
bde3393567a9
New module 'unistr/u32-strcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
30 |