]> begriffs open source - libtap/history
libtap
2011-10-05 bricefDeclaration moved out of statement for C90 compliance. pull/3/head 3/head
2011-09-29 bricefRemoves declaration in statements. (When using older...
2011-09-02 JakeCombine config.mk and t/Makefile into Makefile. Separat...
2011-09-02 JakeIgnore vim swap files.
2011-09-02 JakeCompile everything before running the tests.
2011-09-02 JakeMake the library compatible with gcc -ansi.
2011-09-02 JakeUndo accidental merge of gh-pages.
2011-08-31 jakeA small whitespace change.
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-06-17 Jakegithub generated gh-pages branch
2011-05-25 jakeFix INSTALL text.
2011-05-25 jakeAdd INSTALL file.
2011-05-25 jakeConsolidate phony targets.
2011-05-25 jakeLicense under GPL.
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 jakeprove should only run .t files with perl.
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
2011-05-23 Alexander Kahladded visual studio project file
2011-05-23 Alexander Kahlcompile libtap tests to .t on *nix so they get run...
2011-05-23 Alexander Kahlrun prove with empty interpreter to make libtap compile...
2010-10-31 jakeRun dos2unix the files that need it
2010-10-31 jakeMake minor formatting change to merge request
2010-10-18 Brian Smithvstrdupf needs to copy it's args argument, so that... pull/1/head 1/head
2010-10-17 Brian SmithFix build on OS X; MAP_ANONYMOUS isn't defined.
2010-08-22 jakeFix memory leak in vstrdupf
2010-08-21 jakeExport vok_at_loc so the library may be extended
2010-07-22 jakeWrite dies_ok differently to avoid the compilor warning.
2010-07-22 jakeReally test output, dont just demo it. Add make check...
2010-07-22 jakeCreate synopsis test.
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-11 jakeImprove make files.
2010-07-03 jakeAdd opening curly brace.
2010-07-03 jakeRenamed README to README.md
2010-07-03 jakeClean if in like_at_loc.
2010-07-03 jakeImprove exit_status.
2010-07-03 jakeMention that like and unlike are not available on Windows
2010-07-03 jakeAdd like and unlike macros.
2010-07-03 jakeAdd sudo to install commands.
2010-07-03 jakeAdd is and isnt to the README.
2010-07-03 jakeAdd is() and isnt() macros.
2010-07-03 jakeSurround dies_ok_common with a do while (0) loop
2010-07-02 jakeRemove testing macro from the make include.
2010-07-02 jakeUse a skippy for MSWin32 trying to test whether arbitra...
2010-07-02 jakeFix README
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-20 jakeWrote README
2010-02-18 jakefirst commit