I've just published more fixes and tests for SRFI 48 from Mr. Hamayama.  (Thanks again!)

Here's his description:

  I fixed an error which occurs when the inexact
  number string doesn't contain a dot.  (Gauche
  and Sagittarius don't produce such a string, but
  Racket does.)

  Also, I updated tests and added
  test-Sagittarius.scm and test-Racket.scm.  (I
  know Racket is not Scheme, but this is useful to
  find a bug.)

  I confirmed that all tests are passed.

  OS: Windows 8.1 (64bit)
  DevTool: MSYS2/MinGW-w64 (64bit) (gcc version 7.1.0 (Rev2, Built by MSYS2 project))
  Scheme: Gauche v0.9.6_pre4, Sagittarius v0.8.4, Racket v6.7

Here is the diff:

  <https://github.com/scheme-requests-for-implementation/srfi-48/compare/7e46cca39a43a14ef72923aff3a2b57a114af503...e19da08d310454ce5c52f2aa28683abfe0490e50>

Regards,


SRFI Editor