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
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
2013-04-25
suppress intern inside of 'respond_to?'.
crimsonwoods
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-04-22
Use mrb_bool for the 'b' format specifier of mrb_get_args
h2so5
2013-04-20
small consmetic fix
Yukihiro "Matz" Matsumoto
2013-04-20
Add implementation for respond_to_missing?
Carson McDonald
2013-04-20
Refactor kernel.c and class.c
h2so5
2013-04-13
move no block check to mrb_yield_internal
Yukihiro "Matz" Matsumoto
2013-04-13
add no block check; based on patch from h2so5; close #1174
Yukihiro "Matz" Matsumoto
2013-04-01
bugfix: Kernel#!=, and add #!= testcase.
Kouki Ooyatsu
2013-03-29
Sort include files. Some redundant includes are removed.
Masaki Muranaka
2013-03-28
Modify mrb_name_error() to use mrb_format().
Masaki Muranaka
2013-03-27
use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...
Yukihiro Matz Matsumoto
2013-03-26
remove all MRB_TT_MAIN from source
Yukihiro Matz Matsumoto
2013-03-25
Make mrb_top_self return a real instance.
Carson McDonald
2013-03-24
Remove needless prototype
mattn
2013-03-22
Use mrb_intern2() instead of mrb_intern(). This is for avoiding overhead by s...
Masaki Muranaka
2013-03-19
rename mrb_true_or_false_value() to mrb_bool_value()
Yukihiro Matz Matsumoto
2013-03-19
Use mrb_true_or_false_value() / in obj_respond_to().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_obj_is_kind_of_m().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_obj_ivar_defined().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in obj_is_instance_of().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_f_block_given_p_m().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_equal_m().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_obj_not_equal_m().
Masaki Muranaka
2013-03-19
Use mrb_true_or_false_value() / in mrb_obj_equal_m().
Masaki Muranaka
2013-03-15
rename mrb_basic to mrb_basic_ptr; close #1011
Yukihiro Matz Matsumoto
2013-03-14
Add break to default case in switch statement
kano4
2013-03-14
symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....
Yukihiro Matz Matsumoto
2013-03-04
Separate Kernel#sprintf support from mruby core. It's moved to mrbgems.
Masaki Muranaka
2013-03-03
Merge pull request #931 from matsumoto-r/fix_some_indents
Yukihiro "Matz" Matsumoto
2013-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2013-03-02
Adjust some indents
MATSUMOTO Ryosuke
2013-03-01
Remove unused structures.
Masaki Muranaka
2013-02-27
Remove freeze leftovers
brainopia
[prev]
[next]