diff options
author | Wayne Davison <wayned@users.sourceforge.net> | 2009-03-15 01:04:50 +0000 |
---|---|---|
committer | Wayne Davison <wayned@users.sourceforge.net> | 2009-03-15 01:04:50 +0000 |
commit | bf25c3a43f79f568b55c45e2701f5c961977b47c (patch) | |
tree | eacd272cd739c11b793aa5788bba21fdc6d1205e /ChangeLog | |
parent | f0bcd0ecd0896180c5a3f977e086f7237a774d25 (diff) | |
download | zsh-bf25c3a43f79f568b55c45e2701f5c961977b47c.tar.gz zsh-bf25c3a43f79f568b55c45e2701f5c961977b47c.tar.xz zsh-bf25c3a43f79f568b55c45e2701f5c961977b47c.zip |
26735: Check some function return values for failures. Gets rid of
some compiler warnings, and improves error handling/notification.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 054ebd245..34d3618d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-03-14 Wayne Davison <wayned@users.sourceforge.net> + + * 26735: Src/Modules/files.c, Src/Modules/mapfile.c, + Src/Modules/zftp.c, Src/builtin.c, Src/exec.c, + Src/hist.c, Src/utils.c: improved return-value checking. + 2009-03-14 Peter Stephenson <p.w.stephenson@ntlworld.com> * users/13910: Src/jobs.c: spawnjob() should output job @@ -11403,5 +11409,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4616 $ +* $Revision: 1.4617 $ ***************************************************** |