Exploit the __builtin_signbit GCC built-in.
[gnulib.git] / modules / linebreak
1 Description:
2 Line breaking (works also for East-Asian languages).
3
4 Files:
5 lib/linebreak.h
6 lib/linebreak.c
7 lib/lbrkprop.h
8 m4/linebreak.m4
9
10 Depends-on:
11 localcharset
12 c-ctype
13 iconv
14 iconv_open
15 utf8-ucs4-unsafe
16 utf16-ucs4-unsafe
17 streq
18 uniwidth/width
19 xsize
20
21 configure.ac:
22 gl_LINEBREAK
23
24 Makefile.am:
25 lib_SOURCES += linebreak.h linebreak.c lbrkprop.h
26
27 Include:
28 "linebreak.h"
29
30 License:
31 LGPL
32
33 Maintainer:
34 Bruno Haible
35