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-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
2013-01-15
use the new specifier b instead of o
Cremno
2012-12-12
save lastpc on exception and use it in mruby stack trace
Yukihiro Matz Matsumoto
2012-12-09
fix incorrect checkups in check_iv_name
skandhas
2012-11-26
make 'class_instance_method_list' into a non-static funcion
skandhas
2012-11-18
delete redundant '__send__' definition
skandhas
2012-11-16
prepare metaclass of metaclass when retrieving by singleton_class(); close #540
Yukihiro Matz Matsumoto
2012-11-14
init_copy should copy IV of SCLASS, HASH, DATA as well
Yukihiro Matz Matsumoto
2012-11-04
replace RBASIC by mrb_basic
Yukihiro Matz Matsumoto
2012-11-04
replace RTEST() by mrb_test_p()
Yukihiro Matz Matsumoto
2012-11-03
Module#dup should copy class methods as well
Yukihiro Matz Matsumoto
2012-11-03
cosmetic changes in mrb_obj_clone()
Yukihiro Matz Matsumoto
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
[next]