]> begriffs open source - libtap/history - tap.h
Remove the Visual Studio project file since it might be out of date
[libtap] / tap.h
2014-05-14 Sven PutteneersAdd cmp_mem test pull/10/head 10/head
2014-02-24 Jacob GelbmanUpdate license to GPLv2+ to be compatible with the...
2013-09-05 Jacob GelbmanMake better naming choices: planf -> tap_plan, skippy...
2012-07-13 Jake GelbmanRename endskip and endtodo to end_skip and end_todo
2012-07-13 Jake GelbmanUse the name Windows instead of MSWin32
2012-07-13 gelbmanRename cplan, ctodo, and cendtodo to planf, todof,...
2012-07-11 gelbmanMerge remote-tracking branch 'mlafeldt/travis'
2012-07-11 gelbmanMerge remote-tracking branch 'mlafeldt/gitignore-unix'
2012-07-11 JakeLicense with GPLv2
2011-10-11 Jake GelbmanMerge pull request #3 from bricef/master
2011-09-29 bricefRemoves declaration in statements. (When using older...
2011-09-02 JakeMake the library compatible with gcc -ansi.
2011-08-31 jakeMerge branch 'gh-pages' of github.com:zorgnax/libtap
2011-08-29 JakeRequire the done_testing macro to take empty parentheses.
2011-08-29 JakeAdd copyright heading.
2011-05-25 jakeSimplify dies_ok, lives_ok macro definitions.
2011-05-25 jakeDont use EXIT_* macros.
2011-05-25 jakeAdd SKIP_ALL plan.
2011-05-25 jakeAdd BAIL_OUT.
2011-05-25 jakeAdd done_testing macro to match Test::More.
2011-05-25 jakeRearrange win32 specific stuff to one if block.
2011-05-24 jakeOnly use one ifdef __cplusplus in tap.h and remove...
2011-05-23 Alexander Kahladded va_copy definition for systems like winblows... pull/2/head 2/head
2010-10-31 jakeRun dos2unix the files that need it
2010-08-21 jakeExport vok_at_loc so the library may be extended
2010-07-22 jakeImplement cmp_ok.
2010-07-22 jakeFurthur format the style of the code.
2010-07-22 jakeFormat code a bit differently.
2010-07-03 jakeAdd like and unlike macros.
2010-07-03 jakeAdd is() and isnt() macros.
2010-07-03 jakeSurround dies_ok_common with a do while (0) loop
2010-07-02 jakeUse a skippy for MSWin32 trying to test whether arbitra...
2010-07-02 jakeAdd todo macro.
2010-07-02 jakeDocument skip macro
2010-07-02 jakeAdd skip macro
2010-07-02 jakeIndent nicer in tap.h.
2010-07-02 jakeModify the library to work on windows. Missing fork...
2010-02-18 jakefirst commit