)]}'
{
  "log": [
    {
      "commit": "980908b47bbde09fab88ee4b2b61d8bc5d4378a7",
      "tree": "91b9471dd79ebb99a148d939ce43ff312ba6da74",
      "parents": [
        "65da63abc843fe448aaa86015d094cf016f325ba",
        "4cb776bc8075332d2f3e59f51785d621fcda48f6"
      ],
      "author": {
        "name": "Tom Tromey",
        "email": "tom@tromey.com",
        "time": "Sat Aug 11 09:53:15 2018 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sat Aug 11 09:53:15 2018 -0600"
      },
      "message": "Merge pull request #445 from andreas-schwab/master\n\nRISC-V go closures"
    },
    {
      "commit": "4cb776bc8075332d2f3e59f51785d621fcda48f6",
      "tree": "91b9471dd79ebb99a148d939ce43ff312ba6da74",
      "parents": [
        "65da63abc843fe448aaa86015d094cf016f325ba"
      ],
      "author": {
        "name": "Andreas Schwab",
        "email": "schwab@suse.de",
        "time": "Thu Aug 09 12:12:29 2018 +0200"
      },
      "committer": {
        "name": "Andreas Schwab",
        "email": "schwab@suse.de",
        "time": "Thu Aug 09 15:41:17 2018 +0200"
      },
      "message": "RISC-V go closures\n\nThis implements go closures for RISC-V.  It has been tested on\nriscv64-suse-linux and against the libgo testsuite.\n"
    },
    {
      "commit": "65da63abc843fe448aaa86015d094cf016f325ba",
      "tree": "263d431008b77b27b92531224f121a57b9a3d8c7",
      "parents": [
        "2309b58448b0c8349156d687d7fa8709dfb68992"
      ],
      "author": {
        "name": "Jeremy Huddleston Sequoia",
        "email": "jeremyhu@users.noreply.github.com",
        "time": "Mon Jun 25 04:38:58 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Mon Jun 25 07:38:58 2018 -0400"
      },
      "message": "Add compact unwind for darwin/i386 (#440)\n\n* x86: Add implementation of compact unwind for ffi_call_i386, et al.\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n\r\n* x86: Use __text as the section name to avoid deprecated section name warnings.\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n\r\n* darwin: Add missing regular,debug attributes for compact unwind sections\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n"
    },
    {
      "commit": "2309b58448b0c8349156d687d7fa8709dfb68992",
      "tree": "a9415f31e35172d44427bd76a408fe6fb4ac8456",
      "parents": [
        "1d704051b2da207d715351b8613e74437d8e2eb7"
      ],
      "author": {
        "name": "Shoaib Meenai",
        "email": "shoaib.meenai@gmail.com",
        "time": "Sun Jun 17 17:04:24 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Jun 17 20:04:24 2018 -0400"
      },
      "message": "Mark sysv.S as SafeSEH compatible (#438)\n\nIt contains no exception handler, so we can just emit the special\r\n@feat.00 symbol to indicate that it\u0027s trivially SafeSEH compatible.\r\nSafeSEH only applies to x86 and not x86-64, hence its inclusion in the\r\nx86-specific block. See [1] for details.\r\n\r\n[1] https://msdn.microsoft.com/en-us/library/windows/desktop/ms680547(v\u003dvs.85).aspx#the_.sxdata_section_"
    },
    {
      "commit": "1d704051b2da207d715351b8613e74437d8e2eb7",
      "tree": "506620f19e856377304bc994273bdbfa83e5bff0",
      "parents": [
        "b55baf0b500ccc7636a8a55e0506d9da787ad2dd"
      ],
      "author": {
        "name": "Jeremy Huddleston Sequoia",
        "email": "jeremyhu@users.noreply.github.com",
        "time": "Sun Jun 17 17:01:50 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Jun 17 20:01:50 2018 -0400"
      },
      "message": "i386: Fix missing break; in case statement leading to incorrectly returned FFI_BAD_ABI (#437)\n\n* i386: Add missing break triggering dead store static analyzer checks.\r\n\r\nRegister calling sequence is being reported as bad ABI instead of working as intended.\r\n\r\nFound-by: Clang Static Analysis\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n\r\n* Mark ffi arm sysv entry points as private_extern.\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n\r\n* x86_64: Add implementation of compact unwind for ffi_call_unix64.\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@apple.com\u003e\r\n"
    },
    {
      "commit": "b55baf0b500ccc7636a8a55e0506d9da787ad2dd",
      "tree": "d8fcd6248f94a979eaa1b11ccf27343c1a41ce6a",
      "parents": [
        "8206253fdf01226173c36f087226d8ea53584566"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed May 09 13:21:02 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed May 09 13:21:02 2018 -0400"
      },
      "message": "Handle FFI_GNUW64 on non-Windows systems (EFI)\n"
    },
    {
      "commit": "8206253fdf01226173c36f087226d8ea53584566",
      "tree": "1b66b8a1eb9d16949d6752c0ae901c30c2868b18",
      "parents": [
        "b5ee395710e2db830749c3c95558c91b66ac111f"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed May 09 10:50:46 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed May 09 10:50:46 2018 -0400"
      },
      "message": "Mark some cases as xfail due to GCC bug\n"
    },
    {
      "commit": "b5ee395710e2db830749c3c95558c91b66ac111f",
      "tree": "33b4cb4bc13aca523ad8444a78b75997d33ce96a",
      "parents": [
        "a5a0f3cf36dfb4d64316414a872288c3170e6c1d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat May 05 07:41:53 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat May 05 07:41:53 2018 -0400"
      },
      "message": "Revert \"Remove some symbol exports and cleanup newline warnings (#433)\"\n\nThis reverts commit a5a0f3cf36dfb4d64316414a872288c3170e6c1d.\n"
    },
    {
      "commit": "a5a0f3cf36dfb4d64316414a872288c3170e6c1d",
      "tree": "2e68a6f58779aabbd01e81f4b90d6f458bce1a51",
      "parents": [
        "d3c54cf3a2b2bb2e889173b6a0a959517b42c47f"
      ],
      "author": {
        "name": "Jeremy Huddleston Sequoia",
        "email": "jeremyhu@users.noreply.github.com",
        "time": "Sat May 05 03:44:33 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat May 05 06:44:33 2018 -0400"
      },
      "message": "Remove some symbol exports and cleanup newline warnings (#433)\n\n* build: Ensure darwin generated sources end with a new line\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n\r\n* build: Use .private_extern where missing to prevent exporting symbols that are not API\r\n\r\nSigned-off-by: Jeremy Huddleston Sequoia \u003cjeremyhu@macports.org\u003e\r\n"
    },
    {
      "commit": "d3c54cf3a2b2bb2e889173b6a0a959517b42c47f",
      "tree": "33b4cb4bc13aca523ad8444a78b75997d33ce96a",
      "parents": [
        "ebf241663cc0fd0d76e4db8101e842e1630a2c78"
      ],
      "author": {
        "name": "hjl-tools",
        "email": "hjl.tools@gmail.com",
        "time": "Wed May 02 06:19:58 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed May 02 09:19:58 2018 -0400"
      },
      "message": "Re-enable msabi testing (#436)\n\n* Revert \"disable msabi testing for now\"\r\n\r\nThis reverts commit 7b7638eb0eac2adfa72f7ec9f254ba287c9947e2.\r\n\r\n* x86: Correct testing for 64-bit x86-64\r\n\r\nSince passing -m32 to x86-64 compiler will generate i386 code, we\r\nneed to check both __ILP32__ and __i386__ for 64-bit x86-64.\r\n\r\n* x86: Check __i386__ instead of i?86-*-* targets\r\n\r\nSince passing -m32 to x86-64 compiler will generate i386 code, we need\r\nto check __i386__ instead of i?86-*-* targets for i386 targets.\r\n\r\n* i386: Properly passing integer parameters in registers\r\n\r\nFor thiscall and fastcall, if the paramter passed as 64-bit integer or\r\nstruct, all following integer paramters will be passed on stack.\r\n\r\n* test: Add ABI_ATTR to callback_code\r\n\r\nAdd ABI_ATTR to callback_code to properly test different ABIs.\r\n"
    },
    {
      "commit": "ebf241663cc0fd0d76e4db8101e842e1630a2c78",
      "tree": "44d5a3325d186f63f19be8997ed040ef607f95d4",
      "parents": [
        "a2c6c7af9ffb9500a944abc666ced0922d0de762"
      ],
      "author": {
        "name": "Alan Modra",
        "email": "amodra@gmail.com",
        "time": "Wed May 02 13:55:29 2018 +0930"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed May 02 07:14:39 2018 -0400"
      },
      "message": "PowerPC64 ELFv1 fp arg fixes\n\nThe ELFv1 ABI says: \"Single precision floating point values are mapped\nto the second word in a single doubleword\" and also \"Floating point\nregisters f1 through f13 are used consecutively to pass up to 13\nfloating point values, one member aggregates passed by value\ncontaining a floating point value, and to pass complex floating point\nvalues\".\n\nlibffi wasn\u0027t expecting float args in the second word, and wasn\u0027t\npassing one member aggregates in fp registers.  This patch fixes those\nproblems, making use of the existing ELFv2 homogeneous aggregate\nsupport since a one element fp struct is a special case of an\nhomogeneous aggregate.\n\nI\u0027ve also set a flag when returning pointers that might be used one\nday.  This is just a tidy since the ppc64 assembly support code\ncurrently doesn\u0027t test FLAG_RETURNS_64BITS for integer types..\n\n\t* src/powerpc/ffi_linux64.c (discover_homogeneous_aggregate):\n\tCompile for ELFv1 too, handling single element aggregates.\n\t(ffi_prep_cif_linux64_core): Call discover_homogeneous_aggregate\n\tfor ELFv1.  Set FLAG_RETURNS_64BITS for FFI_TYPE_POINTER return.\n\t(ffi_prep_args64): Call discover_homogeneous_aggregate for ELFv1,\n\tand handle single element structs containing float or double\n\tas if the element wasn\u0027t wrapped in a struct.  Store floats in\n\tsecond word of doubleword slot when big-endian.\n\t(ffi_closure_helper_LINUX64): Similarly.\n"
    },
    {
      "commit": "a2c6c7af9ffb9500a944abc666ced0922d0de762",
      "tree": "55a61f78982c6f18b40ee42fbe82dae1e84107a0",
      "parents": [
        "4c2206ace07f2fb4bef43cd4bfe952ccb584dcec"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue May 01 06:46:30 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue May 01 06:46:30 2018 -0400"
      },
      "message": "Add license for build-time tools\n"
    },
    {
      "commit": "4c2206ace07f2fb4bef43cd4bfe952ccb584dcec",
      "tree": "2cef032f39cdb1d97325e183c4f93e1fb75b29bb",
      "parents": [
        "ed3ed4d801a4d417ea304715d4d8ae581a6c6903"
      ],
      "author": {
        "name": "Tom Tromey",
        "email": "tom@tromey.com",
        "time": "Sat Apr 28 04:46:10 2018 -0600"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Apr 28 06:46:10 2018 -0400"
      },
      "message": "Fix two \"return\" issues in x86/ffi64.c (#431)\n\nIssue #70 pointed out that at least one compiler didn\u0027t like:\r\n\r\n    return ffi_call_efi64(cif, fn, rvalue, avalue);\r\n\r\n... where the return type is \"void\".  This patch splits the statement\r\ninto two.\r\n\r\nI also noticed that ffi_call_go here seems to do a double call.  I\r\nsuspect a \"return\" is missing here, so this patch adds it as well."
    },
    {
      "commit": "ed3ed4d801a4d417ea304715d4d8ae581a6c6903",
      "tree": "a9d5e47eb00a34e97687945ec2c3a98cc6221ad2",
      "parents": [
        "8e250c390a45f722387c1881ae5f99849a2d1e22",
        "b69f95d6562b6a57c9be36da0cdf2a500adb94e9"
      ],
      "author": {
        "name": "Tom Tromey",
        "email": "tom@tromey.com",
        "time": "Fri Apr 27 10:48:51 2018 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Apr 27 10:48:51 2018 -0600"
      },
      "message": "Merge pull request #429 from yousong/m4subst\n\nbuild: fix subst toolexecdir, toolexeclibdir"
    },
    {
      "commit": "b69f95d6562b6a57c9be36da0cdf2a500adb94e9",
      "tree": "a9d5e47eb00a34e97687945ec2c3a98cc6221ad2",
      "parents": [
        "8e250c390a45f722387c1881ae5f99849a2d1e22"
      ],
      "author": {
        "name": "Yousong Zhou",
        "email": "yszhou4tech@gmail.com",
        "time": "Thu Apr 26 19:27:54 2018 +0800"
      },
      "committer": {
        "name": "Yousong Zhou",
        "email": "yszhou4tech@gmail.com",
        "time": "Fri Apr 27 09:39:19 2018 +0800"
      },
      "message": "build: fix subst toolexecdir, toolexeclibdir\n\nOn CentOS 7.4, configure script generated by autogen.sh will output the\nfollowing values when compiling GCC source code\n\n    toolexecdir\u003d\u0027NONE/$(target_alias)\u0027\n    toolexeclibdir\u003d\u0027NONE/$(target_alias)/lib\u0027\n\nand cause build error\n\n    ... -o libffi.la -rpath NONE/riscv64-bs-linux-gnu/lib ...\n    checking for shl_load in -ldld... libtool: link: only absolute run-paths are allowed\n"
    },
    {
      "commit": "8e250c390a45f722387c1881ae5f99849a2d1e22",
      "tree": "8c5a25217d0b7c6c308b1223fc270f603518e843",
      "parents": [
        "7d3cab7926d08aad9a8e54420d6878cb17efd185"
      ],
      "author": {
        "name": "Stephen",
        "email": "stephengroat@users.noreply.github.com",
        "time": "Wed Apr 25 13:17:32 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Apr 25 16:17:32 2018 -0400"
      },
      "message": "update to https for cygwin download (#428)\n\n"
    },
    {
      "commit": "7d3cab7926d08aad9a8e54420d6878cb17efd185",
      "tree": "201c6e8c7d2249ef26f18638e571f06f375f346d",
      "parents": [
        "159b94e5fd4aa2d88e1b5b389092cefd9472a741"
      ],
      "author": {
        "name": "Lucas Pluvinage",
        "email": "lucas.pluvinage@gmail.com",
        "time": "Sat Apr 21 00:24:50 2018 +0200"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Apr 20 18:24:50 2018 -0400"
      },
      "message": "xtensa-linux: use cache flush instruction only if it is available (#426)\n\n"
    },
    {
      "commit": "159b94e5fd4aa2d88e1b5b389092cefd9472a741",
      "tree": "c32e9065a401e971f248da608487198eb501fedd",
      "parents": [
        "f2afda08e85b02888350449dcf39a6c37cfb7bc4"
      ],
      "author": {
        "name": "James Cowgill",
        "email": "jcowgill@users.noreply.github.com",
        "time": "Thu Apr 19 01:28:23 2018 +0100"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Apr 18 20:28:23 2018 -0400"
      },
      "message": "Various MIPS Fixes (#425)\n\n* mips: simplify closure #defines\r\n\r\nThis commit should have no visible effect.\r\n\r\n* mips: add special handling of variadic functions\r\n\r\nMIPS requires special handling of variadic functions which pass floating\r\npoint arguments:\r\n* In the o32 ABI, all float arguments are passed in integer registers.\r\n* In the n32/n64 ABIs, float arguments after the ellipsis are passed in\r\n  integer registers.\r\n\r\nImplement this in libffi. To support this in n32/n64 closures, we need to add\r\na new mips_nfixedargs field to ffi_cif which will break the libffi ABI.\r\n\r\nThis fixes the libffi.call/cls_longdouble_va.c test which was failing on\r\n64-bit MIPS.\r\n\r\n* mips: align argn for all 64-bit types in o32 closure handler\r\n\r\nEnsure that argn is pre-aligned for all 64-bit argument types (including\r\ndoubles) and not just integer types.\r\n\r\nThis fixes closures of the form \"f(float, double, \u003csome integer args\u003e)\".\r\nPreviously the first integer argument would be read from a2 which is garbage\r\nat this point (the float arguments have already \"consumed\" a0-a3). After\r\nthis commit, argn is correctly padded between the \"float\" and \"double\"\r\narguments so that the first integer argument is read from the stack.\r\n\r\nFixes \"double f(float,double,int)\" test in #371\r\n\r\n* mips: do not read from floating point register if returning a struct\r\n\r\nIn the o32 ABI, the pointer passed in a0 used to return structures\r\nindirectly is treated as the first argument for argument allocation purposes.\r\nThis means that it should inhibit floating point registers the same way that\r\nother integer arguments do.\r\n\r\nFixes \"Double f(float,Double,double)\" test in #371\r\n\r\n* mips: fix pointer cast warnings\r\n\r\nFix two pointer cast warnings when compiled on 64-bit mips by casting\r\nthrough uintptr_t.\r\n\r\nFixes mips64el part of #404\r\n"
    },
    {
      "commit": "f2afda08e85b02888350449dcf39a6c37cfb7bc4",
      "tree": "3cfce36b2e0a4821633b4e60bda1c66e8bdcd368",
      "parents": [
        "e27f70b8cf2a537bef84b2cb29ad8ea6209a11b8",
        "801c1bd712ff8c76675b7aa69c29948907f1eeff"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Apr 08 18:25:43 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Apr 08 18:25:43 2018 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:/libffi/libffi\n"
    },
    {
      "commit": "e27f70b8cf2a537bef84b2cb29ad8ea6209a11b8",
      "tree": "65caf9fd63df7dfe3f741bc46ba970049fdb053f",
      "parents": [
        "8660e6935971c5abd7b528eaf54deeccd4bbaccd"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Apr 08 18:25:34 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Apr 08 18:25:34 2018 -0400"
      },
      "message": "Fix case where callback arg value is split across regs and stack\n"
    },
    {
      "commit": "801c1bd712ff8c76675b7aa69c29948907f1eeff",
      "tree": "ee573c91221df67e32af7478ca5182f2124bf86a",
      "parents": [
        "8660e6935971c5abd7b528eaf54deeccd4bbaccd"
      ],
      "author": {
        "name": "Andreas Krebbel",
        "email": "38103320+Andreas-Krebbel@users.noreply.github.com",
        "time": "Thu Apr 05 14:27:32 2018 +0200"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Apr 05 07:27:32 2018 -0500"
      },
      "message": "Fix issue #421 (#422)\n\nFantastic - thanks for digging into this."
    },
    {
      "commit": "8660e6935971c5abd7b528eaf54deeccd4bbaccd",
      "tree": "f95fdecf924afd2f754d06f00433a3b025a5905d",
      "parents": [
        "7b7638eb0eac2adfa72f7ec9f254ba287c9947e2"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Mon Apr 02 08:30:17 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Mon Apr 02 08:30:17 2018 -0400"
      },
      "message": "3.3 release candidate 0\n"
    },
    {
      "commit": "7b7638eb0eac2adfa72f7ec9f254ba287c9947e2",
      "tree": "7e279c4280de16a599abc37fb91064f29de9c6dd",
      "parents": [
        "af6773d6ab4db0577bc6b932ab5a2f98a0a8dca2"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Mon Apr 02 08:24:44 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Mon Apr 02 08:24:44 2018 -0400"
      },
      "message": "disable msabi testing for now\n"
    },
    {
      "commit": "af6773d6ab4db0577bc6b932ab5a2f98a0a8dca2",
      "tree": "812b6d0727d5104317df93387c2ac341aaf60b9e",
      "parents": [
        "48bdb02867edb7e9f3785ccb4bdff1087fb44246"
      ],
      "author": {
        "name": "fwg",
        "email": "fwg@users.noreply.github.com",
        "time": "Mon Apr 02 13:55:31 2018 +0200"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Mon Apr 02 06:55:31 2018 -0500"
      },
      "message": "Fix appveyor windows build (#420)\n\n* Fix msvcc dll build by adding dllexport decorations to all API declarations\r\n\r\n* Fix appveyor build for VS 2013\r\n\r\nUse the new -DFFI_BUILDING_DLL for producing a working DLL. Update the\r\nmsvcc.sh wrapper script to successfully compile the testsuite files.\r\n\r\n* MSVC build: suppress warnings in testsuite\r\n\r\n* fix testsuite on appveyor\r\n"
    },
    {
      "commit": "48bdb02867edb7e9f3785ccb4bdff1087fb44246",
      "tree": "4bcb90fe19ae9fbb2ca8667d54f440f9574f01b9",
      "parents": [
        "f98e0f0d777bf962057e18d036989b2b89fdf416"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:22:57 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:22:57 2018 -0400"
      },
      "message": "Trim some optimization tests\n"
    },
    {
      "commit": "f98e0f0d777bf962057e18d036989b2b89fdf416",
      "tree": "fe40ae3f4a95f8d04d743bc6cde424dc526246ac",
      "parents": [
        "fa72b054e10acaea33ec8cc395e0ea5b31c9ac9e"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:22:38 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:22:38 2018 -0400"
      },
      "message": "Simplify matrix\n"
    },
    {
      "commit": "fa72b054e10acaea33ec8cc395e0ea5b31c9ac9e",
      "tree": "076051ed4901ae40f05fc8a134802203eabddf09",
      "parents": [
        "746c3ce220cb155a8f3b613550a7ecad76f9fedc"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:10:23 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:10:23 2018 -0400"
      },
      "message": "Remove warning message from clang\n"
    },
    {
      "commit": "746c3ce220cb155a8f3b613550a7ecad76f9fedc",
      "tree": "4fc788109c18ed0f817c2e77ee9b3042dab9dd51",
      "parents": [
        "2eee934d0cb2beef7c0aa29767eca1ce03452ae9"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:01:14 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 29 07:01:14 2018 -0400"
      },
      "message": "Expand ABI tests on x86.  Testsuite bug fixes.\n"
    },
    {
      "commit": "2eee934d0cb2beef7c0aa29767eca1ce03452ae9",
      "tree": "7d9ae3127df5f4bda944585bcdccf9a2c60f0ff7",
      "parents": [
        "206b2974f70f65b4c4c4d9e62b03ee7e0753ee2d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:45:40 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:45:40 2018 -0400"
      },
      "message": "deal with msvc warnings\n"
    },
    {
      "commit": "206b2974f70f65b4c4c4d9e62b03ee7e0753ee2d",
      "tree": "acc241f1533f08ce31e6c68e3794be390811578b",
      "parents": [
        "499e41c1ec6b760eff2b320ffc87e22de82a9e1d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:37:50 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:37:50 2018 -0400"
      },
      "message": "fix quoting issue\n"
    },
    {
      "commit": "499e41c1ec6b760eff2b320ffc87e22de82a9e1d",
      "tree": "4268ecf312d0ccb9db31fc67893f97e05c5663c0",
      "parents": [
        "5b41e9f6d2c099add0e02db8c8054281f96b6d0e"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:35:10 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:35:10 2018 -0400"
      },
      "message": "Don\u0027t ignore a file\n"
    },
    {
      "commit": "5b41e9f6d2c099add0e02db8c8054281f96b6d0e",
      "tree": "a06376571da6cc89a3b34a0583d1501563f6c267",
      "parents": [
        "e8cf133813e7fa2c606d93abab5b68989e5f6cbc"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:34:31 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:34:31 2018 -0400"
      },
      "message": "Try different msvc hack\n"
    },
    {
      "commit": "e8cf133813e7fa2c606d93abab5b68989e5f6cbc",
      "tree": "e52efaf53833b47c2c82ff500ca0cfc3b9c6bd74",
      "parents": [
        "a3e20940898ed2ca96b9df87f34117d06d900e5f"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:12:02 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 14:12:02 2018 -0400"
      },
      "message": "msvc c99 hack\n"
    },
    {
      "commit": "a3e20940898ed2ca96b9df87f34117d06d900e5f",
      "tree": "27a45ffbfd6001e7d89981e33c3ef729f75be62c",
      "parents": [
        "a82b456e98b0f3fbafe76725d1a1503d458a2178"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:58:42 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:58:42 2018 -0400"
      },
      "message": "More msvc hacks\n"
    },
    {
      "commit": "a82b456e98b0f3fbafe76725d1a1503d458a2178",
      "tree": "82a3cb95c83d9da8101c5634e07f43c4f90bc19b",
      "parents": [
        "a2326aaf561798c3bfd5e464b16693a094bf6c45"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:49:46 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:49:46 2018 -0400"
      },
      "message": "msvc fixes\n"
    },
    {
      "commit": "a2326aaf561798c3bfd5e464b16693a094bf6c45",
      "tree": "65fd94e7d260e99b9aea9927f8576e62720ee37d",
      "parents": [
        "85b6b209d7984667ce7d00351fe7e79ef6c4930c"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:36:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:36:04 2018 -0400"
      },
      "message": "Remove debug output\n"
    },
    {
      "commit": "85b6b209d7984667ce7d00351fe7e79ef6c4930c",
      "tree": "fb5373a785ad15a63c8e52e3d27bafd2ff6c7a81",
      "parents": [
        "2872c460ba8e96416b4f4ee4a0ed183461d8d6c9"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:35:23 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:35:23 2018 -0400"
      },
      "message": "Force literals to float (msvc warning)\n"
    },
    {
      "commit": "2872c460ba8e96416b4f4ee4a0ed183461d8d6c9",
      "tree": "7f4b5aab419ce28dc920f74ccbc4a9cf8773b407",
      "parents": [
        "b40a386c22a2bd164819b4f398b722357222b7c1"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:28:40 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:28:40 2018 -0400"
      },
      "message": "Fix msvc linking\n"
    },
    {
      "commit": "b40a386c22a2bd164819b4f398b722357222b7c1",
      "tree": "d633be54bf955b199d45149e0c6f4168ff3dd530",
      "parents": [
        "d78c5f64f834c24a769bee78cfb7db4d468b6b21"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:20:21 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:20:21 2018 -0400"
      },
      "message": "Fix library path handling\n"
    },
    {
      "commit": "d78c5f64f834c24a769bee78cfb7db4d468b6b21",
      "tree": "f6f9d8d9e375f1e0d126cdb8b6f09928cad2fdab",
      "parents": [
        "f318bb63c5dc623d5a69ffc4a59a330050cac567"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:14:56 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 11:14:56 2018 -0400"
      },
      "message": "Deal with libpath\n"
    },
    {
      "commit": "f318bb63c5dc623d5a69ffc4a59a330050cac567",
      "tree": "d9b9e5db832a425955c3928cea0f96fea9b5a679",
      "parents": [
        "4f0c9cb39b7599312729278380ce63247bca226b"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 08:25:26 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 08:25:26 2018 -0400"
      },
      "message": "Fix library path handling\n"
    },
    {
      "commit": "4f0c9cb39b7599312729278380ce63247bca226b",
      "tree": "f0279e0465d353702d519e3a9897dfbb38ca7566",
      "parents": [
        "d3693b4665de7ef69b61fb4e483d5686302f9c69"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 08:10:03 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 08:10:03 2018 -0400"
      },
      "message": "Use mixed cygpath paths\n"
    },
    {
      "commit": "d3693b4665de7ef69b61fb4e483d5686302f9c69",
      "tree": "d9bbdeb3bed67f60e89b2158290dcc1be8113c65",
      "parents": [
        "51ce3696cd0da4716d86b73a30bd89e139ec4b74"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 08:05:42 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 08:05:42 2018 -0400"
      },
      "message": "Copy - don\u0027t symlink - to support msvc builds\n"
    },
    {
      "commit": "51ce3696cd0da4716d86b73a30bd89e139ec4b74",
      "tree": "02559445d23bf70fff42e533d7ffdf3ec63fb42f",
      "parents": [
        "70b93e4d863c1ff2a6498455339e17df3d7fe784"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 07:35:33 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 07:35:33 2018 -0400"
      },
      "message": "Use cygpath to convert windows paths\n"
    },
    {
      "commit": "70b93e4d863c1ff2a6498455339e17df3d7fe784",
      "tree": "d24499dd2ad4e943c42422ca191ff49054696947",
      "parents": [
        "377134d7a946df13b60ff9c9dacc895e82c36178"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 07:14:59 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 07:14:59 2018 -0400"
      },
      "message": "try to fix windows builds\n"
    },
    {
      "commit": "377134d7a946df13b60ff9c9dacc895e82c36178",
      "tree": "2d4d9430bcfc08b08d5705e0dc8650c46c5ab9e0",
      "parents": [
        "d01ef5b875dedcb9f7b3039b2334cbd594fdfcd4"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 07:06:01 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 07:06:01 2018 -0400"
      },
      "message": "Reduce verbosity\n"
    },
    {
      "commit": "d01ef5b875dedcb9f7b3039b2334cbd594fdfcd4",
      "tree": "73b67a07ff8f929bd91a8376cfb7ac50891afe3a",
      "parents": [
        "d13583f55fb31a302684cbc62c300ae81eb577e9"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 06:23:29 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 06:23:29 2018 -0400"
      },
      "message": "iOS builds\n"
    },
    {
      "commit": "d13583f55fb31a302684cbc62c300ae81eb577e9",
      "tree": "120afc8663025375d60a9b2af2a3ea77f0451af1",
      "parents": [
        "d49911544bf9d2b4fab782b0c5e76a68074223df"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 06:22:57 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 06:22:57 2018 -0400"
      },
      "message": "Fix -L support\n"
    },
    {
      "commit": "d49911544bf9d2b4fab782b0c5e76a68074223df",
      "tree": "a1721e1c7505d62f028a4a2e970be0514581d381",
      "parents": [
        "8f47ec404fcf5a082fc4537ede8cdf897f4c5226"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:59:26 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:59:26 2018 -0400"
      },
      "message": "Fix quoting\n"
    },
    {
      "commit": "8f47ec404fcf5a082fc4537ede8cdf897f4c5226",
      "tree": "99a3fd978a372c8c21dab9bfb5cefd7ccce4c8f8",
      "parents": [
        "df314193dc6cd00978b6e1517866448b604199af"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:35:35 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:35:35 2018 -0400"
      },
      "message": "Don\u0027t set AM_MAKEFLAGS\n"
    },
    {
      "commit": "df314193dc6cd00978b6e1517866448b604199af",
      "tree": "f1e70587d0a19d65e3b83f30588b42c4723ccff0",
      "parents": [
        "b394947518fb15887802fe3bc7f0a337c495d65d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:13:38 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:13:38 2018 -0400"
      },
      "message": "Run tests with lots of debug output\n"
    },
    {
      "commit": "b394947518fb15887802fe3bc7f0a337c495d65d",
      "tree": "7158716eb7afffcd069acf011dedc8d1c9575c49",
      "parents": [
        "33da6c075299317885385f19680b58a1e9feab5e"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:11:52 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:11:52 2018 -0400"
      },
      "message": "Add -L and -l support\n"
    },
    {
      "commit": "33da6c075299317885385f19680b58a1e9feab5e",
      "tree": "d491b51a340e8b348d24c13059c14c5552577658",
      "parents": [
        "e6bdbd7888b5c8a90f3c91f4d6caf3c8d574f3b5"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:07:08 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 05:07:08 2018 -0400"
      },
      "message": "Mention C99 and build requirements\n"
    },
    {
      "commit": "e6bdbd7888b5c8a90f3c91f4d6caf3c8d574f3b5",
      "tree": "b240d8329459cbcef8d82ccc2887c09c1ccca639",
      "parents": [
        "24eb1f88d788399dde5fbb4804767e6b6cbf1bc8"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:46:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:46:04 2018 -0400"
      },
      "message": "Remove reference to wiki\n"
    },
    {
      "commit": "24eb1f88d788399dde5fbb4804767e6b6cbf1bc8",
      "tree": "2fddc3d200ab0a26d0137045e7fb4dfac9b0915b",
      "parents": [
        "ffc3ff162a15ed0ed0e946815c950c69ee0c8343"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:09:56 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:09:56 2018 -0400"
      },
      "message": "Refactor travis build instructions.  Add iOS build\n"
    },
    {
      "commit": "ffc3ff162a15ed0ed0e946815c950c69ee0c8343",
      "tree": "05f52ff1bcf07146af94006e4b92671b42637e44",
      "parents": [
        "5c2ca479e726dc2feec43e25475c63361387bf20"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:02:06 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:02:06 2018 -0400"
      },
      "message": "Add issue template\n"
    },
    {
      "commit": "5c2ca479e726dc2feec43e25475c63361387bf20",
      "tree": "a5ebb128a2f857a97c4e6adffed839843c784cb4",
      "parents": [
        "0081378017c33a4b9b6fbf20efabdd9959d6a48d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:01:37 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 27 04:01:37 2018 -0400"
      },
      "message": "Remove uninitialized warning. Fix #163.\n"
    },
    {
      "commit": "0081378017c33a4b9b6fbf20efabdd9959d6a48d",
      "tree": "59bdc5efb6d0aa12561d73e03d91955e7a21d9a5",
      "parents": [
        "59d44242e15d2979291fe6793ddfb2681b7480ef"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 24 09:05:14 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 24 09:05:14 2018 -0400"
      },
      "message": "revert\n"
    },
    {
      "commit": "59d44242e15d2979291fe6793ddfb2681b7480ef",
      "tree": "755a2e2d17437835da5dab352f50c1ee3767156d",
      "parents": [
        "6f7c29c5a6d2850ce53b99efcc71fcc4e8f8c8cc"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 24 08:45:59 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 24 08:45:59 2018 -0400"
      },
      "message": "Try bhaible tests in appveyor\n"
    },
    {
      "commit": "6f7c29c5a6d2850ce53b99efcc71fcc4e8f8c8cc",
      "tree": "59bdc5efb6d0aa12561d73e03d91955e7a21d9a5",
      "parents": [
        "f3c2729ee4026c9f70a6656603bac8ba2ec40a5d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 24 08:40:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 24 08:40:04 2018 -0400"
      },
      "message": "Formatting fixes\n"
    },
    {
      "commit": "f3c2729ee4026c9f70a6656603bac8ba2ec40a5d",
      "tree": "a69b3a06268da563ed22947b94bed2be1ccac6c9",
      "parents": [
        "6d2233f96a08c5ac01a64e7b84e2bd678eed0a4b"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 23 11:47:29 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 23 11:47:29 2018 -0400"
      },
      "message": "Add libffi.map.in to extra dist files\n"
    },
    {
      "commit": "6d2233f96a08c5ac01a64e7b84e2bd678eed0a4b",
      "tree": "961c38636787a6c81eb8cc2cf2b80aa28d31a7a9",
      "parents": [
        "99a80d2fc4ede48348af2edfb7126d60609c4b71"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 23 09:06:08 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 23 09:06:08 2018 -0400"
      },
      "message": "Add sparc solaris build notes\n"
    },
    {
      "commit": "99a80d2fc4ede48348af2edfb7126d60609c4b71",
      "tree": "31d3905c70039f6ef8bdef0c5d9b092970c05d35",
      "parents": [
        "a3e87ac8e7b7e609ab84541a69c7e51873efa437"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 21:22:55 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 21:22:55 2018 -0400"
      },
      "message": "Fix formatting\n"
    },
    {
      "commit": "a3e87ac8e7b7e609ab84541a69c7e51873efa437",
      "tree": "3c74a3f25842cc5a07105e3824b2d516a957b151",
      "parents": [
        "cec3a3a201f17a7f018f25e1a0917bd5206e5a5a"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 20:36:52 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 20:36:52 2018 -0400"
      },
      "message": "Fix formatting\n"
    },
    {
      "commit": "cec3a3a201f17a7f018f25e1a0917bd5206e5a5a",
      "tree": "1ce486cf01ae7df13a87983b63261510e395f570",
      "parents": [
        "f34f8039c10c4d8d728bc335dcf2b2a38f6e8b50"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 16:00:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 16:00:04 2018 -0400"
      },
      "message": "Don\u0027t align-double for 32-bit x86\n"
    },
    {
      "commit": "f34f8039c10c4d8d728bc335dcf2b2a38f6e8b50",
      "tree": "2c6778deda49ac7d42655d5fadf8ec4b1d7c757c",
      "parents": [
        "f31b915314b12904b858b54cfdf670ceaeda7b2d"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 15:30:00 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 15:30:00 2018 -0400"
      },
      "message": "Remove debug output\n"
    },
    {
      "commit": "f31b915314b12904b858b54cfdf670ceaeda7b2d",
      "tree": "eb99372b09b9ce687126602f56ce72fd03efd5ad",
      "parents": [
        "a2dc5848b53e9e45ff68e5ef70683b5ffb82592e"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 15:13:21 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 15:13:21 2018 -0400"
      },
      "message": "Add m4/ax_require_defined.m4\n"
    },
    {
      "commit": "a2dc5848b53e9e45ff68e5ef70683b5ffb82592e",
      "tree": "6cf1c69fc5ca26ba83a6e8a174a64d572c954f47",
      "parents": [
        "81d345b2cff039c4389fad283a108ad978b609e0"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 13:41:15 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 13:41:15 2018 -0400"
      },
      "message": "travis debug\n"
    },
    {
      "commit": "81d345b2cff039c4389fad283a108ad978b609e0",
      "tree": "b39504ca5e20f2e1575a7e805de54dfa2480e064",
      "parents": [
        "369ef49f71186fc9d6ab15614488ad466fac3fc1"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 13:32:03 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 13:32:03 2018 -0400"
      },
      "message": "Update autoconf archive macros\n"
    },
    {
      "commit": "369ef49f71186fc9d6ab15614488ad466fac3fc1",
      "tree": "bb8441f2a7499bdfd28aa7f1987d713eea744549",
      "parents": [
        "56655e58c7f966685c0d5635ee7215733121ae41"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:53:42 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:53:42 2018 -0400"
      },
      "message": "Add missing FFI_GNUW64 enum\n"
    },
    {
      "commit": "56655e58c7f966685c0d5635ee7215733121ae41",
      "tree": "e23479e94418c56c77f06298cc4ba8e85fa55ce3",
      "parents": [
        "43980dd10e0d5705e52f24d63988b722e31bf330",
        "9bc40d87ea5950969b234ed56cd2c6acd883fa0e"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:34:18 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:34:18 2018 -0400"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:/libffi/libffi\n"
    },
    {
      "commit": "43980dd10e0d5705e52f24d63988b722e31bf330",
      "tree": "e23479e94418c56c77f06298cc4ba8e85fa55ce3",
      "parents": [
        "d46406088d28b038a0a0f7396d9621f431482f6a"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:32:10 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:33:38 2018 -0400"
      },
      "message": "Add FFI_GNUW64 ABI for GNU 80-bit long double support\n"
    },
    {
      "commit": "9bc40d87ea5950969b234ed56cd2c6acd883fa0e",
      "tree": "e23479e94418c56c77f06298cc4ba8e85fa55ce3",
      "parents": [
        "d46406088d28b038a0a0f7396d9621f431482f6a"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:32:10 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 12:32:10 2018 -0400"
      },
      "message": "Add FFI_GWIN64 ABI for GNU 80-bit long double support\n"
    },
    {
      "commit": "d46406088d28b038a0a0f7396d9621f431482f6a",
      "tree": "5a69e20824fa22b1bd37580efc116bc0297599ce",
      "parents": [
        "247e44b3ef653f210de614a749b71449b8c70764"
      ],
      "author": {
        "name": "Ryan C. Underwood",
        "email": "nemesis@icequake.net",
        "time": "Sun Mar 18 07:00:42 2018 -0700"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 10:00:42 2018 -0400"
      },
      "message": "Fully allocate file backing writable maps (#389)\n\nWhen ftruncate() is used on a filesystem supporting sparse files,\r\nspace in the file is not actually allocated.  Then, when the file\r\nis mmap\u0027d and libffi writes to the mapping, SIGBUS is thrown to\r\nthe calling application.  Instead, always fully allocate the file\r\nthat will back writable maps."
    },
    {
      "commit": "247e44b3ef653f210de614a749b71449b8c70764",
      "tree": "17a073c73aa7ec2e1361dda5695f358b53d53ef9",
      "parents": [
        "1f99701fad1761ffe4e9adf88cfe26f74f427e7c"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 07:01:54 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sun Mar 18 07:01:54 2018 -0400"
      },
      "message": "Fix return values\n"
    },
    {
      "commit": "1f99701fad1761ffe4e9adf88cfe26f74f427e7c",
      "tree": "e5cd42211bfdcad498178d961204719af36bd77b",
      "parents": [
        "d974207cd6373ff282a64038564d99b853dc3fab"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 17 22:49:58 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 17 22:49:58 2018 -0400"
      },
      "message": "Make tests compile/run standalone\n"
    },
    {
      "commit": "d974207cd6373ff282a64038564d99b853dc3fab",
      "tree": "9266b0b7c07816e517ba567a055ec259f78e8339",
      "parents": [
        "a33bfa9b12993aae2edf669f62e141a84286d4de"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 17 09:03:42 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 17 09:03:42 2018 -0400"
      },
      "message": "Formatting fixes.  Add \u0027bug fixes\u0027 note.\n"
    },
    {
      "commit": "a33bfa9b12993aae2edf669f62e141a84286d4de",
      "tree": "f0785584986334030b98b2a2e70408627bf8f734",
      "parents": [
        "8bf05481436ba085df3adfff2b47a879df738d67"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 17 07:17:24 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Sat Mar 17 07:17:24 2018 -0400"
      },
      "message": "xfail unwind tests for moxie\n"
    },
    {
      "commit": "8bf05481436ba085df3adfff2b47a879df738d67",
      "tree": "7485f6df55446fb88480969b06c1585f37a92b2e",
      "parents": [
        "84b383eda67ba75a6456e4b3587f17b749e6e1a1"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 23:54:28 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 23:54:28 2018 -0400"
      },
      "message": "Install moxie libstdc++\n"
    },
    {
      "commit": "84b383eda67ba75a6456e4b3587f17b749e6e1a1",
      "tree": "9ad2363b919996982a720368f96ce7eda1e7db15",
      "parents": [
        "6a801d042ac1212fe8c0e11abb865061e515aa43"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 23:36:51 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 23:36:51 2018 -0400"
      },
      "message": "Install moxie-elf-g++\n"
    },
    {
      "commit": "6a801d042ac1212fe8c0e11abb865061e515aa43",
      "tree": "5ae79e3b2229114974e0b27249b07cf0a747cf55",
      "parents": [
        "0f0ba9e0ec52e0297c91cb63a889980a6f847219"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 17:53:33 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 17:53:33 2018 -0400"
      },
      "message": "Fix closure case where 8-byte value is partially passed in register.  Fixes cls_many_mixed_float_double test case.\n"
    },
    {
      "commit": "0f0ba9e0ec52e0297c91cb63a889980a6f847219",
      "tree": "2467c77ba5819056e40477ea981f0fde738bdc95",
      "parents": [
        "725454196afab82f7da7bd719e8bddf7cd7837dd"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 07:28:33 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Fri Mar 16 07:28:33 2018 -0400"
      },
      "message": "Run dejagnu\u0027s runtest with -a option to prevent travis timeouts after 10min\n"
    },
    {
      "commit": "725454196afab82f7da7bd719e8bddf7cd7837dd",
      "tree": "5f8d309969d73f18da076630c3c8ebaf21382c33",
      "parents": [
        "d71051c46a795a0669b2d83804030746f790edf4"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 15 08:17:18 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Thu Mar 15 08:17:18 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "d71051c46a795a0669b2d83804030746f790edf4",
      "tree": "d0c37e96a47c8fdbaa2b362d49940fd2d0ffefb2",
      "parents": [
        "e86aa54ce3418081dca403217c9216c773b82560"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 21:21:06 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 21:21:06 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "e86aa54ce3418081dca403217c9216c773b82560",
      "tree": "bfef93f60aced493bcb2577709799c99a257bb8f",
      "parents": [
        "5b538ed61fb13efc8f01bad014c5485231714c96"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 21:00:55 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 21:00:55 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "5b538ed61fb13efc8f01bad014c5485231714c96",
      "tree": "0fb0a98b02fb4bebc4feca0d7c89123826fe90ee",
      "parents": [
        "6ed64a7953178cf07d2793650fcd64caa6b51d53"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 20:32:00 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 20:32:00 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "6ed64a7953178cf07d2793650fcd64caa6b51d53",
      "tree": "95269e2d31ed3de5e3792bb0d966374fb1643e46",
      "parents": [
        "90809e928f8b5a0cdf0787d799111bc33689a9d1"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 20:22:33 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 20:22:33 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "90809e928f8b5a0cdf0787d799111bc33689a9d1",
      "tree": "6fccdae3e8805067fedc14300b44b742c6bb25e7",
      "parents": [
        "85e4c62351bd1e45dd6d77916778e18c435f1723"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 14:09:39 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 14:09:39 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "85e4c62351bd1e45dd6d77916778e18c435f1723",
      "tree": "a8e9c94fe37fd49db3f470d87c9da67e5e87f940",
      "parents": [
        "aa8a5ec4a4ec4a4460ec3cd4e396e09ceaa3a2fa"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 13:47:27 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 13:47:27 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "aa8a5ec4a4ec4a4460ec3cd4e396e09ceaa3a2fa",
      "tree": "a39307ea8258ab73c813469471a1d6e69890f6cf",
      "parents": [
        "7c3e5da401ab7efef83a5bd4e7f64b0df053da0c"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 13:25:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 13:25:04 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "7c3e5da401ab7efef83a5bd4e7f64b0df053da0c",
      "tree": "7d63793c89ee4249a0a628f7e52e1c2b35f3ff04",
      "parents": [
        "19aec1989382fab8bd86c556aa24751a75b8246e"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 13:07:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 13:07:04 2018 -0400"
      },
      "message": "fix .travis.yml\n"
    },
    {
      "commit": "19aec1989382fab8bd86c556aa24751a75b8246e",
      "tree": "69c2988d44d5df804b06ba559c5b7ecbd6b82f5b",
      "parents": [
        "bf337b070977fb7e8934fc91e4d0e60209f53448"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 12:40:58 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 12:40:58 2018 -0400"
      },
      "message": "Fix travis.yml\n"
    },
    {
      "commit": "bf337b070977fb7e8934fc91e4d0e60209f53448",
      "tree": "7446f107dd815baf7b456ec817d2774fc6529c55",
      "parents": [
        "076d5a987e016669993154b91525b02978c56727"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 12:15:04 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 12:15:04 2018 -0400"
      },
      "message": "yaml syntax error fix\n"
    },
    {
      "commit": "076d5a987e016669993154b91525b02978c56727",
      "tree": "f2a6d4a989360e16938932f564e4c5e8f8f9c32c",
      "parents": [
        "d2f7e788aecf37971c9be1cd650f78a3e4061e18"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 11:13:32 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 11:13:32 2018 -0400"
      },
      "message": "markdown fixes\n"
    },
    {
      "commit": "d2f7e788aecf37971c9be1cd650f78a3e4061e18",
      "tree": "4d67541e49296ef2a53630da40185b9ca1d007c6",
      "parents": [
        "18fe190068563bb2bf52a0993017887f438c85a4"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 09:06:38 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 09:06:38 2018 -0400"
      },
      "message": "Fix test cases with short results\n"
    },
    {
      "commit": "18fe190068563bb2bf52a0993017887f438c85a4",
      "tree": "4a34310db44c05d28a7a2a4a72a6ca4d55a5c024",
      "parents": [
        "718a4177f23e9d6c5476d0118d49a3a093d72c6c"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 08:02:10 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 08:02:10 2018 -0400"
      },
      "message": "Debug travis output\n"
    },
    {
      "commit": "718a4177f23e9d6c5476d0118d49a3a093d72c6c",
      "tree": "91a90f3a66b091414d7e9358b56b65c53140db8a",
      "parents": [
        "486c34b65deb43d6d9025b2a40284606f97f4e0b"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 07:40:53 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Wed Mar 14 07:40:53 2018 -0400"
      },
      "message": "test\n"
    },
    {
      "commit": "486c34b65deb43d6d9025b2a40284606f97f4e0b",
      "tree": "7dc9d7217c643436c3737f026d43e267f56a4459",
      "parents": [
        "00464aa52022674bdc1f5aa9b2ceb575c9a04b87"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 13 23:31:18 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 13 23:31:18 2018 -0400"
      },
      "message": "debug\n"
    },
    {
      "commit": "00464aa52022674bdc1f5aa9b2ceb575c9a04b87",
      "tree": "2c05914eef8df8401de504714351b0f7870ca25f",
      "parents": [
        "eb0544d0d42e5aef56ee1df0861bcd0c95102f88"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 13 23:30:52 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 13 23:30:52 2018 -0400"
      },
      "message": "debug\n"
    },
    {
      "commit": "eb0544d0d42e5aef56ee1df0861bcd0c95102f88",
      "tree": "22e34eabe428124f32087d93be77972923da8f9e",
      "parents": [
        "9d5bd29d8dfb5f89d0927a175443240a19e93890"
      ],
      "author": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 13 23:20:15 2018 -0400"
      },
      "committer": {
        "name": "Anthony Green",
        "email": "green@moxielogic.com",
        "time": "Tue Mar 13 23:20:15 2018 -0400"
      },
      "message": "Debug env\n"
    }
  ],
  "next": "9d5bd29d8dfb5f89d0927a175443240a19e93890"
}
