libgc 1:7.4.2-7.2 source package in Ubuntu
Changelog
libgc (1:7.4.2-7.2) unstable; urgency=medium * Non-maintainer upload. * Add debian/patches/fix-location-of-assembly-files.diff to fix location of assembly files for sparc* and ia64 (Closes: 805679) * Import symbols for sparc64 (Closes: #805680) -- John Paul Adrian Glaubitz <email address hidden> Sun, 22 Nov 2015 14:36:00 +0100
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libgc_7.4.2-7.2.dsc | 1.9 KiB | 10ae00048d3c8db875f4563b3d59822a08f4c323f8a8c54cfa0fa47af8176b49 |
libgc_7.4.2.orig.tar.gz | 713.3 KiB | 09f21d38dd42bced14d6875f55804cb1b5e6bc486da7980187ecd2e768739c62 |
libgc_7.4.2-7.2.debian.tar.xz | 14.2 KiB | e14f2cb55f8b7194aad0a342473489c44621c0e977688d342d4ec3c0bd4ceb5c |
Available diffs
- diff from 1:7.4.2-7.1 to 1:7.4.2-7.2 (2.3 KiB)
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.