index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-kernel-ext
/
src
/
kernel.c
Age
Commit message (
Expand
)
Author
2021-09-07
object.c: rename `mrb_to_int` to `mrb_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-07
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-04
kernel.c: add `__method__`; ref #4468
Yukihiro "Matz" Matsumoto
2021-09-04
Rename `Kernel#__method__` to `Kernel#__callee__`
KOBAYASHI Shuji
2021-09-01
object.c: remove `mrb_convert_to_integer()' function.
Yukihiro "Matz" Matsumoto
2021-09-01
Do no use return values from `mrb_ensure_` functions.
Yukihiro "Matz" Matsumoto
2021-05-28
kernel.c: avoid recursive VM call in `mrb_f_caller`.
Yukihiro "Matz" Matsumoto
2021-05-28
kernel.c: `caller` should not include the frame for itself.
Yukihiro "Matz" Matsumoto
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-10-12
Restore old function names for compatibility; fix #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Change the arguments of following implicit conversion functions:
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2019-11-15
Fix argument specs to `Kernel`
KOBAYASHI Shuji
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-05-25
Name the return value of `mrb_range_beg_len()`
dearblue
2019-05-19
Should clarify the role of `mruby-kernel-ext` and `mruby-object-ext`; close #...
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_hash` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_ary` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-18
Add `Kernel#itself`; CRuby2.2
Yukihiro "Matz" Matsumoto
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-kernel-ext
YAMAMOTO Masaya
2017-02-12
Fixed aspec for Kernel#caller
Tomasz Dabrowski
2017-01-23
Changed the behavior of mrb_range_beg_len(); close #3411
Yukihiro "Matz" Matsumoto
2017-01-14
Implement Kernel.#caller
ksss
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-21
Revert "Mark core gems with mrbgem tag"
Seba Gamboa
2015-10-20
Remove obvious warnings from docs
Seba Gamboa
2015-10-20
Mark core gems with mrbgem tag
Seba Gamboa
2014-10-29
use mrb_get_args to parse Integer() option; ref #2625
Yukihiro "Matz" Matsumoto
2014-10-29
Add Kernel.Integer
Jun Hiroe
2014-10-24
Add Kernel.Float
Jun Hiroe
2014-10-21
Add Kernel.Hash
Jun Hiroe
2014-10-20
Add Kernel.String
Jun Hiroe
2014-10-19
Refactor mrb_f_array func
Jun Hiroe
2014-10-19
refactoring C part of #2611
Yukihiro "Matz" Matsumoto
2014-10-19
Add Kernel.Array
Jun Hiroe
2014-06-05
update Kernel#raise/fail argument description
Yukihiro "Matz" Matsumoto
2014-05-09
Move `__method__` to mruby-kernel-ext since it's not ISO method.
take_cheeze
[next]