pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/pipestatus



Module name:    wip
Committed by:   cheusov
Date:           Sun Sep 13 08:18:55 UTC 2009

Modified Files:
        wip/pipestatus: Makefile distinfo

Log Message:

update to version 0.6.0

    Major changes:

    - Symbols "'`*\?&|; etc. are correctly escaped before eval'ed.
      As a result all these symbols are allowed in commands.
      For example,

        # the following command outputs ''??????{}!&| --- ??????{}!&|'''
        runpipe_base \
           awk 'BEGIN {print "+*<>(){}!&|"; exit 41}'  '|' \
           sed 's,[+*<>()],?,g' '|' \
           awk '{print $0 " --- " $0; exit 43}' '|' \
           awk "{print \"''\" \$0 \"'''\"; exit 44}"
        echo "$pipestatus_all" # '41 0 43 44'
        echo "$pipestatus_1"   # '41'
        echo "$pipestatus_2"   # '0'
        echo "$pipestatus_3"   # '43'
        echo "$pipestatus_4"   # '44'
        echo "$pipesize"       # '4'

      Regresion test for this case.

    - Support for shitty Solaris /bin/sh
       $(()) is replaced with expr(1),
       $() -- with ``,
       for i -- with for i in "$@"

    - Makefile: new target "test_all" for testing all available shells


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.2 -r1.3 wip/pipestatus/distinfo
cvs -z3 rdiff -u -r1.7 -r1.8 wip/pipestatus/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pipestatus/distinfo?r1=1.2&r2=1.3
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/pipestatus/Makefile?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index