]> begriffs open source - libtap/history - tap.c
Declaration moved out of statement for C90 compliance.
[libtap] / tap.c
2011-10-05 bricefDeclaration moved out of statement for C90 compliance. pull/3/head 3/head
2011-08-31 jakeA small whitespace change.
2011-08-31 jakeMerge branch 'gh-pages' of github.com:zorgnax/libtap
2011-08-29 JakeAdd copyright heading.
2011-05-25 jakeAdd SKIP_ALL plan.
2011-05-25 jakeAdd BAIL_OUT.
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 jakeImplement cmp_ok.
2010-07-22 jakeFormat code a bit differently.
2010-07-03 jakeAdd opening curly brace.
2010-07-03 jakeClean if in like_at_loc.
2010-07-03 jakeImprove exit_status.
2010-07-03 jakeAdd like and unlike macros.
2010-07-03 jakeAdd is() and isnt() macros.
2010-07-02 jakeAdd todo macro.
2010-07-02 jakeAdd skip macro
2010-07-02 jakeModify the library to work on windows. Missing fork...
2010-02-18 jakefirst commit