pkgsrc-Changes archive

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

CVS commit: pkgsrc/shells/zsh



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jan  3 15:37:24 UTC 2013

Modified Files:
        pkgsrc/shells/zsh: Makefile PLIST distinfo
        pkgsrc/shells/zsh/patches: patch-ac
Removed Files:
        pkgsrc/shells/zsh/patches: patch-Doc_Zsh_builtins.yo
            patch-Src_Builtins_rlimits.awk patch-Src_Builtins_rlimits.c
            patch-Src_prototypes.h patch-Src_zsh__system.h patch-ab
            patch-config.h.in patch-configure.ac

Log Message:
Update to 5.0.2

Changelog:
Changes since 5.0.0
-------------------

Numeric constants encountered in mathematical expressions (but not other
contexts) can contain underscores as separators that will be ignored on
evaluation, as allowed in other scripting languages.  For example,
0xFFFF_FFFF, or 3.141_592_654.

"functions -T" turns on tracing for the specified function(s) only,
similar to "functions -t" except that tracing is turned off for any
functions called from the specified one(s) that don't also have the -t
or -T flag.

In file completion, the recursive-files style can be set to an array of
patterns to match against "$PWD/".  In any matched location, it is
possibly to complete files in arbitrarily deep subdirectories without
needing to type the directory prefix.  See example in the zshcompsys
manual.

The _user_expand completer now allows expansion functions in the
user-expand files to return a string in REPLY that will be used to name
the set of expansions returned.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/shells/zsh/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/shells/zsh/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/shells/zsh/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/shells/zsh/patches/patch-Doc_Zsh_builtins.yo \
    pkgsrc/shells/zsh/patches/patch-Src_Builtins_rlimits.c
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/shells/zsh/patches/patch-Src_Builtins_rlimits.awk \
    pkgsrc/shells/zsh/patches/patch-Src_prototypes.h \
    pkgsrc/shells/zsh/patches/patch-Src_zsh__system.h \
    pkgsrc/shells/zsh/patches/patch-config.h.in \
    pkgsrc/shells/zsh/patches/patch-configure.ac
cvs rdiff -u -r1.15 -r0 pkgsrc/shells/zsh/patches/patch-ab
cvs rdiff -u -r1.26 -r1.27 pkgsrc/shells/zsh/patches/patch-ac

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