)]}'
{
  "commit": "775d36a916c1be042ceb67fc6ea22f53a9f5e331",
  "tree": "37dca5468d9c3a3333bf068da8bf7eb232407a5a",
  "parents": [
    "5dfe4bfcb96945dc5cc1f8717be454f1f7f6bbec"
  ],
  "author": {
    "name": "Tom Tromey",
    "email": "tromey@adacore.com",
    "time": "Thu Sep 30 12:53:55 2021 -0600"
  },
  "committer": {
    "name": "Tom Tromey",
    "email": "tromey@adacore.com",
    "time": "Tue Oct 19 13:22:31 2021 -0600"
  },
  "message": "Fix Rust lex selftest when using libiconv\n\nThe Rust lex selftest fails on our Windows build.  I tracked this down\nto a use of UTF-32 as a parameter to convert_between_encodings.  Here,\niconv_open succeeds, but the actual conversion of a tab character\nfails with EILSEQ.  I suspect that \"UTF-32\" is being interpreted as\nbig-endian, as changing the call to use \"UTF-32LE\" makes it work.\nThis patch implements this fix.\n\n\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "539e1c8256d9e4149eee0a850578598efcea046d",
      "old_mode": 33188,
      "old_path": "gdb/rust-parse.c",
      "new_id": "e12bf29a71d9762ceb7badb5148018973353fb87",
      "new_mode": 33188,
      "new_path": "gdb/rust-parse.c"
    }
  ]
}
