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
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
2013-11-29
rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513
Yukihiro "Matz" Matsumoto
2013-10-30
type check class/module in mrb_get_args(); close #1477
Yukihiro "Matz" Matsumoto
2013-10-27
Uniquify the results of Object#methods
h2so5
2013-09-21
rename voidp to cptr
Yukihiro "Matz" Matsumoto
2013-07-25
replace assert with mrb_assert
fleuria
2013-07-24
suppress the warnings from get_valid_iv_sym()
fleuria
2013-07-22
change else formatting
Yukihiro "Matz" Matsumoto
2013-07-21
Slight cleanup of code
Ryan Scott
2013-07-18
First round of trying to improve the performance of attr_reader and attr_writ...
Ryan Scott
2013-07-15
Repalace int with mrb_bool because a return value is boolean.
Jun Hiroe
2013-07-12
2.Replace mrb_intern() func with mrb_intern2() func or mrb_intern_cstr() func.
Jun Hiroe
2013-06-15
Merge upstream
Daniel Bovensiepen
2013-06-17
Add ISO Number to Kernel
Daniel Bovensiepen
2013-05-26
Add MRB_WORD_BOXING mode (represent mrb_value as a word)
kimu_shu
2013-05-20
primary mruby fiber implementation
Yukihiro "Matz" Matsumoto
2013-04-26
small cosmetic refactoring
Yukihiro "Matz" Matsumoto
2013-04-26
rename mrb_interned API functions
Yukihiro "Matz" Matsumoto
2013-04-26
Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...
Yukihiro "Matz" Matsumoto
[prev]
[next]