libgc 1:8.2.2-3 source package in Ubuntu

Changelog

libgc (1:8.2.2-3) unstable; urgency=medium

  * Fix pthread symbol exports for hurd/kfreebsd
  * Demangle C++ names in symbols file

 -- Ian Wienand <email address hidden>  Tue, 06 Sep 2022 18:30:14 +1000

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
Lunar release main devel

Downloads

File Size SHA-256 Checksum
libgc_8.2.2-3.dsc 1.9 KiB 99eebbbf9f5a8fe659504f8cf7c26bc3a43fbe766d2c3b5ad3dfe8997a9a62ff
libgc_8.2.2.orig.tar.gz 1.1 MiB f30107bcb062e0920a790ffffa56d9512348546859364c23a14be264b38836a0
libgc_8.2.2-3.debian.tar.xz 11.2 KiB cbd0266c8c355d122d6754a8640e54f42ce2dbe3912fc226980823e9bd0ae3b4

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.

libgc1: 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.

libgc1-dbgsym: debug symbols for libgc1