pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/dash



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Jun 14 11:04:25 UTC 2015

Modified Files:
        pkgsrc/shells/dash: Makefile distinfo
Removed Files:
        pkgsrc/shells/dash/patches: patch-src_dash.1

Log Message:
Update to 0.5.8

Changelog:
2014-09-26  Herbert Xu <herbert%gondor.apana.org.au@localhost>

        * Small optimisation of command -pv change.
        * Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin.
        * Change "characters" for printf precision to "bytes".
        * Release 0.5.8.

2014-09-26  Jonathan Nieder <jrnieder%gmail.com@localhost>

        * Clarify "trap '' signals" syntax in manual page.

2014-09-26  Adam Buchbinder <adam.buchbinder%gmail.com@localhost>

        * Clarify that 0 and EXIT are both acceptable for exit traps.

2014-09-26  Harald van Dijk <harald%gigawatt.nl@localhost>

        * command: allow combining -p with -v.
        * getjob: Fix off-by-one error for multiple of four job numbers

2013-08-23  Herbert Xu <herbert%gondor.apana.org.au@localhost>

        * Propagate EXP_QPAT in subevalvar.
        * Initialise OPTIND after importing environment.
        * Fixed argument parsing crash in test.

2013-03-12  Peter Rosin <peda%lysator.liu.se@localhost>

        * Add newline when tracing in poplocalvars.

2013-01-10  Jérémie Courrèges-Anglas <jca+dash%wxcvbn.org@localhost>

        * Markup fixes in manual for mandoc 1.12.1.

2012-12-03  Harald van Dijk <harald%gigawatt.nl@localhost>

        * Use PRIdMAX instead of %j in printf.

2012-07-20  Kimo Rosenbaum <kimor79%yahoo.com@localhost>

        * Fix typo for wait in manual.

2012-06-09  Christoph Mathys <eraserix%gmail.com@localhost>

        * Add support for ulimit -r.

2012-03-11  Jim Meyering  <meyering%redhat.com@localhost>

        * Avoid overflow for very long variable name.
        $ perl -le 'print "v"x(2**31+1) ."=1"' | dash

2012-02-25  Herbert Xu <herbert%gondor.apana.org.au@localhost>

        * Sanitise environment variable names on entry.

2011-08-17  David S. Miller <davem%davemloft.net@localhost>

        * Allow building without LINEO support.
        * Add top-level autogen.sh.

2011-07-26  Harald van Dijk <harald%gigawatt.nl@localhost>

        * Avoid imaxdiv when only one of the results is wanted.

2010-07-09  maximilian attems <max%stro.at@localhost>

        * Fix klibc DEBUG compilation.

2011-07-09  Herbert Xu <herbert%gondor.apana.org.au@localhost>

        * Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/shells/dash/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/dash/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/shells/dash/patches/patch-src_dash.1

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




Home | Main Index | Thread Index | Old Index