diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-27 09:55:22 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-27 09:55:22 +0000 |
commit | 7c43fb69bf81dd37c0743a761c6b43519ea9a0d0 (patch) | |
tree | 4d060057081de5ffc051dc551901a9e71894f115 /ChangeLog | |
parent | 6f16f59b9f0f1835f303eeeffcea3f981fcd8d92 (diff) | |
download | zsh-7c43fb69bf81dd37c0743a761c6b43519ea9a0d0.tar.gz zsh-7c43fb69bf81dd37c0743a761c6b43519ea9a0d0.tar.xz zsh-7c43fb69bf81dd37c0743a761c6b43519ea9a0d0.zip |
26448: add glob sort operators oe and o+
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b30aae481..9ddc81860 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-27 Peter Stephenson <pws@csr.com> + + * 26448: Doc/Zsh/expn.yo, Src/glob.c: glob sort operators + oe and o+ allow arbitrary code to pick name for sorting. + 2009-01-26 Peter Stephenson <pws@csr.com> * Greg Klanderman: 26439: Doc/Zsh/mod_system.yo: convert sections @@ -11007,5 +11012,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4527 $ +* $Revision: 1.4528 $ ***************************************************** |