)]}'
{
  "commit": "f8beac9ea6f8f48208a2b3894f3b1addea18eb75",
  "tree": "cbb42e62838e12e547d2db02b9b41cbc3f9dc954",
  "parents": [
    "118f49283859611d651a382ebea5e9a8fc24dc04"
  ],
  "author": {
    "name": "Kirill Makurin",
    "email": "maiddaisuki@outlook.com",
    "time": "Tue Jun 16 08:45:20 2026 +0900"
  },
  "committer": {
    "name": "LIU Hao",
    "email": "lh_mouse@126.com",
    "time": "Tue Jun 16 10:52:58 2026 +0800"
  },
  "message": "crt: tests: split t_tls1 into t_tls_ansi and t_tls_c11\n\nRename `t_tls1.c` to `t_tls_c.c`.\n\nBoth `t_tls_ansi.c` and `t_tls_c11.c` simply include `t_tls_c.c`,\nbut compiled in a different way:\n\n- t_tls_ansi: compiled with `-std\u003dc89`, which makes `t_tls_c.c` use\n  gcc-specific `__thread` keyword to declare thread-local variable\n\n- t_tls_c11: compiled with `-std\u003dc11`, which makes `t_tls_c.c` use\n  standard `_Thread_local` keyword to declare thread-local variable\n\nThis allows to test that both `__thread` and `_Thread_local` work as expected.\n\nSigned-off-by: Kirill Makurin \u003cmaiddaisuki@outlook.com\u003e\nSigned-off-by: LIU Hao \u003clh_mouse@126.com\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "66136b870166b6b3ccb01484d3694264b7476ec6",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/testcases/Makefile.am",
      "new_id": "c00111ee6b1602f15ca84d66d2729c3d49fe6927",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/testcases/Makefile.am"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c8c5dbb5189b3752eebd18da5b994d5c431c2722",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/testcases/t_tls_ansi.c"
    },
    {
      "type": "rename",
      "old_id": "c9f4c69c8e8e14ceac99b7fd797a2b0fa9b72623",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/testcases/t_tls1.c",
      "new_id": "c9f4c69c8e8e14ceac99b7fd797a2b0fa9b72623",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/testcases/t_tls_c.c",
      "score": 100
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "c8c5dbb5189b3752eebd18da5b994d5c431c2722",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/testcases/t_tls_c11.c"
    }
  ]
}
