Add checks for vasprintf, localtime_r.
authorJeff Garzik <jgarzik@src.gnome.org>
Sat, 9 Jan 1999 19:14:16 +0000 (19:14 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Sat, 9 Jan 1999 19:14:16 +0000 (19:14 +0000)
commit2a6789be13c4def678ae612d6cdf236d347374eb
tree144e050d51c6e66a8461e51ac212982ae1ef84ba
parentdc602866312bff134f4d827190f5c24934970e19
Add checks for vasprintf, localtime_r.

        * 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.
14 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acconfig.h
configure.in
gdate.c
glib/gdate.c
glib/gstrfuncs.c
gstrfuncs.c