)]}'
{
  "commit": "d41e7b975b901f109608471b77c46718c1fb5b45",
  "tree": "8db478bd5cd56ab041ba8e7251b3849954abd922",
  "parents": [
    "581ecbfe91d23791c116a8e3790208a17c1a5983"
  ],
  "author": {
    "name": "Paul Jakma",
    "email": "paul@opensourcerouting.org",
    "time": "Tue May 19 15:38:43 2015 +0100"
  },
  "committer": {
    "name": "Paul Jakma",
    "email": "paul.jakma@hpe.com",
    "time": "Tue Sep 13 10:36:38 2016 +0100"
  },
  "message": "lib/stream: add float/double \u003c-\u003e IEEE-754 single/double mux/demuxers\n\n* stream.{c,h}: Add stream_get{f,d} and stream_put{f,d}) demux and muxers to\n  safely convert between big-endian IEEE-754 single and double binary\n  format, as used in IETF RFCs, and C99.  Implementation depends on host\n  using __STDC_IEC_559__, which should be everything we care about.  Should\n  correctly error out otherwise.\n\n  Thanks to Aidan Delaney \u003caidan@phoric.eu\u003e and Olivier Dugeon for pointing\n  out the __STDC_IEC_559__ macro.\n\n  Update: GCC does not per se set __STDC_IEC_559__, so also test for\n  __GCC_IEC_559 \u003e\u003d 1.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ca1a40f168983ccca39c50e8925054c0ab84ed82",
      "old_mode": 33188,
      "old_path": "lib/stream.c",
      "new_id": "4d4f867dd89669eb53d2bae5ca0a88a4156365d8",
      "new_mode": 33188,
      "new_path": "lib/stream.c"
    },
    {
      "type": "modify",
      "old_id": "1fc382d68428a56df4c06e0b19fc634fc6142c5c",
      "old_mode": 33188,
      "old_path": "lib/stream.h",
      "new_id": "06b0ee12cf267e26316a3765641d3ba5c238035a",
      "new_mode": 33188,
      "new_path": "lib/stream.h"
    }
  ]
}
