cxref 1.6e-6 source package in Ubuntu

Changelog

cxref (1.6e-6) unstable; urgency=medium

  * Bug fix: "arm64 FTBFS with glibc 2.38", thanks to Graham Inggs
    (Closes: #1070444).
  * Bug fix: "no output -- tmpfile is depreced", thanks to Martin Kovarik
    (Closes: #979632).

 -- Camm Maguire <email address hidden>  Mon, 06 May 2024 12:49:07 -0400

Upload details

Uploaded by:
Camm Maguire
Uploaded to:
Sid
Original maintainer:
Camm Maguire
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
cxref_1.6e-6.dsc 1.9 KiB 51c78333ac54ab7804a387f6c9864672a54503ab64ff6ae056bd9bbe322ebe39
cxref_1.6e.orig.tar.gz 372.9 KiB 21492210f9e1030e4e697f0d84f31ac57a0844e64c8fb28432001c44663242f2
cxref_1.6e-6.debian.tar.xz 32.7 KiB 6a8f5f5bcd7340be4770e9f8cbb46d3f596253e4cd6b6b310cfbde61b1bc3025

No changes file available.

Binary packages built by this source

cxref: Generates LaTeX and HTML documentation for C programs

 A program that takes as input a series of C source files
 and produces a LaTeX or HTML document containing a cross
 reference of the files/functions/variables in the program,
 including documentation taken from suitably formatted
 source code comments.
 The documentation is stored in the C source file in
 specially formatted comments, making it simple to maintain.
 The cross referencing includes lists of functions called,
 callers of each function, usage of global variables, header
 file inclusion, macro definitions and type definitions.
 Works for ANSI C, including many gcc extensions.

cxref-dbgsym: debug symbols for cxref