summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-kernel-ext/test
AgeCommit message (Expand)Author
2021-09-04kernel.c: add `__method__`; ref #4468Yukihiro "Matz" Matsumoto
2021-09-04Rename `Kernel#__method__` to `Kernel#__callee__`KOBAYASHI Shuji
2021-04-16feat(CI): add the GitHub Super LinterJohn Bampton
2021-03-30Disable tests on backtraces w/ unknown line numbersfundamental
2020-01-06Fix `mrb_str_len_to_dbl` to support Hexadecimal like `0x10`.Yukihiro "Matz" Matsumoto
2019-12-11Fix behavior of `Kernel#Integer` to numbers ending with `_` and spacesKOBAYASHI Shuji
2019-12-10Fix behavior of `String#to_i`/`Kernel#Integer` to numbers starting with `_`KOBAYASHI Shuji
2019-12-09Fix that `String#to_f` accepts consecutive `_` as a numeric expressionKOBAYASHI Shuji
2019-05-08Use `mrb_string_value_cstr` in `mrb_str_to_dbl`KOBAYASHI Shuji
2019-01-03Remove `Kernel#class_defined?` which is not available in CRuby; #3829Yukihiro "Matz" Matsumoto
2017-10-16Support MRB_WIHTOUT_FLOAT to mruby-kernel-extYAMAMOTO Masaya
2017-05-23Remove class info from backtrace lines.Yukihiro "Matz" Matsumoto
2017-03-25Fix lost linenoksss
2017-01-14Skip when backtrace doesn't getksss
2017-01-14Implement Kernel.#callerksss
2016-01-14Add tests which passes all zero string to Kernel#IntegerSyohei YOSHIDA
2014-10-29Add Kernel.IntegerJun Hiroe
2014-10-24Add Kernel.FloatJun Hiroe
2014-10-21Add Kernel.HashJun Hiroe
2014-10-20Add Kernel.StringJun Hiroe
2014-10-19Add Kernel.ArrayJun Hiroe
2014-05-09Move `__method__` to mruby-kernel-ext since it's not ISO method.take_cheeze
2014-05-07Move Kernel#fail definition to mruby-kernel-ext mrbgem.take_cheeze