1. 20 May, 2020 1 commit
    • KOBAYASHI Shuji's avatar
      Retry `rake -m` on AppVeyor [skip travis] · 86223b6e
      KOBAYASHI Shuji authored
      The following error occurs when using `rake -m` on AppVeyor:
      
        ```
        fatal error C1041: cannot open program database 'C:\projects\mruby\vc140.pdb'; if multiple CL.EXE write to the same .PDB file, please use /FS
        ```
      
      Therefore, the issue is solved by not creating the PDB file. It is expected
      to be somewhat faster by not generating debugging information (I don't think
      debugging information is necessary for normal CI).
      86223b6e
  2. 19 May, 2020 4 commits
  3. 15 May, 2020 5 commits
  4. 11 May, 2020 3 commits
  5. 10 May, 2020 2 commits
    • dearblue's avatar
      Update `doc/opcode.md` [ci skip] · bb251264
      dearblue authored
      The difference of `include/mruby/ops.h` is applied.
      
      - OP_NOP - update semantics
      - OP_GETSV - update semantics
      - OP_SETSV - update semantics
      - OP_GETUPVAR - update prefix
      - OP_SETUPVAR - update prefix
      - OP_JMPIF - update operands and semantics
      - OP_JMPNOT - update operands and semantics
      - OP_JMPNIL - add entry
      - OP_ONERR - update semantics
      - OP_POPERR - update prefix
      - OP_EPOP - update prefix
      - OP_SENDB - update semantics
      - OP_ADD - update prefix and operands
      - OP_ADDI - update operands and semantics
      - OP_SUB - update prefix and operands
      - OP_SUBI - update semantics
      - OP_MUL - update prefix and operands
      - OP_DIV - update prefix and operands
      - OP_EQ - update prefix and operands
      - OP_LT - update prefix and operands
      - OP_LE - update prefix and operands
      - OP_GT - update prefix and operands
      - OP_GE - update prefix and operands
      - OP_ARYDUP - add entry
      - OP_INTERN - add entry
      - OP_HASHCAT - add entry
      - OP_ERR - update semantics
      bb251264
    • dearblue's avatar
      bd60ad98
  6. 09 May, 2020 6 commits
  7. 07 May, 2020 3 commits
  8. 06 May, 2020 11 commits
  9. 05 May, 2020 1 commit
  10. 04 May, 2020 1 commit
  11. 30 Apr, 2020 3 commits