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
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
2014-04-02
Use bool macro KHASH_DEFINE and KHASH_DECLARE
ksss
2014-03-28
Implement Kernel#define_singleton_method
ksss
2014-03-27
Implement Kernel#__method__
ksss
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
export mrb_yield_internal.
Tomoyuki Sahara
2014-03-16
unify indent style
cubicdaiya
2014-03-15
symbol length type to be mrb_int
Yukihiro "Matz" Matsumoto
2014-03-01
allow send method not to call mrb_funcall if calling method is implemented in...
Yukihiro "Matz" Matsumoto
2014-02-26
fix bug for get_valid_iv_sym
cubicdaiya
2014-02-25
clarify fallthrough in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-20
move src/error.h to include/mruby/error.h
take_cheeze
2014-02-09
Store raw stack address in callinfo instead of offset from stbas
Miura Hideki
2014-02-01
fix NODE_SPLAT codegen
h2so5
2014-01-31
clean up external symbols
cremno
2014-01-25
clone Class/Module rightly
h2so5
2013-12-23
Remove 'mrb_state' field from 'kh_xxx_t' structure.
crimsonwoods
2013-12-01
add mrb_intern_lit for creating symbol from string literal
take_cheeze
[next]