diff options
author | Matthias Clasen <maclas@gmx.de> | 2002-12-15 00:03:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-15 00:03:46 +0000 |
commit | 7baf68502f14319bdd95f80645bdcce3f60f5b67 (patch) | |
tree | 072b74939a2bbbd5b70c991d612e29180d8499cb /ChangeLog.pre-2-2 | |
parent | d2064033e65696f8c2f80de2a42f0954d93afb59 (diff) |
Add gprintfint.h and trio.
2002-12-15 Matthias Clasen <maclas@gmx.de>
* glib/Makefile.am (IGNORE_HFILES): Add gprintfint.h and trio.
* glib/trio/glibtrio.h: New file, redefining all trio symbols to
fall into the _G/_g_ private glib namespace.
* glib/trio/Makefile.am (libtrio_la_SOURCES): Add glibtrio.h
* glib/trio/trionan.c:
* glib/trio/triostr.c:
* glib/trio/trio.c: Include glibtrio.h
* glib/gprintfint.h:
* glib/trio/trionan.c:
* glib/trio/triostr.c:
* glib/trio/trio.c: Include glibtrio.h
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 1ec517d3c..0c1850600 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,19 @@ +2002-12-15 Matthias Clasen <maclas@gmx.de> + + * glib/trio/glibtrio.h: New file, redefining all trio symbols to + fall into the _G/_g_ private glib namespace. + + * glib/trio/Makefile.am (libtrio_la_SOURCES): Add glibtrio.h + + * glib/trio/trionan.c: + * glib/trio/triostr.c: + * glib/trio/trio.c: Include glibtrio.h + + * glib/gprintfint.h: + * glib/trio/trionan.c: + * glib/trio/triostr.c: + * glib/trio/trio.c: Include glibtrio.h + Fri Dec 13 17:10:21 2002 Manish Singh <yosh@gimp.org> * glib/gscanner.c (g_scanner_unexp_token): Fix typo. Missing '%' |