<div dir="ltr"><div>For those wondering: <a href="http://www.ryanjuckett.com/programming/printing-floating-point-numbers/">http://www.ryanjuckett.com/programming/printing-floating-point-numbers/</a></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 6, 2016 at 12:41 AM, GitHub <span dir="ltr"><<a href="mailto:noreply@github.com" target="_blank">noreply@github.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">  Branch: refs/heads/master<br>
  Home:   <a href="https://github.com/modula3/cm3" rel="noreferrer" target="_blank">https://github.com/modula3/cm3</a><br>
  Commit: 137373312f6dc35115b5070fcd477a376fa007ea<br>
      <a href="https://github.com/modula3/cm3/commit/137373312f6dc35115b5070fcd477a376fa007ea" rel="noreferrer" target="_blank">https://github.com/modula3/cm3/commit/137373312f6dc35115b5070fcd477a376fa007ea</a><br>
  Author: peter mckinna <peter <a href="mailto:mckinna@gmail.com">mckinna@gmail.com</a>><br>
  Date:   2016-06-03 (Fri, 03 Jun 2016)<br>
<br>
  Changed paths:<br>
    A m3-libs/m3core/src/float/Common/grisu/CachedPowers.i3<br>
    A m3-libs/m3core/src/float/Common/grisu/CachedPowers.m3<br>
    A m3-libs/m3core/src/float/Common/grisu/Grisu.i3<br>
    A m3-libs/m3core/src/float/Common/grisu/Grisu.m3<br>
    A m3-libs/m3core/src/float/Common/grisu/IEEE.i3<br>
    A m3-libs/m3core/src/float/Common/grisu/IEEE.m3<br>
    A m3-libs/m3core/src/float/Common/grisu/SimFP.i3<br>
    A m3-libs/m3core/src/float/Common/grisu/SimFP.m3<br>
    A m3-libs/m3core/src/float/Common/grisu/m3makefile<br>
    M m3-libs/m3core/src/float/Common/m3makefile<br>
    M m3-libs/m3core/src/float/IEEE/LongFloat.m3<br>
    M m3-libs/m3core/src/float/IEEE/RealFloat.m3<br>
<br>
  Log Message:<br>
  -----------<br>
  Add grisu support (little dragon) which allows faster conversion<br>
from longreal (and real) to ascii in 99.4% of cases. In 0.6% one has<br>
to fall back on dragon4. The algorithm uses native integers instead of<br>
bignums to convert up to 4 times faster than dragon4.<br>
<br>
<br>
  Commit: 5703fac32dd7f7718c3f8ce70c15eb9af73499b5<br>
      <a href="https://github.com/modula3/cm3/commit/5703fac32dd7f7718c3f8ce70c15eb9af73499b5" rel="noreferrer" target="_blank">https://github.com/modula3/cm3/commit/5703fac32dd7f7718c3f8ce70c15eb9af73499b5</a><br>
  Author: peter mckinna <peter <a href="mailto:mckinna@gmail.com">mckinna@gmail.com</a>><br>
  Date:   2016-06-03 (Fri, 03 Jun 2016)<br>
<br>
  Changed paths:<br>
    M m3-libs/m3core/src/float/Common/grisu/Grisu.m3<br>
    M m3-libs/m3core/src/float/Common/grisu/IEEE.m3<br>
    M m3-libs/m3core/src/float/Common/grisu/SimFP.m3<br>
<br>
  Log Message:<br>
  -----------<br>
  Cosmetic clean.<br>
<br>
<br>
  Commit: 72fe0cb894af1eb605350424733d7bf78520dd43<br>
      <a href="https://github.com/modula3/cm3/commit/72fe0cb894af1eb605350424733d7bf78520dd43" rel="noreferrer" target="_blank">https://github.com/modula3/cm3/commit/72fe0cb894af1eb605350424733d7bf78520dd43</a><br>
  Author: peter mckinna <peter <a href="mailto:mckinna@gmail.com">mckinna@gmail.com</a>><br>
  Date:   2016-06-04 (Sat, 04 Jun 2016)<br>
<br>
  Changed paths:<br>
    M m3-libs/m3core/src/float/Common/grisu/Grisu.m3<br>
<br>
  Log Message:<br>
  -----------<br>
  Fix exponent to agree with dragon<br>
<br>
<br>
  Commit: 2dd875488ae9f37fee4473b39802e82e6b9068f3<br>
      <a href="https://github.com/modula3/cm3/commit/2dd875488ae9f37fee4473b39802e82e6b9068f3" rel="noreferrer" target="_blank">https://github.com/modula3/cm3/commit/2dd875488ae9f37fee4473b39802e82e6b9068f3</a><br>
  Author: peter mckinna <peter <a href="mailto:mckinna@gmail.com">mckinna@gmail.com</a>><br>
  Date:   2016-06-06 (Mon, 06 Jun 2016)<br>
<br>
  Changed paths:<br>
    M m3-sys/m3back/src/M3C.m3<br>
    M scripts/python/capture-boot.py<br>
<br>
  Log Message:<br>
  -----------<br>
  Merge branch 'master' of <a href="https://github.com/modula3/cm3" rel="noreferrer" target="_blank">https://github.com/modula3/cm3</a><br>
<br>
<br>
Compare: <a href="https://github.com/modula3/cm3/compare/0f85470335a7...2dd875488ae9" rel="noreferrer" target="_blank">https://github.com/modula3/cm3/compare/0f85470335a7...2dd875488ae9</a><br>_______________________________________________<br>
M3commit mailing list<br>
<a href="mailto:M3commit@elegosoft.com">M3commit@elegosoft.com</a><br>
<a href="https://mail.elegosoft.com/cgi-bin/mailman/listinfo/m3commit" rel="noreferrer" target="_blank">https://mail.elegosoft.com/cgi-bin/mailman/listinfo/m3commit</a><br>
<br></blockquote></div><br></div>