Packages not in Groups

cpp: The C Preprocessor.

Name:cpp Vendor:
Version:3.4.3 License:GPL
Release:22.1 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: x86_64

Download:cpp-3.4.3-22.1.x86_64.rpm
Build Date:Mon Aug 1 15:17:32 2005
Packager:
Size:4.12 MiB

Changelog

* Mon May 16 19:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-22.1
- fix ppc64 libgcj (Andrew Haley, #154684, #142611)
- add Req/BuildReq for glib2 and libart_lgpl (#150923)
- fix ada build with make -jN N>1
* Thu Mar 3 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-22
- fix PR c++/19916 (Mark Mitchell, #148793)
- fixed C++ redeclaration handling (Alexandre Oliva, #149098)
* Mon Feb 28 18:00:00 2005 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-21
- update from gcc-3_4-branch
  - PRs rtl-optimization/17728, target/20159, c++/20175

Listing created by RepoView-0.5