libgc 1:7.1-8 source package in Ubuntu Linaro Evaluation Build

Changelog

libgc (1:7.1-8) unstable; urgency=low

  * Import patch by Thorsten Glaser
    * d/p/06-m68k-no-getcontext.diff: new, don’t use getcontext(2)
      on m68k because it’s not implemented there (Closes: #624833)
  * Import patch by Aaron M. Ucko
    * build with GC_THREADS on non-linux platforms as well
  * remove *.la files (Closes: #621660)
  * update policy version from 3.9.1 to 3.9.2, no changes
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  29 May 2011 21:45:02 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Christoph Egger
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oneiric based series for Ubuntu LEB release universe devel

Builds

Oneiric: [FULLYBUILT] armel

Downloads

File Size SHA-256 Checksum
libgc_7.1.orig.tar.gz 1.0 MiB e3cef6028fe3efe7de3bcf4107c880eae50b3ee79841450d885467c09bcebf30
libgc_7.1-8.debian.tar.gz 24.3 KiB 2619377e2f1ae0ab55a71ff223ff382a644cfa603a988a9894159641b83679de
libgc_7.1-8.dsc 1.8 KiB 5c0e328f2da02d5fee5a38b5c6deca192de86dbdee9c8701aa7c211d5835025c

Available diffs

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