]> begriffs open source - libtap/shortlog
libtap
2015-07-10 Jacob GelbmanLicense under LGPL
2015-03-24 Jacob Gelbmandone_testing to return 0, 1, or 2 not the number of...
2015-03-18 Jacob GelbmanLink tests with the static library to avoid LD_LIBRARY_...
2015-01-25 Jacob GelbmanRemove the Visual Studio project file since it might...
2015-01-25 Jacob GelbmanMerge branch 'beatgammit-master' tags/0.1.0 0.1.0
2015-01-25 Jacob GelbmanCreate libtap.so by default
2015-01-25 T. Jameson... Create shared objects by default pull/17/head 17/head
2015-01-24 Jacob GelbmanTest each file with a .expected file instead of within...
2015-01-24 Jacob GelbmanAdd a PREFIX variable to the Makefile
2014-12-01 Jacob GelbmanMerge pull request #16 from fredmorcos/patch-1
2014-12-01 Fred Morcos_BSD_SOURCE is deprecated so use _DEFAULT_SOURCE instead pull/16/head 16/head
2014-11-25 Jacob GelbmanMerge pull request #15 from autarch/patch-2
2014-11-25 Dave RolskyIgnore more junk pull/15/head 15/head
2014-10-30 Jacob GelbmanMerge pull request #13 from sevko/master
2014-10-30 Severyn KozakAdd install section to README; add make check note. pull/13/head 13/head
2014-05-15 Jacob GelbmanMake a function for finding memory difference offsets
2014-05-15 Sven Putteneerscmp_mem() improvements
2014-05-14 Jacob GelbmanFix whitespace
2014-05-14 Sven PutteneersAdd cmp_mem test pull/10/head 10/head
2014-03-05 Jacob GelbmanReplace ternary operations with if statements
2014-02-24 Jacob GelbmanIgnore all compiled tests no matter their names
2014-02-24 Jacob GelbmanUpdate license to GPLv2+ to be compatible with the...
2013-10-09 Dave RolskyDefine _BSD_SOURCE to 1 pull/8/head 8/head
2013-09-05 Jacob GelbmanMake better naming choices: planf -> tap_plan, skippy...
2013-09-05 Jacob GelbmanRemove autotools support
2013-07-30 Brilliantov... Add autotools support
2012-07-26 Mathias LafeldtTravis now supports C pull/7/head 7/head
2012-07-13 Jake GelbmanRename t/tap.t to t/test.t
2012-07-13 Jake GelbmanGenerate testing command in subroutine
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-12 gelbmanCheck for malloc errors
2012-07-11 gelbmanSimplify synopsis
2012-07-11 gelbmanGive the isnt and unlike arguments better names
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
2012-07-10 Mathias LafeldtAdd Travis CI config pull/5/head 5/head
2012-07-10 Mathias LafeldtIgnore build products for Unix-like systems pull/6/head 6/head
2012-06-17 jakeIndent with spaces
2012-02-25 jakeCombine #ifdef statements for MAP_ANONYMOUS macro
2012-02-24 Sven Nierleinmake tap work on freebsd pull/4/head 4/head
2011-10-11 Jake GelbmanMerge pull request #3 from bricef/master
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
next