Mercurial > hg > octave-lojdl > gnulib-hg
annotate modules/uninorm/u16-normcoll @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | c5273d4d49b3 |
children |
rev | line source |
---|---|
11292
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Locale dependent, normalization insensitive comparison of UTF-16 strings. |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/uninorm/u16-normcoll.c |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 lib/uninorm/u-normcoll.h |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 Depends-on: |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 uninorm/base |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 uninorm/u16-normxfrm |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
11 memcmp2 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 configure.ac: |
14152 | 14 gl_LIBUNISTRING_MODULE([0.9.4], [uninorm/u16-normcoll]) |
11292
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
15 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
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_UNINORM_U16_NORMCOLL |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
18 lib_SOURCES += uninorm/u16-normcoll.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
19 endif |
11292
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 Include: |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
22 "uninorm.h" |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 License: |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 LGPL |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
27 Maintainer: |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
28 Bruno Haible |
5f59ef3141ad
New module 'uninorm/u16-normcoll'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
29 |