History log of /external/bluetooth/glib/glib/gunidecomp.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/gunidecomp.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/gunidecomp.h
738c1cfd6bc87a410324209e8e96f76f90ada720 13-Mar-2002 Erwann Chenede <erwann.chenede@sun.com> glib/gconvert.c glib/gen-unicode-tables.pl fixed cast/type problems to

2002-03-13 Erwann Chenede <erwann.chenede@sun.com>
* glib/gconvert.c
* glib/gen-unicode-tables.pl
* glib/gunidecomp.h : fixed cast/type problems to
avoid warnings (with forte compiler)
* gobject/gclosure.c
* gobject/gobject.c
* gobject/gsignal.c: fixed cast problems with function pointer
to avoid warnings (with forte compiler) (#73898)
/external/bluetooth/glib/glib/gunidecomp.h
2bbd00a2633bb5a6a7441803061f1a57ed9f20c9 21-Nov-2001 Owen Taylor <otaylor@redhat.com> Patch from Andrew Taylor to optimize the decomposition table to eliminate

Tue Nov 20 20:54:25 2001 Owen Taylor <otaylor@redhat.com>
* glib/gunidecomp.[ch] glib/gen-unicode-tables.pl: Patch
from Andrew Taylor to optimize the decomposition table
to eliminate relocations and save space. (#64982)
/external/bluetooth/glib/glib/gunidecomp.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/gunidecomp.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/gunidecomp.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/gunidecomp.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/gunidecomp.h
a3fc275ddd1237ba897eb86200636c49ffedae35 29-Sep-2000 Martin Baulig <baulig@suse.de> Several minor ANSI C fixes.

2000-09-29 Martin Baulig <baulig@suse.de>

Several minor ANSI C fixes.

Added missing casts:
* gdate.c (g_date_fill_parse_tokens): `s = (guchar *) str'.
* gmain.c (g_idle_dispatch): `func = (GSourceFunc) source_data'.
(g_idle_add_full): `(gpointer) function' in call to g_source_add().
* gstrfuncs.c (g_strdown): `s = (guchar *) string' and
`return (gchar *) string'.
(g_strup): Likewise.
(g_strchug): `start = (guchar*) string' in 1st for() argument;
`strlen ((gchar *) start)' in call to g_memmove().
* gstring.c (g_string_down): `s = (guchar *) string->str'.
(g_string_up): Likewise.
* gthreadpool.c (stop_this_thread_marker):
`(gpointer) &g_thread_pool_new'.
* gunidecomp.h (decomp_table[]): Cast all the strings to
`unsigned char *'.

Put text following #endif into comments:
* gmain.c: here.
/external/bluetooth/glib/glib/gunidecomp.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/gunidecomp.h