]>
begriffs open source - libtap/log
jake [Fri, 2 Jul 2010 23:22:28 +0000 (19:22 -0400)]
Remove testing macro from the make include.
jake [Fri, 2 Jul 2010 23:21:03 +0000 (19:21 -0400)]
Use a skippy for MSWin32 trying to test whether arbitrary code will die. Lack of fork() makes this sort of thing really difficult, or maybe impossible to achieve the same interface that systems with fork() enable.
jake [Fri, 2 Jul 2010 04:00:38 +0000 (00:00 -0400)]
Fix README
jake [Fri, 2 Jul 2010 03:54:56 +0000 (23:54 -0400)]
Add todo macro.
jake [Fri, 2 Jul 2010 02:38:53 +0000 (22:38 -0400)]
Document skip macro
jake [Fri, 2 Jul 2010 02:26:06 +0000 (22:26 -0400)]
Add skip macro
jake [Fri, 2 Jul 2010 00:37:57 +0000 (20:37 -0400)]
Indent nicer in tap.h.
jake [Fri, 2 Jul 2010 00:34:00 +0000 (20:34 -0400)]
Modify the library to work on windows. Missing fork() function requires that the dies_ok, lives_ok functions to be skipped.
jake [Sat, 20 Feb 2010 22:09:48 +0000 (17:09 -0500)]
Wrote README
jake [Thu, 18 Feb 2010 05:20:27 +0000 (00:20 -0500)]
first commit