aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-05-03 09:16:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-05-03 09:16:17 +0800
commitdd2a60f012698179a4766441cfb40ce5b13c1eaa (patch)
tree2c0ae2f163120d9a99cef510ba5341aaf17d71ae /camel/ChangeLog
parentb3a906a2eca869ccd2dcd4a067aa60ede5b25ddb (diff)
downloadgsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.tar
gsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.tar.gz
gsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.tar.bz2
gsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.tar.lz
gsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.tar.xz
gsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.tar.zst
gsoc2013-evolution-dd2a60f012698179a4766441cfb40ce5b13c1eaa.zip
Same fix as the tcp stream. (stream_write): Again here. Just like tcp
2002-05-02 Jeffrey Stedfast <fejj@ximian.com> * camel-stream-fs.c (stream_read): Same fix as the tcp stream. (stream_write): Again here. Just like tcp stream's stream_write(), also make sure to save errno before calling fcntl to restore the fd flags. * camel-tcp-stream-raw.c (stream_read): Handle EINTR errors for select(). (stream_write): Same and also preserve errno when setting the fd flags back. If w == -1, return -1. svn path=/trunk/; revision=16673
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 447a2f2e14..5e7e5220dd 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,17 @@
2002-05-02 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-stream-fs.c (stream_read): Same fix as the tcp stream.
+ (stream_write): Again here. Just like tcp stream's stream_write(),
+ also make sure to save errno before calling fcntl to restore the
+ fd flags.
+
+ * camel-tcp-stream-raw.c (stream_read): Handle EINTR errors for
+ select().
+ (stream_write): Same and also preserve errno when setting the fd
+ flags back. If w == -1, return -1.
+
+2002-05-02 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-mime-utils.c (header_decode_mailbox): Fixed the fix for
stupidly-broken-mailer bug #5 to work when multiple unescaped
characters were in a row. Fixes bug #24140.