X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-12;h=eb70be4b31750898d2a671051a0d92083bec9e84;hb=b1d15587479deaacb9bd983fd28c6f3d3e27142e;hp=b8738da280c561101494f5496c204cd969a3933d;hpb=8e3a3eef63c3c298c93fa8f8e827b10dd1b6327c;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index b8738da..eb70be4 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,6 +1,49 @@ +2000-10-12 Sebastian Wilhelmi + + * glib.h, galloca.h, garray.h, gasyncqueue.h, gbacktrace.h, + gcache.h, gcompletion.h, gconvert.h, gdataset.h, gdate.h, ghash.h, + ghook.h, giochannel.h, glist.h , gmacros.h, gmain.h, gmem.h, + gmessages.h, gnode.h, gprimes.h, gquark.h, gqueue.h, grand.h, + grel.h, gscanner.h, gslist.h, gstrfuncs.h, gstring.h, gthread.h, + gthreadpool.h, gtimer.h, gtree.h, gtypes.h, gutils.h: Split glib.h + into many header files mostly according to the resp. *.c-files. + + * gmacros.h: Added G_BEGIN_DECLS and G_END_DECLS to mean: 'in case + of C++: extern "C" { ... }' analogous to glibc __BEGIN_DECLS and + __END_DECLS. + + * configure.in, gerror.h, gfileutils.h, gshell.h, gspawn.h, + gunicode.h, : Changed guard-macro names to something more + consistent. + + * configure.in, *.h: Use G_BEGIN_DECLS and G_END_DECLS. + + * configure.in: Defined GLIB_HAVE_ALLOCA_H instead of including + alloca.h in glibconfig.h, GLIB_HAVE_ALLOCA_H is used in glib.h. + + * configure.in: Removed cruft from old threading code. + +2000-10-09 Raja R Harinath + + Work with beta autoconf 2.50. + * configure.in (GLIB_MAJOR_VERSION): Use GLIB_DIVERT_BEFORE_HELP + instead of AC_DIVERT_PUSH(),AC_DIVERT_POP. + (AC_CHECK_HEADERS): Remove redundant AC_DEFINE(HAVE_...). + (REALLOC_0_WORKS): Move AC_DEFINE outside AC_CACHE_VAL. + (dlopen): Quote nested AC_CHECK_... calls. + + * acglib.m4 (GLIB_TR_SH, GLIB_TR_CPP): Utility macros copied from + beta autoconf 2.50. + (GLIB_DIVERT_BEFORE_HELP): New macro that works both with autoconf + 2.13 and beta autoconf 2.50. + (GLIB_SIZEOF, GLIB_BYTECONTENTS): Use GLIB_TR_*. + + * Makefile.am (CONFIGURE_DEPENDENCIES): Use this to specify + that 'configure' depends on acglib.m4. + 2000-10-09 Havoc Pennington - * Makefile.am, tests/Makefile.am: Add new files. + * Makefile.am, tests/Makefile.am: Add new files. * tests/spawn-test.c, tests/shell-test.c: new tests for the shell/spawn stuff