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
/
src
/
kernel.c
Age
Commit message (
Expand
)
Author
2016-12-11
Implement Object#freeze
Takashi Kokubun
2016-11-24
Copy over INSTANCE_TT when duping class
Bouke van der Bijl
2016-11-23
local_variables() should not touch unshared env
Yukihiro "Matz" Matsumoto
2016-11-17
renamed "inline" to "istruct" to represent inline struct; ref #3251
Yukihiro "Matz" Matsumoto
2016-11-17
inline structures data type for mruby (MRB_TT_INLINE) (fix #3237)
Tomasz Dąbrowski
2016-10-24
macro mrb_bool() may evaluate arg multiple times; ref #3228
Yukihiro "Matz" Matsumoto
2016-10-23
Kernel#respond_to? should return true|false only
ksss
2016-06-18
fix public_methods(false)
Yasuhiro Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-20
Increasing docs coverage
Seba Gamboa
2015-09-23
should initialize local variable prepended to false
Yukihiro "Matz" Matsumoto
2015-09-18
Replace 1 with TURE macro
Jun Hiroe
2015-09-05
remove `origin` member to implement prepend from struct RClass; ref #2885
Yukihiro "Matz" Matsumoto
2015-07-13
Include prepended methods in the instance_methods list.
Blaž Hrastnik
2015-07-13
Additional patches to make this work
Corey Powell
2015-06-01
singleton_class should not be duped; fix #2815
Yukihiro "Matz" Matsumoto
2015-06-01
singleton_class should not be cloned; close #2815
Yukihiro "Matz" Matsumoto
2015-01-31
block_given? should work with nested block; fix #2695 close #2712
Yukihiro "Matz" Matsumoto
2014-12-19
block_given? should return correct value when called in blocks; close #2678
Yukihiro "Matz" Matsumoto
2014-12-19
block_given? should return false on top-level; ref #2678
Yukihiro "Matz" Matsumoto
2014-12-11
block_given did not work with nested block invocation for some cases; fix #2665
Yukihiro "Matz" Matsumoto
2014-10-20
instance_methods etc should not include undef'ed method names; based on a pat...
Yukihiro "Matz" Matsumoto
2014-09-02
Refactor mrb_obj_is_kind_of_m() in kernel.c
Jun Hiroe
2014-09-02
Refactor obj_is_instance_of() in kernel.c
Jun Hiroe
2014-09-02
refactor valid instance variable name check
Yukihiro "Matz" Matsumoto
2014-08-27
Add a missing space after ",".
Tatsuhiko Kubo
2014-08-21
Remove a discarded comparison.
Tatsuhiko Kubo
2014-08-18
refactor mruby method(fix indent. remove temporary value, duplicate procedure)
kkkkkt
2014-08-04
rename obsolete mrb_special_const_p to mrb_immediate_p
Yukihiro "Matz" Matsumoto
2014-08-04
add MRB_API modifiers to mruby API functions
Yukihiro "Matz" Matsumoto
2014-07-21
Use MRB_TT_EXCEPTION in exception object.
take_cheeze
2014-06-05
update Kernel#raise/fail argument description
Yukihiro "Matz" Matsumoto
2014-05-28
Fix invalid array initialize for VS2012
bggd
2014-05-22
Merge pull request #2286 from suzukaze/refactor-kernel
Yukihiro "Matz" Matsumoto
2014-05-21
direct invocation of instance_eval
Yukihiro "Matz" Matsumoto
2014-05-19
Move `Kernel.local_variables` to core.
take_cheeze
2014-05-18
Use boolean macro in kernel.c
Jun Hiroe
2014-05-16
Fix #2259 .
take_cheeze
2014-05-11
Merge pull request #2234 from suzukaze/refactor
Yukihiro "Matz" Matsumoto
2014-05-11
Refactor mrb_equal_m()
Jun Hiroe
2014-05-11
Refacotr mrb_obj_not_equal_m()
Jun Hiroe
2014-05-11
Refactor mrb_obj_equal_m()
Jun Hiroe
2014-05-11
Fix indents
Jun Hiroe
2014-05-09
Move `__method__` to mruby-kernel-ext since it's not ISO method.
take_cheeze
2014-05-07
Move Kernel#fail definition to mruby-kernel-ext mrbgem.
take_cheeze
2014-05-06
Implement Kernel.fail and Kernel#fail .
take_cheeze
2014-04-25
eliminate plain int except for a few cases like arena_index
Yukihiro "Matz" Matsumoto
2014-04-16
various functions should have internal linkage
cremno
2014-04-15
resolve conflict
Yukihiro "Matz" Matsumoto
2014-04-14
reduce RSTRING_PTR usage
cremno
[prev]
[next]