Packages not in Groups

cpp: The C Preprocessor.

Name:cpp Vendor:Scientific Linux
Version:3.4.3 License:GPL
Release:9.EL4 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-9.EL4.x86_64.rpm
Build Date:Mon Mar 14 17:45:00 2005
Packager:
Size:4.11 MiB

Changelog

* Tue Dec 14 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-9.EL4
- update from gcc-3_4-branch
  - PRs target/18932, target/17025, c++/18731
- fix _Jv_{Start,End}OfInterpreter computation (Andrew Haley, #142611,
  PRs java/18036, java/13468)
- avoid multiple evaluation of sqrt and other math builtins when
  not -ffast-math (#142603, PR middle-end/18951)
- remove leading underscore from /usr/libexec/getconf/default
  symlink target
* Thu Dec 9 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-8.EL4
- update from gcc-3_4-branch
  - PRs target/18443, c++/18100, java/14853, c++/16681
- fix creation of /usr/libexec/getconf/default symlink
* Wed Dec 8 18:00:00 2004 Jakub Jelinek <jakub{%}redhat{*}com> 3.4.3-8
- update from gcc-3_4-branch
  - PRs c++/17011, c++/17431, c++/17971, c++/18123, c++/6764, libstdc++/18837,
	middle-end/17827, preprocessor/17610, preprocessor/17651,
	rtl-opt/15289, rtl-optimization/16356, target/12769, target/12817,
	target/16343, target/16952, target/17224, target/18841, target/9908
- make sure target's LOAD_EXTEND_OP or lack thereof doesn't influence
  gcj -C output (#141730)
- package /usr/libexec/getconf/default symlink
- avoid recursion in splay_tree_delete (D.J.Delorie, #142090)
- handle java.net.URL ((String) null) (Michael Koch)
- don't ICE on invalid templated source (Alexandre Oliva, #141300,
  PR c++/18757)

Listing created by RepoView-0.5