diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-10 14:23:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-03-10 14:23:15 +0000 |
commit | 7c302e129f6318a4eca4823d8d79e1777261ad7c (patch) | |
tree | 0dbe0639950fe15a1b7d09708c33332aa4fd7a07 /ChangeLog | |
parent | e391f09457c5ce71df740aac17bedd833e64e74b (diff) | |
download | zsh-7c302e129f6318a4eca4823d8d79e1777261ad7c.tar.gz zsh-7c302e129f6318a4eca4823d8d79e1777261ad7c.tar.xz zsh-7c302e129f6318a4eca4823d8d79e1777261ad7c.zip |
print message if we give up trying to crate a lock file with hard links
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index f6250b694..20b57a802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-03-10 Peter Stephenson <pws@csr.com> + * 26708: Src/hist.c: print message if we give up trying to + create a lock file with hard links. + * 26705: Src/subst.c, Test/D07multibyte.ztst: still problems with multibyte characters with Meta in prompt expansion within parameter expansion. @@ -11367,5 +11370,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4607 $ +* $Revision: 1.4608 $ ***************************************************** |