mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-12 13:49:22 +01:00
Forgot changelog entry
This commit is contained in:
parent
1424212c3f
commit
3ff815fd7c
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
@ -1,3 +1,22 @@
|
||||
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
|
||||
|
||||
2001-08-24 Alexander Larsson <alla@lysator.liu.se>
|
||||
|
||||
* glib/gconvert.[ch] (g_convert_with_iconv):
|
||||
|
Loading…
x
Reference in New Issue
Block a user