An error occurred fetching the project authors.
  1. 13 Oct, 2020 1 commit
  2. 12 Oct, 2020 1 commit
    • dearblue's avatar
      Integrate `Fixnum` class into `Integer` class · 80fe9838
      dearblue authored
      * The `Fixnum` constant is now an alias for the `Integer` class.
      * Remove `struct mrb_state::fixnum_class` member.
        If necessary, use `struct mrb_state::integer_class` instead.
      80fe9838
  3. 17 Jul, 2019 2 commits
  4. 09 Jul, 2019 2 commits
  5. 19 Nov, 2018 1 commit
    • Yukihiro "Matz" Matsumoto's avatar
      Remove implicit conversion using `to_int` method. · afca99a4
      Yukihiro "Matz" Matsumoto authored
      The ISO standard does not include implicit type conversion using
      `to_int`. This implicit conversion often causes vulnerability.
      There will be no more attacks like #4120.
      
      In addition, we have added internal convenience method `__to_int` which
      does type check and conversion (from floats).
      afca99a4
  6. 22 Nov, 2016 1 commit
  7. 21 Nov, 2016 1 commit