]> granicus.if.org Git - check/commit
First generation packing code as the infrastructure to revising message passing betwe...
authoramalec <amalec@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 2 Oct 2001 15:38:48 +0000 (15:38 +0000)
committeramalec <amalec@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 2 Oct 2001 15:38:48 +0000 (15:38 +0000)
commit17aac211029b407f9107ea3460483fbe55c03949
tree2cd8db21020e91a825912bb931c2d3592b887a81
parentb8bd98886f44b8ec1463459f205dc5659fcb6a5f
First generation packing code as the infrastructure to revising message passing between processes, to accomodate context messages

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@97 64e312b2-a51f-0410-8e61-82d0ca0eb02a
20 files changed:
check/doc/index.html
check/doc/tutorial.lyx
check/src/Makefile.am
check/src/Makefile.in
check/src/check.c
check/src/check.h
check/src/check_magic.h
check/src/check_msg.h
check/src/check_pack.c [new file with mode: 0644]
check/src/check_pack.h [new file with mode: 0644]
check/tests/Makefile.am
check/tests/Makefile.in
check/tests/check_check.h
check/tests/check_check_fixture.c
check/tests/check_check_fork.c
check/tests/check_check_limit.c
check/tests/check_check_main.c
check/tests/check_check_master.c
check/tests/check_check_msg.c
check/tests/check_check_pack.c [new file with mode: 0644]