glib/gmodule
Tim Janik db8baf6978 minor optimization.
Wed Mar  1 10:39:39 2000  Tim Janik  <timj@gtk.org>

        * gslist.c (g_slist_reverse): minor optimization.

        * testglib.c (g_node_test): added a couple of tests for
        g_node_copy().

        * glib.h:
        * gnode.c (g_node_copy): new function to copy subtrees,
        supplied by dbsears@ix.netcom.com.
        changed iterator to walk the children list backwards, so
        we get down from O(n^2) to O(n).

        * gnode.c (g_node_first_sibling): applied patch from
        dbsears@ix.netcom.com to optimize access if node->parent
        is present.

        * gutils.c (g_get_any_init): backed out HAVE_PW_GECOS check around
        assignment of g_real_name, sicne HAVE_PW_GECOS is never defined and
        thus breaks the original code.

        * merged changes from 1.2.7.

Sat Feb 19 19:43:29 2000  Tim Janik  <timj@gtk.org>

        * testgmodule.c (main): added test to check that not yet bound symbols
        in shared libraries of the main module are retrievable, from David Gero.

Fri Jan 28 11:37:41 2000  Owen Taylor  <otaylor@redhat.com>

        Bug #4156 - Changes vaguely modelled after Scott Gifford's patch

        * gtimer.c (g_timer_elapsed): Never report negative times -
        clip times to 0.

        * gmain.c (g_timeout_prepare): Guard against unexpected
        clock shifts by never setting a timeout of more than
        data->interval msecs.
2000-03-01 09:44:10 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog minor optimization. 2000-03-01 09:44:10 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-beos.c do not return NULL symbols. 2000-03-01 04:57:07 +00:00
gmodule-dl.c do not return NULL symbols. 2000-03-01 04:57:07 +00:00
gmodule-dld.c do not return NULL symbols. 2000-03-01 04:57:07 +00:00
gmodule-os2.c do not return NULL symbols. 2000-03-01 04:57:07 +00:00
gmodule-win32.c New function that returns the message string for a Win32 error code. 2000-03-01 04:57:07 +00:00
gmodule.c New function that returns the message string for a Win32 error code. 2000-03-01 04:57:07 +00:00
gmodule.def applied glib-tml-981120-0, change log appended below. 1998-11-25 03:02:56 +00:00
gmodule.h Don't crash if removing a nonexistent value. 1999-10-31 12:15:34 +00:00
gmodule.rc.in Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
gmoduleconf.h.in Port to BeOS by myself and Richard Offer. 1999-05-08 07:40:44 +00:00
gmoduleconf.h.win32 New function that returns the message string for a Win32 error code. 1998-10-27 04:11:32 +00:00
libgplugin_a.c New function that returns the message string for a Win32 error code. 2000-03-01 04:57:07 +00:00
libgplugin_b.c New function that returns the message string for a Win32 error code. 2000-03-01 04:57:07 +00:00
Makefile.am Move to corresponding subdirectories. 2000-02-07 21:22:30 +00:00
testgmodule.c minor optimization. 2000-03-01 09:44:10 +00:00