mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 14:36:16 +01:00
fix typo
svn path=/trunk/; revision=5411
This commit is contained in:
parent
b91d083561
commit
b0d8ba010f
11
ChangeLog
11
ChangeLog
@ -53,6 +53,15 @@
|
|||||||
g_slist_prepend/g_slist_remove pair with an on-stack link
|
g_slist_prepend/g_slist_remove pair with an on-stack link
|
||||||
and open coding. (#416094)
|
and open coding. (#416094)
|
||||||
|
|
||||||
|
2007-03-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Fix two glitches in the Unicode case conversion
|
||||||
|
functions (#418217, Denis Jacquerye)
|
||||||
|
|
||||||
|
* glib/guniprop.c (g_unichar_toupper): Handle zero entries
|
||||||
|
in special_case_table correctly.
|
||||||
|
(g_unichar_totitle): Fall back to g_unichar_toupper.
|
||||||
|
|
||||||
2007-03-15 Matthias Clasen <mclasen@redhat.com>
|
2007-03-15 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gscanner.[hc]: Some optimizations, use a lookup
|
* glib/gscanner.[hc]: Some optimizations, use a lookup
|
||||||
@ -62,7 +71,7 @@
|
|||||||
2007-03-14 Matthias Clasen <mclasen@redhat.com>
|
2007-03-14 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* glib/gkeyfile.c (g_key_file_get_double): Fix a
|
* glib/gkeyfile.c (g_key_file_get_double): Fix a
|
||||||
small typo. (#417947, Bobby Jack)
|
small typo. (#417847, Bobby Jack)
|
||||||
|
|
||||||
2007-03-08 Matthias Clasen <mclasen@redhat.com>
|
2007-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user