libgc 1:7.2d-5ubuntu1 source package in Ubuntu

Changelog

libgc (1:7.2d-5ubuntu1) saucy; urgency=low

  * Backport Aarch64 changes.
  * Build-depend on dh-autoreconf, use autoreconf.
  * Don't build-depend on pkg-kde-tools on arm64, not yet built.
  * Update symbols file for arm64.
  * Link the tests with -lpthread.
 -- Matthias Klose <email address hidden>   Wed, 17 Jul 2013 12:39:59 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Saucy
Original maintainer:
Christoph Egger
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libgc_7.2d.orig.tar.gz 1.2 MiB d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e
libgc_7.2d-5ubuntu1.debian.tar.gz 17.7 KiB db8a3cfdd4e73f451ac1c8cd01d60fcc4f877229a19cd49f91e1e8ad8485f291
libgc_7.2d-5ubuntu1.dsc 1.3 KiB 4dc140e0463ead0fc5ee56c9464ce0c55cddab6658d15365df15a50ed92ed12f

View changes file

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: No summary available for libgc1c2 in ubuntu saucy.

No description available for libgc1c2 in ubuntu saucy.