X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=ChangeLog.pre-2-4;h=2e97a6f45daa4708a1688d43ee100bbd2d237fda;hb=2a6789be13c4def678ae612d6cdf236d347374eb;hp=1586695310c1b6ff5e6c55c9422e958b8a251c7a;hpb=dc602866312bff134f4d827190f5c24934970e19;p=platform%2Fupstream%2Fglib.git diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 1586695..2e97a6f 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,19 @@ +Sat Jan 9 13:53:00 1999 Jeff Garzik + + * configure.in: + Add checks for vasprintf, localtime_r. + + * gdate.c (g_date_set_time): + Use localtime if localtime_r is not available. + + * gstrfuncs.c (g_strdup_vprintf): + Use glibc vasprintf if possible; it's a bit faster than using + GLib routines, and makes output code a bit smaller. + + * acconfig.h: + Remove HAVE_VSNPRINTF and HAVE_VPRINTF. autoheader picks these + up automatically and puts them in config.h.in. + Thu Jan 7 15:14:08 1999 Owen Taylor * gmain.c (g_source_free_func): Call the source-specific