)]}'
{
  "commit": "f8edad54a8a71a087aef6c0d0d46d45b84b9945b",
  "tree": "3bacb74ceaf2726e2312aca81e69c86442382967",
  "parents": [
    "578b4f9fae1419c1a177252f9f7b470ac0fe6b8e"
  ],
  "author": {
    "name": "Pali Rohár",
    "email": "pali.rohar@gmail.com",
    "time": "Thu Nov 20 11:32:06 2025 +0100"
  },
  "committer": {
    "name": "Martin Storsjö",
    "email": "martin@martin.st",
    "time": "Tue Nov 25 13:42:04 2025 +0200"
  },
  "message": "crt: Provide emulation of _mktime64 function\n\nFunction _mktime64 is available since msvcr70.dll. For older msvcrt\nversions provide mingw-w64 emulation via musl libc __tm_to_secs() function\nwith adjustment of _timezone and _dstbias variable variables, and\nnormalization via _localtime64() function which is now available in all\nCRT import libraries (either as native symbols or as mingw-w64 emulation).\nAdjustment of _dstbias needs to be done only when passed timestamp is\nduring the DST period which is detected by the _localtime64() function too.\n\nSigned-off-by: Martin Storsjö \u003cmartin@martin.st\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "e8e5e731abe5fe6d2fb07dabf82a4eb4718a6ea9",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/Makefile.am",
      "new_id": "2497a456f559461fe163002fc28fdd1aa3a21f0f",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/Makefile.am"
    },
    {
      "type": "modify",
      "old_id": "a1439b2365ec8b2b02e2eb637f3ff19fc50e6454",
      "old_mode": 33188,
      "old_path": "mingw-w64-crt/lib-common/msvcrt.def.in",
      "new_id": "71054e1c2d22e207b1d89584d6504a059eda941a",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/lib-common/msvcrt.def.in"
    },
    {
      "type": "add",
      "old_id": "0000000000000000000000000000000000000000",
      "old_mode": 0,
      "old_path": "/dev/null",
      "new_id": "924e6635446d0ae4ccd5242486e134fe7bb6a521",
      "new_mode": 33188,
      "new_path": "mingw-w64-crt/misc/_mktime64.c"
    }
  ]
}
