libgc 1:7.4.2-7 source package in Ubuntu

Changelog

libgc (1:7.4.2-7) unstable; urgency=medium

  * Import symbols from mips64el hppa and x32 (Closes: #800905)
  * Re-Add support for nocheck, thanks to Helmut for the patch, (Closes:
    #800906)

 -- Christoph Egger <email address hidden>  Mon, 05 Oct 2015 17:02:32 +0200

Upload details

Uploaded by:
Christoph Egger
Uploaded to:
Sid
Original maintainer:
Christoph Egger
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgc_7.4.2-7.dsc 1.9 KiB 436ec5195342497cc452ffceb20d8f64ea98ce198a4d0a510be23c926add05ad
libgc_7.4.2.orig.tar.gz 713.3 KiB 09f21d38dd42bced14d6875f55804cb1b5e6bc486da7980187ecd2e768739c62
libgc_7.4.2-7.debian.tar.xz 12.8 KiB 25e12761a69ae072a200df447420cac5e2c55998c306e14daf911055a055178e

Available diffs

No changes file available.

Binary packages built by this source

libgc-dev: conservative garbage collector for C (development)

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.
 .
 This package is required to compile and link programs that use libgc1c2.

libgc1c2: conservative garbage collector for C and C++

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.

libgc1c2-dbgsym: debug symbols for package libgc1c2

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s new().
 .
 It allows you to allocate memory basically as you normally would without
 explicitly deallocating memory that is no longer useful. The collector
 automatically recycles memory when it determines that it can no longer be
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.