Пакет libshell: Информация

    Исходный пакет: libshell
    Версия: 0.1.1-alt1
    Собран:  8 октября 2009 г. 2:19
    Сообщить об ошибке в пакете
    Домашняя страница: 

    Лицензия: GPL
    О пакете: A library of shell functions
    Описание: 
    This package contains common functions for shell projects to increase code reuse.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libshell (noarch)

    Сопровождающий: Alexey Gladkov

    Список участников:
    Alexey Gladkov

    Права:
    @qa_p5

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


    8 октября 2009 г. Alexey Gladkov 0.1.1-alt1
    - New utilities:
      + shell-run: New functions to scripts from directory.
      + shell-source: New functions to source shell code under some conditions.
    - shell-quote changes:
      + Allow \t as delimiter.
    - Other changes:
      + Protect IFS variable when 'set --' executing.
    24 апреля 2009 г. Alexey Gladkov 0.1.0-alt2
    - Fix shell-var installation.
    15 апреля 2009 г. Alexey Gladkov 0.1.0-alt1
    - New utilities:
      + shell-var: New functions to handle shell parameters.
    - shell-quote changes:
      + Major changes in quote_shell_args().
      + Rewrite quote_shell_args() from scratch, to avoid the dangerous
        shell constructions.
      + Fix Usage for quote_shell_args.
      + Add quote_shell_args().
    - shell-unittest changes:
      + Add default comment initialization.
    - shell-args changes:
      + parse_common_option(): Option --quiet cancels option --verbose.
    - Other changes:
      + Update COPYING.
      + UnitTest: Add tests for quote_shell_args() function.
      + shell_var_unquote(), string_quote_remove(): Fix "'" unquote
        for bash.