From 77e986850fe2d2567cb7cb190072a3c7c81e8669 Mon Sep 17 00:00:00 2001 From: hugo303 Date: Tue, 19 Jul 2005 13:02:43 +0000 Subject: [PATCH] Refactored messaging git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@232 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- check/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/check/ChangeLog b/check/ChangeLog index 7acff1e..1eed848 100644 --- a/check/ChangeLog +++ b/check/ChangeLog @@ -1,3 +1,15 @@ +2005-07-19 hugo303 + + * tests/check_check_master.c, tests/check_check_msg.c, + tests/check_check_sub.c, src/check.c, src/check.h.in, + src/check_msg.c, src/check_msg.h, src/check_run.c: + + Refactored messaging to use the new tmpfile() method all the way, + removing the message keys, pipes, pipe entries and pipe list. This + makes the messaging work with forking tests, and also with threading + tests on linux 2.4 (on 2.6 it already worked). Added check_fork and + check_waitpid_and_exit to be used for forking tests. + 2005-05-26 hugo303 * debian/Makefile.am: Removed 'files' file from DIST -- 2.50.0