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)
This commit is contained in:
Matthias Clasen
2004-11-24 17:58:21 +00:00
committed by Matthias Clasen
parent b8d9e050a4
commit 40fb4cff10
6 changed files with 187 additions and 52 deletions

View File

@@ -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().