glib/gobject
Tim Janik 782a8e2e7c got rid of outdated dmalloc support. provide g_try_malloc() and
Thu Dec 28 10:21:46 2000  Tim Janik  <timj@gtk.org>

        * gmem.[hc]: got rid of outdated dmalloc support. provide g_try_malloc()
        and g_try_realloc() which _may_ fail and return NULL.
        nuked g_mem_check(), provided GMemVTable for memory function
        virtualization, alterable at program startup with g_mem_set_vtable().
        provided glib_mem_profiler_table and g_mem_profile() to support limited
        profiling information out of the box (uses mprotect() for free()ed areas
        on linux).
        provide globally visible G_MEM_ALIGN.
        buncha cleanups.

        * docs/macros.txt: file to get a clue about the various configuration
        macros.

        * docs/debugging.txt: explain debugging traps.

        * configure.in: got rid of --enable-mem-check and --enable-mem-profile,
        define GLIB_SIZEOF_VOID_P and GLIB_SIZEOF_LONG. check malloc prototypes
        and define SANE_MALLOC_PROTOS is we can use them.
        <boy, is this file a mess>

        * gutils.c, gscanner.c: fix up compatibility warnings, use g_message().


Thu Dec 28 11:36:44 2000  Tim Janik  <timj@gtk.org>

        * gbsearcharray.c (upper_power2): disable G_BSEARCH_ALIGN_POWER2
        fucntionality if DISABLE_MEM_POOLS is defined.

        * gtype.c: honour DISABLE_MEM_POOLS.

        * gsignal.c (g_signal_init): flag signal key bsearch array with
        G_BSEARCH_ALIGN_POWER2 to avoid excessive growth time. honour
        DISABLE_MEM_POOLS.

        * gparam.h: added G_PARAM_READWRITE alias for (G_PARAM_READABLE |
                                                       G_PARAM_WRITABLE).
2000-12-29 02:16:51 +00:00
..
.cvsignore shut up on new marshaller generated stuff 2000-12-12 07:53:04 +00:00
ChangeLog got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gboxed.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gboxed.h added g_value_set_static_string(). 2000-10-25 22:33:26 +00:00
gbsearcharray.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gbsearcharray.h Don't use implicit casts from void * since this will get included from C++ 2000-10-25 23:39:32 +00:00
gclosure.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gclosure.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
genums.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
genums.h added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
glib-genmarshal.1 fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
glib-genmarshal.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gmarshal.list i guess some people may need this ;) 2000-12-12 07:51:44 +00:00
gobject-query.c added newly added gobject/ headers. 2000-10-25 20:36:35 +00:00
gobject.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gobject.def Use GetACP to get the current ANSI codepage. 2000-12-17 18:43:57 +00:00
gobject.h urg managed to forget this last time ;( 2000-12-13 08:36:17 +00:00
gobject.rc.in makefile.mingw.in tests/makefile.mingw.in Rename makefile.cygwin(.in) to 2000-05-13 19:30:58 +00:00
gparam.c add an instance member value_type so the default value of the pspec class 2000-12-15 05:51:08 +00:00
gparam.h got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gparamspecs.c add an instance member value_type so the default value of the pspec class 2000-12-15 05:51:08 +00:00
gparamspecs.h add an instance member value_type so the default value of the pspec class 2000-12-15 05:51:08 +00:00
gsignal.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gsignal.h use g_signal_newc 2000-12-15 07:05:10 +00:00
gtype.c got rid of outdated dmalloc support. provide g_try_malloc() and 2000-12-29 02:16:51 +00:00
gtype.h add an instance member value_type so the default value of the pspec class 2000-12-15 05:51:08 +00:00
gtypemodule.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gtypemodule.h *** empty log message *** 2000-11-11 06:46:30 +00:00
gtypeplugin.c fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gtypeplugin.h fixed a bag full of subtle bugs of immensive screw-up potential in 2000-11-05 05:07:26 +00:00
gvalue.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvalue.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvaluecollector.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvaluetypes.c fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
gvaluetypes.h fixed dealing with collection/lcopy of NULL values. 2000-12-12 07:32:00 +00:00
Makefile.am urg managed to forget this last time ;( 2000-12-13 08:36:17 +00:00
makefile.mingw.in Warn if no callback. Call callback correctly. (g_io_win32_create_watch): 2000-12-14 21:02:20 +00:00
makefile.msc.in Warn if no callback. Call callback correctly. (g_io_win32_create_watch): 2000-12-14 21:02:20 +00:00