Implement and document g_ascii_isxxx.
authorAlexander Larsson <alla@lysator.liu.se>
Sat, 25 Aug 2001 22:29:40 +0000 (22:29 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Sat, 25 Aug 2001 22:29:40 +0000 (22:29 +0000)
commita7a76cfac798e3a924b3899d89398f2f4b9539b6
tree5039eafd3d25ce89a2661ffee7e4fe3da15bbcf6
parent3ff815fd7c60bef7dadb6b8f9bf4cf6f858e8b4e
Implement and document g_ascii_isxxx.

2001-08-25  Alexander Larsson  <alla@lysator.liu.se>

* glib/gstrfuncs.[ch]:
* docs/reference/glib/glib-overrides.txt:
* docs/reference/glib/glib-sections.txt:
* docs/reference/glib/tmpl/string_utils.sgml:
Implement and document g_ascii_isxxx.

* tests/strfunc-test.c:
Add tests for g_ascii_isxxx

* glib/guniprop.c (g_unichar_ispunct):
include symbols, not just punctuation.
(g_unichar_isspace): Vertical tab is not
considered whitespace.

* tests/shell-test.c:
Output errors on stderr
docs/reference/glib/glib-overrides.txt
docs/reference/glib/glib-sections.txt
docs/reference/glib/tmpl/string_utils.sgml
glib/gstrfuncs.c
glib/gstrfuncs.h
glib/guniprop.c
tests/shell-test.c
tests/strfunc-test.c