X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-10;h=26a0a290843ff22bf0418c0669f01cb5fc2c6022;hb=bef233642ee5a978ae94ef8be6d79879d1766985;hp=e567127d9981a7a09f5cd15f489b64d81f5dffb7;hpb=ddbb2ea440c537a88d55761ad2bc5fbd23149b6a;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e567127..26a0a29 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,31 @@ +Tue Sep 26 2000 Elliot Lee + * glib.h: Add G_GNUC_PURE macro (but don't use it anywhere). + +Mon Sep 25 2000 Elliot Lee + * garray.c, glib.h, gmem.c: Add a few missing G_GNUC_CONST's. + +2000-09-21 Tor Lillqvist + + * makefile.mingw.in: Add gconvert.o. Use libiconv. + + * config.h.win32.in: Define HAVE_GETCWD. + + * glib.def: Add new entry points. + +2000-09-21 Sebastian Wilhelmi + + * configure.in: The last released automake (1.4) still requires + AM_PROG_LIBTOOL instead of AC_PROG_LIBTOOL, so use that for the + time being. + +2000-09-19 Sebastian Wilhelmi + + * acconfig.h, configure.in, gutils.c: Test for the existence of + getcwd, and use it only when found. + + * glib.h: Only use the gcc-variable-macro-argument-extension for + gcc >= 2.4. Both patches from Jonas Oberg . + Mon Sep 18 10:58:21 2000 Owen Taylor * gutf8.c: Implement g_ucs4_to_utf8 which was in