diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-19 15:00:18 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-19 15:00:18 +0000 |
commit | cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9 (patch) | |
tree | a42e224d0ccbeda8af4b9220501fe42839b27b55 /ChangeLog | |
parent | 9e1a3e6d062522c77f17d8be947850ee824cee8e (diff) | |
download | zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.gz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.tar.xz zsh-cb6856d115b26fbe6d78e3e730a57e9c0e05e8b9.zip |
26754: tweak zgetdir() and test for realpath()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 41fddecc1..8b91e7acf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-19 Peter Stephenson <pws@csr.com> + + * 26754: configure.ac, Doc/Zsh/expn.yo, Src/compat.c, Src/hist.c: + tweak zgetdir() (but don't use it) and test for realpath(). + 2009-03-18 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26752: Src/hist.c: fix ../ removal in :a and metafication @@ -11443,5 +11448,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4624 $ +* $Revision: 1.4625 $ ***************************************************** |