libgc 1:8.2.6-1build1 source package in Ubuntu

Changelog

libgc (1:8.2.6-1build1) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:03:52 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main devel
Noble release main devel

Downloads

File Size SHA-256 Checksum
libgc_8.2.6.orig.tar.gz 1.2 MiB b9183fe49d4c44c7327992f626f8eaa1d8b14de140f243edb1c9dcff7719a7fc
libgc_8.2.6-1build1.debian.tar.xz 11.4 KiB bc5c9bae611bac86a917e4398b7e6f4ce12c7541c52f121a9dcdf4165e1e9afe
libgc_8.2.6-1build1.dsc 2.0 KiB 2e1e58f4c521e0d021832d5eceb541a6f9a28883ad9adc94cb77bbfd16c04565

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.

libgc1: No summary available for libgc1 in ubuntu oracular.

No description available for libgc1 in ubuntu oracular.

libgc1-dbgsym: debug symbols for libgc1