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
Age
Commit message (
Expand
)
Author
2018-05-23
Add `then` alias to `yield_self`.
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-17
Add `Kernel#yield_self`; CRuby2.5
Yukihiro "Matz" Matsumoto
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-kernel-ext
YAMAMOTO Masaya
2017-05-23
Remove class info from backtrace lines.
Yukihiro "Matz" Matsumoto
2017-03-25
Fix lost lineno
ksss
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
Skip when backtrace doesn't get
ksss
2017-01-14
Implement Kernel.#caller
ksss
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-01-14
Add tests which passes all zero string to Kernel#Integer
Syohei YOSHIDA
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
2015-06-28
Rename extended xxxx class or module to xxxx class or module extension
Jun Hiroe
2015-06-28
Fix typo; Replace extensional with extended
Jun Hiroe
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
2014-05-08
Replace from include <>, to include "".
yui-knk
2014-05-07
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take_cheeze