)]}'
{
  "log": [
    {
      "commit": "88c86eb751de9e7e410b405084d35b32fafc2a24",
      "tree": "cf0c456ba4a4f0455fdcae1452e10716ae23a53c",
      "parents": [
        "4131fd5509b283e978e8c6161f09643b64719787"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 17 17:13:30 2019 +0100"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Jan 17 17:13:30 2019 +0100"
      },
      "message": "patch 8.1.0766: various problems when using Vim on VMS\n\nProblem:    Various problems when using Vim on VMS.\nSolution:   Various fixes. Define long_long_T. (Zoltan Arpadffy)\n"
    },
    {
      "commit": "45c5c86e636edef8ed08d47bf8724efc05108030",
      "tree": "103358f721eb388467508e595bd367358b73ba64",
      "parents": [
        "6dae96ef7ad56191c13c4993f04cbfd450d91ad2"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 25 18:59:21 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Tue Sep 25 18:59:21 2018 +0200"
      },
      "message": "patch 8.1.0432: compiler warning for signed/unsigned\n\nProblem:    Compiler warning for signed/unsigned.\nSolution:   Add type cast. (Mike Williams)\n"
    },
    {
      "commit": "42c63356d774bbfe91712197e8969f60de828a32",
      "tree": "0e79f210d2cba589f23018d4a39cb4d67b0753a0",
      "parents": [
        "6e272acc82af900318017061f923e7f66dc7ee7a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 16 15:14:18 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Sun Sep 16 15:14:18 2018 +0200"
      },
      "message": "patch 8.1.0396: another compiler warning on 64-bit MS-Windows\n\nProblem:    Another compiler warning on 64-bit MS-Windows.\nSolution:   Add type cast. (Mike Williams)\n"
    },
    {
      "commit": "5c6f574bd1e07d6eab077fa8f28b2c0cd480b068",
      "tree": "1ed88650b6b1aeed06e71814968f306635ec3185",
      "parents": [
        "32d19c1820305729c0d1b21536b18bae2d8378ed"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 17:32:07 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 17:32:07 2018 +0200"
      },
      "message": "patch 8.1.0381: variable declaration not at start of block\n\nProblem:    Variable declaration not at start of block.\nSolution:   Fix line ordering.\n"
    },
    {
      "commit": "0d5f21c3dfaceed08b4cdb33a73eb16f680ff49b",
      "tree": "c719e55a17f4123240a2d830d656db79bd3a0b9b",
      "parents": [
        "42335f50bc6fac444a8af74c81df8369d722a6fb"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 15:58:58 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 15:58:58 2018 +0200"
      },
      "message": "patch 8.1.0378: CI build failure\n\nProblem:    CI build failure.\nSolution:   Include vim.h as ../vim.h.  Fix compiler warning.\n"
    },
    {
      "commit": "42335f50bc6fac444a8af74c81df8369d722a6fb",
      "tree": "fc6596503a515a25a7c2a046321108642848b935",
      "parents": [
        "c787539747f6bb2510a56aa14dbf6808aff5681a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 15:33:43 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Thu Sep 13 15:33:43 2018 +0200"
      },
      "message": "patch 8.1.0377: xdiff doesn\u0027t use the Vim memory allocation functions\n\nProblem:    Xdiff doesn\u0027t use the Vim memory allocation functions.\nSolution:   Change the xdl_ defines.  Check for out-of-memory.  Rename\n            \"ignored\" to \"vim_ignored\".\n"
    },
    {
      "commit": "007921611b04d8fca5ad0b1d4e7b0461b47cd435",
      "tree": "d292d3214a8accd81a9725b0b67f2efd2dc3c9e1",
      "parents": [
        "4c7b08f6409349cf5324a26f7523c438590550ef"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 22:18:52 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 22:18:52 2018 +0200"
      },
      "message": "patch 8.1.0366: pieces of the xdiff code are not used\n\nProblem:    Pieces of the xdiff code are not used.\nSolution:   Add \"#if 0\" to omit unused code.\n"
    },
    {
      "commit": "e797abf3c75358ebc0b31d6e076972daf889e06e",
      "tree": "f3269db6995b119142514da7314b8ea1f344c7ba",
      "parents": [
        "c93262b2e3fb043c685bd4014a35a29111dea484"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 21:22:15 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 21:22:15 2018 +0200"
      },
      "message": "patch 8.1.0364: compiler warning in xdiff code\n\nProblem:    Compiler warning in xdiff code. (Yegappan Lakshmanan)\nSolution:   Initialize directly.\n"
    },
    {
      "commit": "e828b7621cf9065a3582be0c4dd1e0e846e335bf",
      "tree": "79cf05b6295837108fb6edbbc154e333c940698a",
      "parents": [
        "93a1df2c205c8399d96c172d9483e0793d32892a"
      ],
      "author": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 17:51:58 2018 +0200"
      },
      "committer": {
        "name": "Bram Moolenaar",
        "email": "Bram@vim.org",
        "time": "Mon Sep 10 17:51:58 2018 +0200"
      },
      "message": "patch 8.1.0360: using an external diff program is slow and inflexible\n\nProblem:    Using an external diff program is slow and inflexible.\nSolution:   Include the xdiff library. (Christian Brabandt, closes #2732)\n            Use it by default.\n"
    }
  ]
}
