aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-21 03:11:18 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-21 03:11:18 +0800
commit12f146c032eb21c73f9a941ce812876a23e625f0 (patch)
treeffff3558f1021dd4674bd38bdf2b2bf54531da21 /camel/ChangeLog
parent99a343eb815c833f54866d88bb222fa79947232c (diff)
downloadgsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.tar
gsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.tar.gz
gsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.tar.bz2
gsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.tar.lz
gsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.tar.xz
gsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.tar.zst
gsoc2013-evolution-12f146c032eb21c73f9a941ce812876a23e625f0.zip
Redirect program's stdout and stderr to /dev/null
2003-02-20 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-search.c (run_command): Redirect program's stdout and stderr to /dev/null * camel-filter-driver.c (pipe_to_system): Redirect the program's stderr to /dev/null (pipe_to_system): Write the pipe to a mem stream and use the mem stream in the parser. Also, when setting an exception get the errno from the parser so we can give more info about the error to the user. svn path=/trunk/; revision=19974
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index a5730b0f11..54763b7388 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,7 +1,14 @@
2003-02-20 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-filter-search.c (run_command): Redirect program's stdout
+ and stderr to /dev/null
+
* camel-filter-driver.c (pipe_to_system): Redirect the program's
stderr to /dev/null
+ (pipe_to_system): Write the pipe to a mem stream and use the mem
+ stream in the parser. Also, when setting an exception get the
+ errno from the parser so we can give more info about the error to
+ the user.
2003-02-19 Jeffrey Stedfast <fejj@ximian.com>