libgc 1:8.2.6-1 source package in Ubuntu

Changelog

libgc (1:8.2.6-1) unstable; urgency=medium

  [ Samuel Thibault ]
  * d/libgc1.symbols: Generalize hurd-i386 into hurd-any.

  [ Ian Wienand ]
  * New upstream version 8.2.6

 -- Ian Wienand <email address hidden>  Mon, 05 Feb 2024 20:57:09 +1100

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_8.2.6-1.dsc 1.9 KiB 25123ef0ef9f606d7657d57d93a96cff7d9f6f72b48f3b0c1b0560878e0998d6
libgc_8.2.6.orig.tar.gz 1.2 MiB b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
libgc_8.2.6-1.debian.tar.xz 11.3 KiB 379f2bc0b46cd9dbdc102234ffdb8679199cad0b494e51c10a8570bb65b87ccf

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.

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