Mercurial > hg > octave-kai > gnulib-hg
annotate modules/unistr/u8-prev @ 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 | aca88fcb0493 |
children |
rev | line source |
---|---|
7824
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Description: |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 Iterate over previous character in UTF-8 string. |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 Files: |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 lib/unistr/u8-prev.c |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Depends-on: |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 unistr/base |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
9 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
10 configure.ac: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
11 gl_LIBUNISTRING_MODULE([0.9], [unistr/u8-prev]) |
7824
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
12 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
13 Makefile.am: |
13388
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
14 if LIBUNISTRING_COMPILE_UNISTR_U8_PREV |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
15 lib_SOURCES += unistr/u8-prev.c |
9ef3893d2c73
Don't use AC_LIBOBJ with file names in subdirectories.
Bruno Haible <bruno@clisp.org>
parents:
13354
diff
changeset
|
16 endif |
7824
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
17 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
18 Include: |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
19 "unistr.h" |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
20 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
21 License: |
14504
aca88fcb0493
Relicense some modules under LGPLv2+, for libidn2.
Bruno Haible <bruno@clisp.org>
parents:
13388
diff
changeset
|
22 LGPLv2+ |
7824
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
23 |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
24 Maintainer: |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
25 Bruno Haible |
af4391ae3012
New modules 'unistr/u8-prev', 'unistr/u16-prev', 'unistr/u32-prev'.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
26 |