gtk2/glib
Tim Janik d55ed5449d minor optimizations: (g_list_append): `if' optimized for common code path,
Mon Dec 15 19:33:58 1997  Tim Janik  <timj@psynet.net>

        * glist.c: minor optimizations:
        (g_list_append): `if' optimized for common code path, commented out
        unneccessary `assert', saved one variable assignment.
        (g_list_prepend): saved two (conditioned) variable assignment.
        (g_list_insert): saved one  (conditioned) variable assignment,
        saved one variable assignment.
        (g_list_remove): `if' optimized for common code path, saved two
        variable assignments by using `g_list_free_1' (which is even
        faster) instead of `g_list_free'.
        (g_list_reverse): saved allocation of one variable, saved one
        variable assignment.
1997-12-15 19:08:53 +00:00
..
.cvsignore Remove dependencies of interfaces on USE_XIM Attempt to make wchar 1997-12-07 16:36:36 +00:00
acconfig.h Added undef's for wchar tests. -Jay 1997-12-06 21:32:43 +00:00
aclocal.m4 New GTK release, 0.99.0. This release was coordinated with the 1997-12-14 08:49:30 +00:00
AUTHORS Initial revision 1997-11-24 22:37:52 +00:00
ChangeLog minor optimizations: (g_list_append): `if' optimized for common code path, 1997-12-15 19:08:53 +00:00
config.guess Initial revision 1997-11-24 22:37:52 +00:00
config.sub Initial revision 1997-11-24 22:37:52 +00:00
configure New GTK release, 0.99.0. This release was coordinated with the 1997-12-14 08:49:30 +00:00
configure.in New GTK release, 0.99.0. This release was coordinated with the 1997-12-14 08:49:30 +00:00
COPYING Initial revision 1997-11-24 22:37:52 +00:00
garray.c - Added a g_memmove function for SunOS compatability. 1997-12-02 21:03:14 +00:00
gcache.c Initial revision 1997-11-24 22:37:52 +00:00
gerror.c Initial revision 1997-11-24 22:37:52 +00:00
ghash.c Initial revision 1997-11-24 22:37:52 +00:00
glib_pre1.h Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and 1997-12-06 21:45:45 +00:00
glib_pre2.h GLib: 1997-12-10 22:43:24 +00:00
glibconfig.h.in Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and 1997-12-06 21:45:45 +00:00
glist.c minor optimizations: (g_list_append): `if' optimized for common code path, 1997-12-15 19:08:53 +00:00
gmem.c Initial revision 1997-11-24 22:37:52 +00:00
gprimes.c Initial revision 1997-11-24 22:37:52 +00:00
gslist.c Moved list concatenation code from gtkmain.c into its proper 1997-11-26 01:52:50 +00:00
gstring.c - Added a g_memmove function for SunOS compatability. 1997-12-02 21:03:14 +00:00
gtimer.c Initial revision 1997-11-24 22:37:52 +00:00
gtree.c Initial revision 1997-11-24 22:37:52 +00:00
gutils.c Initial revision 1997-11-24 22:37:52 +00:00
INSTALL Initial revision 1997-11-24 22:37:52 +00:00
install-sh Initial revision 1997-11-24 22:37:52 +00:00
ltconfig Initial revision 1997-11-24 22:37:52 +00:00
ltmain.sh Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and 1997-12-06 21:45:45 +00:00
Makefile.in New GTK release, 0.99.0. This release was coordinated with the 1997-12-14 08:49:30 +00:00
makeglib_h Changed glib.h so it's created by merging glib_pre1.h, glibconfig.h, and 1997-12-06 21:45:45 +00:00
missing Initial revision 1997-11-24 22:37:52 +00:00
mkinstalldirs Initial revision 1997-11-24 22:37:52 +00:00
NEWS Initial revision 1997-11-24 22:37:52 +00:00
README Initial revision 1997-11-24 22:37:52 +00:00
stamp-h.in Initial revision 1997-11-24 22:37:52 +00:00
testglib.c Initial revision 1997-11-24 22:37:52 +00:00