Packages not in Groups

cpp: The C Preprocessor.

Name:cpp Vendor:StartCom Ltd., http://www.startcom.org
Version:4.1.2 License:GPL
Release:46.SEL5_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: x86_64

Download:cpp-4.1.2-46.SEL5_3.x86_64.rpm
Build Date:Wed Sep 9 04:16:14 2009
Packager:Anatoly Metetes <anatolym@startcom.org>
Size:6.23 MiB

Changelog

* Wed Sep 9 01:00:00 2009 Anatoly Metetes <anatolym{%}startcom{*}org>
- Rebuild for StartCom Linux 5.0.x
* Fri May 15 01:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-46.el5
- 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)
* Fri May 1 01:00:00 2009 Jakub Jelinek <jakub{%}redhat{*}com> 4.1.2-45.el5
- fix SCEV ICE (#490513, PR tree-optimization/27144)
- fix -fabi-version=1 (#490211, PR c++/27640)
- fix expansion ICE if fold creates TRUTH_{AND,OR}IF_EXPR (#495469,
  PR middle-end/37014)

Listing created by RepoView-0.5.1-1