Subject: CVS commit: pkgsrc/devel/boehm-gc
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2006 17:08:16
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 17 17:08:16 UTC 2006
Modified Files:
pkgsrc/devel/boehm-gc: Makefile distinfo
pkgsrc/devel/boehm-gc/patches: patch-af
Removed Files:
pkgsrc/devel/boehm-gc/patches: patch-aa patch-ab patch-ad
Log Message:
Update to 6.8.
Changes since 6.7:
- Added some support for Dragonfly BSD. (Thanks to Joerg Sonnenberger and
Thomas Klausner.)
- Improvements to the HP/UX section of configure.in.
(Thanks to Andreas Tobler.)
- GC_unix_get_mem could neglect to release the malloc lock on Irix, under
extremely unlikely circumstances. Thanks to Jean-Baptiste Nivois for
some careful code reading.
- Added support for kFreeBSD + glibc (Thanks to Petr Salinger)
- Fix more MacOS threads memory leaks (Thanks to Allan Hsu)
- Added initial Solaris/X86-64 support (Thanks to Rainer Orth)
- Applied a long-lost MINGW patch from Gerard Allan for malloc redirection
with threads. This one probably makes no sense for 7.0, and was not applied
there.
- The Solaris/SPARC definition of GC_INIT() in gc.h wasn't C++-compilable.
To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 pkgsrc/devel/boehm-gc/Makefile
cvs rdiff -r1.29 -r1.30 pkgsrc/devel/boehm-gc/distinfo
cvs rdiff -r1.16 -r0 pkgsrc/devel/boehm-gc/patches/patch-aa
cvs rdiff -r1.14 -r0 pkgsrc/devel/boehm-gc/patches/patch-ab
cvs rdiff -r1.21 -r0 pkgsrc/devel/boehm-gc/patches/patch-ad
cvs rdiff -r1.9 -r1.10 pkgsrc/devel/boehm-gc/patches/patch-af
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.