Hello, This is to inform you that GNU cflow version 1.8 is available for download. This is a stable release.
GNU cflow analyzes a collection of C source files and prints a graph describing control flow within the program. See the end of this message for a list of important changes. Here are the compressed sources: https://ftp.gnu.org/gnu/cflow/cflow-1.8.tar.bz2 917K https://ftp.gnu.org/gnu/cflow/cflow-1.8.tar.gz 1.2M https://ftp.gnu.org/gnu/cflow/cflow-1.8.tar.xz 727K Here are the checksums: MD5 --- cdb7eb38b953bf921a13f7cbb5d64c8e cflow-1.8.tar.bz2 43337f2c07c3b9ff627706ad94153110 cflow-1.8.tar.gz 96af919bcc3811ee4882aa27f9611ec1 cflow-1.8.tar.xz SHA1 ---- 84f24532ce09169f91f41254649378d0f9011f30 cflow-1.8.tar.bz2 3e85e0cb7a37de413e1d8132e1e0f42f13a44021 cflow-1.8.tar.gz bb1162dafa1a30e2449fc79506eb2c5207571c88 cflow-1.8.tar.xz SHA256 ------ 8321627b55b6c7877f6a43fcc6f9f846a94b1476a081a035465f7a78d3499ab8 cflow-1.8.tar.bz2 a968bc4180ade2176ffb8dac80a329ba4faa2a3c15a3df795dcbe2a729b5e7a0 cflow-1.8.tar.gz a5830a708a587ebbf3b475b585935f89c33fc8fbd057af7d817d517aceaa7afa cflow-1.8.tar.xz Noteworthy changes in this release: * Configuration system rewritten Cflow is shipped with a set of profiles, providing defaults for different standards of the C language. For example, to enable support for gcc extensions it suffices to load the "gcc" profile: cflow --profile=gcc Users can define their own profiles and place them in a well-known disk location for further use with the --profile option. Site-wide or user-specific settings can be stored in the default profile, which is always loaded. Two options are provided for managing profiles: --prepend-path modifies the profile search path and -q disables the use of the default profile. The configuration system used in previous versions (via the CFLOW_OPTIONS and CFLOWRC environment variables) is considered deprecated, but is still supported for backward compatibility. * Emacs cflow-mode improved * Various bugfixes Regards, Sergey