added gobject
authorTim Janik <timj@gtk.org>
Fri, 12 May 2000 15:23:16 +0000 (15:23 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 12 May 2000 15:23:16 +0000 (15:23 +0000)
commit1df2ec98cbdc4789418f9652c9c90855c86b9dad
treef055b3ff5d2fb11bf6adc2715c0b7db706924fa6
parent397ad5881e972da23eccca1b20bbcfe2e8648f11
added gobject

Fri Apr 28 23:54:35 2000  Tim Janik  <timj@gtk.org>

        * setup things for a new sub-library libgobject:

        * Makefile.am (SUBDIRS): added gobject

        * glib-config.in: feature -lgobject.

        * configure.in (AC_OUTPUT): generate gobject/Makefile.

        * glib.m4 (AM_PATH_GLIB): feature gobject module.

        * glib.spec.in: added %{prefix}/lib/libgobject-1.3.so.*

Fri Apr 28 21:41:49 2000  Tim Janik  <timj@gtk.org>

        * glib.h: added G_STRLOC macro.
        G_STRUCT_OFFSET(): signedness corrections.
        (G_CSET_DIGITS): list 0-9.
        * gscanner.c (g_scanner_config_template): use G_CSET_DIGITS.

        * glib.h:
        * gstrfuncs.c:
        (g_strdown):
        (g_strup):
        (g_strreverse): return the modified string instead of void, so
        calls to these functions can be nested.
        (g_strcanon): new function, canonicalizes string according to
        a given character set.

Fri Apr 28 19:45:16 2000  Tim Janik  <timj@gtk.org>

        * gasyncqueue.c (g_async_queue_unref): get rid of an unused variable.
22 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
Makefile.am
configure.in
gasyncqueue.c
glib-config.in
glib.h
glib.m4
glib.spec.in
glib/Makefile.am
glib/gasyncqueue.c
glib/glib.h
glib/gscanner.c
glib/gstrfuncs.c
gscanner.c
gstrfuncs.c