Letter C

cpp - The C Preprocessor.

Website: http://gcc.gnu.org
License: GPL
Vendor: Scientific Linux CERN, http://cern.ch/linux
Description:
Cpp is the GNU C-Compatible Compiler Preprocessor.
Cpp is a macro processor which is used automatically
by the C compiler to transform your program before actual
compilation. It is called a macro processor because it allows
you to define macros, abbreviations for longer
constructs.

The C preprocessor provides four separate functionalities: the
inclusion of header files (files of declarations that can be
substituted into your program); macro expansion (you can define macros,
and the C preprocessor will replace the macros with their definitions
throughout the program); conditional compilation (using special
preprocessing directives, you can include or exclude parts of the
program according to various conditions); and line control (if you use
a program to combine or rearrange source files into an intermediate
file which is then compiled, you can use line control to inform the
compiler about where each source line originated).

You should install this package if you are a C programmer and you use
macros.

Packages

cpp-4.1.2-46.el5_4.2.ia64 [4.6 MiB] Changelog by Jakub Jelinek (2009-12-10):
- fix libjava to avoid opening *.la/dlopening *.so files from current
  working directory or subdirectories thereof (#545672, CVE-2009-3736)
cpp-4.1.2-46.el5_4.1.ia64 [4.6 MiB] Changelog by Jakub Jelinek (2009-09-30):
- fix handling of multiple -fno-builtin-XXXX options on the command line
  (#526422, PR driver/28437)
cpp-4.1.2-46.el5.ia64 [4.6 MiB] Changelog by Jakub Jelinek (2009-05-14):
- fix Fortran module reading with USE...ONLY (#483845, PR fortran/30554)
- fix ULL multiplication on i386 (#465807, PR middle-end/37731)
- fix Fortran FMT= with character array section (#492209, PR fortran/39865)
- fix jump on single bit from ULL test on i386 (PR middle-end/40057)
cpp-4.1.2-44.el5.ia64 [4.7 MiB] Changelog by Jakub Jelinek (2008-09-18):
- fix fastjar on 64-bit architectures (#462397)

Listing created by Repoview-0.6.5-1.el5