glib/glib
Jeff Garzik 2a6789be13 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.
1999-01-09 19:14:16 +00:00
..
garray.c Fixed size in g_memmove, reported by Alexander Larsson 1998-12-17 08:02:38 +00:00
gbacktrace.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
gcache.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gcompletion.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
gdataset.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gdate.c Add checks for vasprintf, localtime_r. 1999-01-09 19:14:16 +00:00
gerror.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
ghash.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
ghook.c avoid unneccessary extra hook referencing (the explicit hook referencing 1999-01-02 01:32:37 +00:00
giochannel.c Use an "inheritance" scheme for IO channel memory allocation.h 1998-12-15 22:30:15 +00:00
giounix.c new function to check whether a main loop has been quitted. (g_main_new): 1998-12-18 02:23:33 +00:00
glib.def applied glib-tml-981120-0, change log appended below. 1998-11-25 03:02:56 +00:00
glib.h fix macro to be shorthand of g_array_insert_vals. 1999-01-05 00:33:10 +00:00
glist.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gmain.c Call the source-specific free function when the hook is freed not when it 1999-01-07 20:12:19 +00:00
gmem.c Fixed size in g_memmove, reported by Alexander Larsson 1998-12-17 08:02:38 +00:00
gmessages.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
gnode.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gprimes.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
grel.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
gscanner.c eliminated extraneous "register" qualifiers in variable declarations. 1999-01-04 20:09:59 +00:00
gslist.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gstrfuncs.c Add checks for vasprintf, localtime_r. 1999-01-09 19:14:16 +00:00
gstring.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gtimer.c This commit merges the glib-threads branch into the main 1998-12-15 05:28:02 +00:00
gtree.c version bump to 1.1.8, binary age 0, interface age 0. 1998-12-16 05:38:35 +00:00
gutils.c Here we must replace getpwuid by getpwuid_r, but as I do not know how for 1999-01-07 16:17:42 +00:00
Makefile.am Added 'make check' tests, based on testglib code. 1999-01-03 03:42:59 +00:00