History log of /external/bluetooth/glib/glib/gunichartables.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
db1594e164797daa5caf201d8600507dc3072059 08-Apr-2008 Matthias Clasen <matthiasc@src.gnome.org> Bug 491554 – Update to Unicode 5.1.0

* glib/gunichartables.h:
* glib/gunicode.h:
* glib/gunibreak.h:
* glib/gmirroringtable.h:
* glib/gscripttable.h:
* glib/gen-script-table.pl: Update to Unicode 5.1.0. Patch by
Behdad Esfahbod


svn path=/trunk/; revision=6834
/external/bluetooth/glib/glib/gunichartables.h
b24074453978cce25f80faaee032d23a7e166fec 20-Jul-2006 Behdad Esfahbod <behdad@gnome.org> Update to final Unicode Character Database 5.0.0. (#336281)

2006-07-19 Behdad Esfahbod <behdad@gnome.org>

* glib/gunibreak.h:
* glib/gunichartables.h:
* glib/gunicomp.h:
* glib/gunidecomp.h:
Update to final Unicode Character Database 5.0.0. (#336281)
/external/bluetooth/glib/glib/gunichartables.h
91ae274ad6eeeb877c9946c6f206535af46212bb 27-Apr-2006 Behdad Esfahbod <behdad@gnome.org> Regenerated using Unicode Character Database 5.0 beta.

2006-04-27 Behdad Esfahbod <behdad@gnome.org>

* glib/gunibreak.h, glib/gunichartables.h: Regenerated using
Unicode Character Database 5.0 beta.
/external/bluetooth/glib/glib/gunichartables.h
e9852a17beb660e7fc2f512f8230152ecb5fff91 04-Nov-2005 Matthias Clasen <mclasen@redhat.com> Apply a patch from Behdad Esfahbod to use a faster lookup table for

2005-11-04 Matthias Clasen <mclasen@redhat.com>

* glib/Makefile.am: Apply a patch from Behdad Esfahbod to
use a faster lookup table for g_unichar_get_mirror_char().
* glib/gmirroringtable.h: The new table.
* glib/gunichartables.h: Remove bidi_mirroring_table.
* glib/gen-unicode-tables.pl: Don't generate the mirroring
table.
* glib/glib-mirroring-tab/*: Sources for the program
which generated gmirroringtable.h.

* glib/glist.c: Avoid some code duplication.
/external/bluetooth/glib/glib/gunichartables.h
c83e2b3349cbebe693a658d2b2bbef9c400e98b9 01-Oct-2005 Behdad Esfahbod <behdad@gnome.org> Updated to Unicode 4.1. There are five new GUnicodeBreakType types. That

2005-10-01 Behdad Esfahbod <behdad@gnome.org>

* docs/reference/glib/tmpl/unicode.sgml:
* glib/gen-unicode-tables.pl:
* glib/gunibreak.h:
* glib/gunichartables.h:
* glib/gunicode.h:
* tests/casefold.txt:
* tests/casemap.txt: Updated to Unicode 4.1. There are five new
GUnicodeBreakType types. That may break some applications, like
Pango <= 1.10.
/external/bluetooth/glib/glib/gunichartables.h
244a8e5a0a79d40462452248a47337563183d25b 12-Sep-2003 Noah Levitt <nlevitt@columbia.edu> Add g_unichar_get_mirror_char. (#114749)

2003-09-12 Noah Levitt <nlevitt@columbia.edu>

* glib/gen-unicode-tables.pl:
* glib/gunichartables.h:
* glib/gunicode.h:
* glib/guniprop.c: Add g_unichar_get_mirror_char. (#114749)
/external/bluetooth/glib/glib/gunichartables.h
05f99527eb9391723bac93089f691aa522e3640e 31-Jul-2003 Noah Levitt <nlevitt@columbia.edu> Update Unicode data to 4.0. (#107974)

2003-07-30 Noah Levitt <nlevitt@columbia.edu>

* glib/gen-unicode-tables.pl:
* glib/gunibreak.c:
* glib/gunibreak.h:
* glib/gunichartables.h:
* glib/gunicode.h:
* glib/gunicomp.h:
* glib/gunidecomp.c:
* glib/gunidecomp.h:
* glib/guniprop.c:
* tests/casefold.txt:
* tests/casemap.txt:
* tests/gen-casefold-txt.pl:
* tests/gen-casemap-txt.pl: Update Unicode data to 4.0. (#107974)
/external/bluetooth/glib/glib/gunichartables.h
96670f6d36dff535941b8d9577d4645d175ac15e 06-Dec-2002 Owen Taylor <otaylor@redhat.com> Avoid literal UTF-8. (Allow it to build with IRIX cc, #72757, Tomas Ogren)

Fri Dec 6 14:34:42 2002 Owen Taylor <otaylor@redhat.com>

Avoid literal UTF-8. (Allow it to build with
IRIX cc, #72757, Tomas Ogren)

* tests/patterntest.c (main): Convert literal
iso-8859-1 high bit characters in tests to
string escapes.

* glib/gunichartable.h glib/gen-unicode-tables.pl:
Use hex \xMN escapes rather than literal UTF-8
for casefold tables.

* configure.in: AC_PREREQ(2.53). needed for recent
GLIB_SIZEOF() changes.
/external/bluetooth/glib/glib/gunichartables.h
917026269ee4a6fb749758ebc0244bef7a734cae 14-Nov-2001 Owen Taylor <otaylor@redhat.com> Patch from Andrew Taylor to improve tables and reduce relocations by using

Tue Nov 13 21:25:35 2001 Owen Taylor <otaylor@redhat.com>

* glib/{gen-unicode-tables.pl,gunibreak.c,gunibreak.h,
gunichartables.h, gunicomp.h, gunidecomp.[ch],
guniprop.c}: Patch from Andrew Taylor to improve
tables and reduce relocations by using indices
rather than pointers. (#64433)

* tests/unicode-normalize.c (main): Fix for changes
to g_strsplit().
/external/bluetooth/glib/glib/gunichartables.h
4fc082098826f3f9b9cf12b69b6d6eb515a76ac9 26-Sep-2001 Owen Taylor <otaylor@redhat.com> Patch from Andrew Taylor to make much of the unicode table data const so

Wed Sep 26 14:37:52 2001 Owen Taylor <otaylor@redhat.com>

* glib/gen-unicode-tables.pl glib/guniprop.c
glib/{gunibreak,gunichartables,gunidecomp}.h:
Patch from Andrew Taylor to make much of the unicode
table data const so that it can be made read-only
and shared.
/external/bluetooth/glib/glib/gunichartables.h
b24544c0bcd0b99919b2713cb7164e7f80c8a586 02-Sep-2001 Owen Taylor <otaylor@redhat.com> Fix some variables that should have been static.

Sun Sep 2 11:10:42 2001 Owen Taylor <otaylor@redhat.com>

* glib/gen-unicode-tables.pl glib/gunicomp.h
glib/gunichartables.h glib/giounix.c: Fix some variables that
should have been static.
/external/bluetooth/glib/glib/gunichartables.h
4f96a13cba0fc1d445c76d30a7cb90b2971de06a 02-Jul-2001 Owen Taylor <otaylor@redhat.com> Use G_N_ELEMENTS rather than a custom macro.

Sun Jul 1 20:16:25 2001 Owen Taylor <otaylor@redhat.com>

* glib/guniprop.c (g_unichar_totitle): Use G_N_ELEMENTS
rather than a custom macro.

* glib/gen-unicode-tables.pl: Adapt to changes in table
formats for Unicode 3.1

* glib/gunicode.h glib/guniprop.c glib/gunichartables.h
glib/gen-unicode-tables.pl: Add case conversion functions
g_utf8_casefold, g_utf8_strup, g_utf8_strdown.

* tests/unicode-caseconv.c tests/gen-casefold-txt.pl
tests/gen-casemap-txt.pl tests/casefold.txt
tests/casemap.txt: Test cases for case conversion.

* glib/gunicode.h glib/gunidecomp.[ch] glib/gunicomp.h
glib/gen-unicode-tables.pl: Add function to do Unicode
normalization g_utf8_normalize().

* tests/unicode-normalize.c: Test program for case conversion.

* glib/gunicode.h glib/gunicollate.c: Add collation functions
g_utf8_collate, g_utf8_collate_key.

* test/unicode-collate.c: Test program for collation.

* glib/gdate.c (g_date_fill_parse_tokens): Fix uninitialized
variable.

* glib/gdate.c (g_date_strftime) docs/Changes-2.0.txt:
Make work with UTF-8 even if the locale isn't UTF-8 based.
Still somewhat of broken, if the format string contains
characters not representable in the current locale, will warn
and not work.

* glib/gdate.c: Use UTF-8 normalization and casefolding.
/external/bluetooth/glib/glib/gunichartables.h
7fce6d3abcca3639e2b3b268ad47557179a8a21f 30-Nov-2000 Havoc Pennington <hp@redhat.com> s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/

2000-11-29 Havoc Pennington <hp@redhat.com>

* gunidecomp.c (COMBINING_CLASS): s/UNICODE_LAST_CHAR/G_UNICODE_LAST_CHAR/

* gunichartables.h: Update for data in Unicode 3.0.1,
and include tables for line break properties

* gunidecomp.h: Ditto

* gunicode.h (GUnicodeBreakType): Enum for line break properties
(g_unichar_break_type): Get the break property for a char

* gunibreak.h: Autogenerated line break property tables

* gunibreak.c (g_unichar_break_type): added

* Makefile.am (EXTRA_DIST): dist gen-unicode-tables.pl

* Makefile.am (libglib_1_3_la_SOURCES): Add gunibreak.h, gunibreak.c

* gen-unicode-tables.pl: Include the script to update the unicode
char tables
/external/bluetooth/glib/glib/gunichartables.h
0891c64816faaadc8e26f9eebb3205af11323473 21-Jun-2000 Owen Taylor <otaylor@redhat.com> Initial pass at adding unicode support functions. A few things still need

Wed Jun 21 12:09:03 2000 Owen Taylor <otaylor@redhat.com>

* gunicode.h gutf8.c guniprop.c gunidecomp.[ch] gunichartables.h
Makefile.am glib.h: Initial pass at adding unicode support
functions. A few things still need to be implemented, a bit
of cleanup needs to be done, tests need to be added, and
the docs need to be finished, but this should allow replacing
most or all use of libunicode.
/external/bluetooth/glib/glib/gunichartables.h