diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-20 09:02:39 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-07-20 09:02:39 +0000 |
commit | 7e0ca714695bf22171c1b937899ee42d6afde376 (patch) | |
tree | 49ff85ed270b9ca90fca5c22a4d7e99fc903c7fa /ChangeLog | |
parent | bda90c969f009332956adee965fe00c420f5f7de (diff) | |
download | zsh-7e0ca714695bf22171c1b937899ee42d6afde376.tar.gz zsh-7e0ca714695bf22171c1b937899ee42d6afde376.tar.xz zsh-7e0ca714695bf22171c1b937899ee42d6afde376.zip |
27178: FAQ---quoting function names to stop expansion is always safe
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index ec31a691a..eaab74d22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-07-20 Peter Stephenson <pws@csr.com> + + * 27178: Etc/FAQ.yo: as pointed out by Mikael, quoting + function names to stop alias expansion is always safe. + 2009-07-19 Barton E. Schaefer <schaefer@zsh.org> * 27169: Src/jobs.c, Src/signals.c: 23067 went too far in opening @@ -12018,5 +12023,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4746 $ +* $Revision: 1.4747 $ ***************************************************** |