diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-11-24 17:58:21 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-11-24 17:58:21 +0000 |
commit | 40fb4cff1019d266e4f7bdcac361d67406b54f45 (patch) | |
tree | b0c32b50387fc95e69e8ffd912520507a20f58e6 /ChangeLog.pre-2-6 | |
parent | b8d9e050a4910a7e40d15371b3f860d68396448b (diff) | |
download | glib-40fb4cff1019d266e4f7bdcac361d67406b54f45.tar.gz |
Replace g_utf8_validate() with an optimized version, and clarify the docs
2004-11-24 Matthias Clasen <mclasen@redhat.com>
* glib/gutf8.c: Replace g_utf8_validate() with an
optimized version, and clarify the docs a bit. (#159131,
Owen Taylor)
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 067500e17..b2dad7c89 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,9 @@ 2004-11-24 Matthias Clasen <mclasen@redhat.com> + * glib/gutf8.c: Replace g_utf8_validate() with an + optimized version, and clarify the docs a bit. (#159131, + Owen Taylor) + * tests/Makefile.am (test_programs): Add utf8-validate. * tests/utf8-validate.c: Unit tests for g_utf8_validate(). |