diff options
author | tron <tron@pkgsrc.org> | 2000-03-12 22:24:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-03-12 22:24:05 +0000 |
commit | c6962e9d8260114a52b48a37b95602f1b16de995 (patch) | |
tree | 4a8c79f80732ff0d8eb81e35fb2a92cb1b3aabdf /devel/glib/patches | |
parent | 212702989d9fffe4a3c3743f1befe81ffe14c446 (diff) | |
download | pkgsrc-c6962e9d8260114a52b48a37b95602f1b16de995.tar.gz |
Update "glib" package to version 1.2.7 and enable thread support using the
"pth" package. Changes since version 1.2.6:
- gstring.c: changed g_str_hash() to a 31 bit version based on
a submission by Karl Nelson and hand optimized ad absurdum by
various people ;)
- gmain.c: removed spurious non-commented #endif suffix
- gtimer.c (g_timer_elapsed): Never report negative times -
clip times to 0.
- gmain.c (g_timeout_prepare): Guard against unexpected
clock shifts by never setting a timeout of more than
data->interval msecs.
- gmain.c: s/current_time/dispatch_time/ for the dispatch() handlers.
refetch the current time after invocation of poll() to cover up for
the time spent in that function call.
- gstrfuncs.c (g_strtod): correctly fetch the current locale,
fix from owen.
- configure.in: Make the test for getpwuid_r work on newer AIX
versions, too. Still works on Solaris and Linux. Patch from Craig
Rodrigues <rodrigc@mediaone.net>.
- glib.h (G_DIR_SEPARATOR): Add defines for EMX/OS2.
- gcache.c (g_cache_remove): Test if node is NULL.
If not tested, GIMP's script-fu will crash.
- gdataset.c (g_data_set_internal): remove g_dataset_global_lock around
destroy() notification here as well.
- gdataset.c (g_datalist_clear_i): Avoid Freezing, when g_datalist
is called recursivly. Reported by Ola Andersson <rand@ling.umu.se>.
Diffstat (limited to 'devel/glib/patches')
-rw-r--r-- | devel/glib/patches/patch-ad | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/glib/patches/patch-ad b/devel/glib/patches/patch-ad index 16899e73b9d..c6cb9bee580 100644 --- a/devel/glib/patches/patch-ad +++ b/devel/glib/patches/patch-ad @@ -1,17 +1,17 @@ -$NetBSD: patch-ad,v 1.8 1999/10/22 23:34:23 tron Exp $ +$NetBSD: patch-ad,v 1.9 2000/03/12 22:24:07 tron Exp $ ---- configure.orig Mon Aug 23 21:44:19 1999 -+++ configure Sun Aug 29 00:33:53 1999 +--- configure.orig Wed Feb 16 12:14:08 2000 ++++ configure Sun Mar 12 22:26:00 2000 @@ -26,7 +26,7 @@ # GLIB_MAJOR_VERSION=1 GLIB_MINOR_VERSION=2 --GLIB_MICRO_VERSION=6 -+GLIB_MICRO_VERSION=19 - GLIB_INTERFACE_AGE=6 - GLIB_BINARY_AGE=6 +-GLIB_MICRO_VERSION=7 ++GLIB_MICRO_VERSION=20 + GLIB_INTERFACE_AGE=7 + GLIB_BINARY_AGE=7 GLIB_VERSION=$GLIB_MAJOR_VERSION.$GLIB_MINOR_VERSION.$GLIB_MICRO_VERSION -@@ -1537,9 +1537,12 @@ +@@ -1540,9 +1540,12 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" @@ -24,7 +24,7 @@ $NetBSD: patch-ad,v 1.8 1999/10/22 23:34:23 tron Exp $ # Redirect the config.log output again, so that the ltconfig log is not # clobbered by the next message. exec 5>>./config.log -@@ -5795,10 +5798,12 @@ +@@ -5796,10 +5799,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac |