Пакет cpp4.1: Информация

    Бинарный пакет: cpp4.1
    Версия: 4.1.2-alt12
    Архитектура: x86_64
    Собран:  14 апреля 2016 г. 22:37 в задании #163210
    Исходный пакет: gcc4.1
    Скопирован в задании: #163217
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://gcc.gnu.org/

    Лицензия: GPL
    О пакете: The GNU C-Compatible Compiler Preprocessor
    Описание: 
    Cpp is the GNU C-Compatible Compiler Preprocessor.
    The C preprocessor 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,' which are abbreviations for longer
    constructs.
    
    The C preprocessor provides four separate facilities that you can use as
    you see fit:
    
    * Inclusion of header files. These are files of declarations that can be
      substituted into your program.
    * Macro expansion. You can define 'macros,' which are abbreviations for
      arbitrary fragments of C code, and then 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.
    * 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.
    
    If you have multiple versions of the GNU Compiler Collection
    installed on your system, you may want to execute
    cpp-4.1
    in order to explicitly use the GNU C Preprocessor version 4.1.2.

    Сопровождающий: Gleb Fotengauer-Malinovskiy


    Последнее изменение


    14 апреля 2016 г. Gleb Fotengauer-Malinovskiy 4.1.2-alt12
    - Rebuilt with gcc 4.9.
    - Fixed build with:
     + makeinfo >= 5;
     + bison.
    - Changed compress_method to xz.
    - Dropped doc subpackage.
    28 августа 2012 г. Dmitry V. Levin 4.1.2-alt11
    - Backported upstream change to fix build with glibc-2.16.
    - Define _FORTIFY_SOURCE only for optimization level 2 or higher.
    16 ноября 2010 г. Dmitry V. Levin 4.1.2-alt10
    - Fixed build with new perl.