diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2008-03-06 17:23:00 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2008-03-06 17:23:00 +0000 |
commit | 697d170928a0b0abec0b7a9650bf9a2068b9060f (patch) | |
tree | b9e1b8173436f5d41be212342888f7770d872ff7 /ChangeLog | |
parent | 9fb0f8dea203e2f3dd2ea715924c6ac08519e523 (diff) | |
download | zsh-697d170928a0b0abec0b7a9650bf9a2068b9060f.tar.gz zsh-697d170928a0b0abec0b7a9650bf9a2068b9060f.tar.xz zsh-697d170928a0b0abec0b7a9650bf9a2068b9060f.zip |
History file-handling improvments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 32cee6ae4..8d9b4f681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-03-06 Wayne Davison <wayned@users.sourceforge.net> + + * 24693: Src/utils.c: provide better errors when skipping + history-file saving due to ownership. Allow root to do the + save anyway if zsh can chown a file descriptor. Fixed the + propagation of the errno from a failed open() of the history + file (zsh used to complain about an invalid file descriptor). + + * unposted: Src/Zle/zle_utils.c: fixed 2 compiler warnings + about comparing signed and unsigned. + 2008-03-04 Peter Stephenson <pws@csr.com> * unposted: Completion/Unix/Command/_perforce: ignore range |