]> begriffs open source - libtap/history - tap.c
Define _BSD_SOURCE to 1
[libtap] / tap.c
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...
2012-07-13 Jake GelbmanRename endskip and endtodo to end_skip and end_todo
2012-07-13 gelbmanRename cplan, ctodo, and cendtodo to planf, todof,...
2012-07-12 gelbmanCheck for malloc errors
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-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-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