Package libshell: Information

    Source package: libshell
    Version: 0.1.1-alt1
    Build time:  Oct 8, 2009, 02:19 AM
    Report package bug
    Home page: 

    License: GPL
    Summary: A library of shell functions
    Description: 
    This package contains common functions for shell projects to increase code reuse.

    List of rpms provided by this srpm:
    libshell (noarch)

    Maintainer: Alexey Gladkov

    List of contributors:
    Alexey Gladkov

    ACL:
    @qa_p5

    Last changed


    Oct. 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.
    April 24, 2009 Alexey Gladkov 0.1.0-alt2
    - Fix shell-var installation.
    April 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.