1. 19 Jun, 2018 2 commits
  2. 14 Jun, 2018 11 commits
  3. 13 Jun, 2018 1 commit
  4. 11 Jun, 2018 2 commits
  5. 08 Jun, 2018 1 commit
  6. 07 Jun, 2018 5 commits
  7. 06 Jun, 2018 2 commits
  8. 05 Jun, 2018 1 commit
    • Sebastián Katzer's avatar
      Declare inet_ntop and inet_pton as static · e7a46991
      Sebastián Katzer authored
      To avoid conflicts with multiple definitions of inet_ntop and inet_pton if compiled with # define _WIN32_WINNT _WIN32_WINNT_VISTA
      
      C:/mingw-w64/x86_64-7.2.0-posix-seh-rt_v5-rev1/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/7.2.0/../../../../x86_64-w64-mingw32/lib/../lib/libWs2_32.a(dghfs00169.o):(.text+0x0): multiple definition of `inet_pton'
      722C:/projects/iss/mruby/build/host/lib/libmruby.a(socket.o):C:/projects/iss/mruby/mrbgems/mruby-socket/src/socket.c:80: first defined here
      
      define _WIN32_WINNT _WIN32_WINNT_VISTA
      e7a46991
  9. 03 Jun, 2018 2 commits
  10. 01 Jun, 2018 4 commits
  11. 30 May, 2018 2 commits
  12. 22 May, 2018 2 commits
  13. 11 May, 2018 1 commit
  14. 10 May, 2018 1 commit
    • Nobuhiro Iwamatsu's avatar
      Fix test of mruby-pack with big-endian CPUs · 0759647f
      Nobuhiro Iwamatsu authored
      When running the mruby-pack test with big endian, test data is incorrect,
      so it will fail with "i" and "I".
      
      ------
      Fail: pack/unpack "i" (mrbgems: mruby-pack)
       - Assertion[1] Failed: Expected to be equal
          Expected: "\xff\xff\xc7\xcf"
            Actual: "\xff\xff\xcf\xc7"
       - Assertion[2] Failed: Expected to be equal
          Expected: [-12345]
            Actual: [-14385]
      Fail: pack/unpack "I" (mrbgems: mruby-pack)
       - Assertion[1] Failed: Expected to be equal
          Expected: "\x00\x0090"
            Actual: "\x00\x0009"
       - Assertion[2] Failed: Expected to be equal
          Expected: [12345]
            Actual: [14640]
      ------
      
      This will fix the test data at big-endian.
      Signed-off-by: default avatarNobuhiro Iwamatsu <iwamatsu@nigauri.org>
      0759647f
  15. 09 May, 2018 1 commit
  16. 08 May, 2018 1 commit
  17. 07 May, 2018 1 commit