Development/Languages

cpp: The C Preprocessor.

Name:cpp Vendor:Red Hat, Inc.
Version:4.1.0 License:GPL
Release:3 URL:http://gcc.gnu.org
Summary
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.

Arch: i386

Download:cpp-4.1.0-3.i386.rpm
Build Date:Thu Mar 9 22:34:28 2006
Packager:Red Hat, Inc. <http://bugzilla.redhat.com/bugzilla>
Size:5.28 MiB

Changelog

* Thu Mar 9 17:00:00 2006 Alexandre Oliva <aoliva{%}redhat{*}com> 4.1.0-3
- make ppc32 TLS PIC code sequences compatible with secure plt (#184446)
  (Richard Henderson and myself)
* Sat Mar 4 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.0-2
- update from -gcc-4_1-branch (-r111570:111697)
  - PRs c++/26291, libgfortran/26136, libgfortran/26423, libgfortran/26464,
	libstdc++/26526, rtl-optimization/26345, target/19061, target/26453
- handle DW_CFA_val_{offset,offset_sf,expression} in the libgcc{,_s} unwinder
* Tue Feb 28 17:00:00 2006 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.0-1
- update from gcc-4_1-branch (-r111466:111570)
  - GCC 4.1.0 release
  - PR other/26473

Listing created by RepoView-0.5-1