diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-26 12:09:20 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2010-02-26 12:09:20 +0000 |
commit | 07b6256d8ea03805dd8a24c184bf455ee31d6115 (patch) | |
tree | 98e16977e063db6d46c7b13e4b82c3cef3978dd9 /ChangeLog | |
parent | ecc7dc91f639a5849ba2983786d932007f7a0773 (diff) | |
download | zsh-07b6256d8ea03805dd8a24c184bf455ee31d6115.tar.gz zsh-07b6256d8ea03805dd8a24c184bf455ee31d6115.tar.xz zsh-07b6256d8ea03805dd8a24c184bf455ee31d6115.zip |
27756: add OS file locking to calendar
add errflag test to loop over fcntl()
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 4df71cc6b..268e5b202 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2010-02-26 Peter Stephenson <pws@csr.com> + * 27756: Doc/Zsh/calsys.yo, Functions/Calendar/calendar, + Functions/Calendar/calendar_add, Functions/Calendar/calendar_edit, + Functions/Calendar/calendar_sort, Src/Modules/system.c: + use new file locking in calendar where available and add + errflag test to loop over fcntl(). + * users/14891: Doc/Zsh/cond.yo: say explicitly that condition arguments don't undergo file generation. @@ -12829,5 +12835,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4916 $ +* $Revision: 1.4917 $ ***************************************************** |