diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2009-12-16 18:39:06 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2009-12-16 18:39:06 +0000 |
commit | 693fd5b56e51de2910a5681533033b9530650270 (patch) | |
tree | 652a4cdfda9874c0eac0ef801a8d266528dd6af1 /ChangeLog | |
parent | 74d17bc282cb7e9e0b0d73c87aff09ecf256dda7 (diff) | |
download | zsh-693fd5b56e51de2910a5681533033b9530650270.tar.gz zsh-693fd5b56e51de2910a5681533033b9530650270.tar.xz zsh-693fd5b56e51de2910a5681533033b9530650270.zip |
Check the return value of all pipe(), read(), and write() calls.
Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 1c86b3640..e83ae005f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2009-12-16 Wayne Davison <wayned@users.sourceforge.net> + + * 26735+unposted: Src/utils.c, Src/Modules/zftp.c, Src/Modules/zpty.c, + Src/Zle/zle_main.c, Src/exec.c, Src/init.c, Src/input.c, Src/jobs.c, + Src/parse.c: Check the return value of all pipe(), read(), and + write() calls. Gets rid of all "ignoring return value" compiler + warnings, and makes some read/write operations safer by ensuring + that an EINTR is handled. + 2009-12-16 Peter Stephenson <pws@csr.com> * unposted: Functions/Misc/run-help-p4, Functions/Misc/.distfiles: @@ -12500,5 +12509,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4845 $ +* $Revision: 1.4846 $ ***************************************************** |