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-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
2012-10-16
Kernel#block_given? always gave false
Yukihiro Matsumoto
2012-10-16
true/false should print proper inspect string
Yukihiro Matsumoto
2012-09-03
make Kernel#inspect not to call #to_s
Yukihiro Matsumoto
2012-09-03
introduce toplevel object main; close #327
Yukihiro Matsumoto
2012-08-31
wrong condition for iv name check
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-13
use TRUE/FALSE instead of 1/0
Yukihiro Matsumoto
2012-08-12
now segmented list can be used as instance variable tables by -DMRB_USE_IV_SE...
Yukihiro Matsumoto
2012-08-12
add const qualifier to stop warning
Yukihiro Matsumoto
2012-08-11
add check for instance variable names
Yukihiro Matsumoto
2012-08-03
mrb_singleton_class should raise TypeError for immediate objects
Yukihiro Matsumoto
2012-08-01
make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...
Yukihiro Matsumoto
2012-07-29
Make all(?) void casts explicit for C++
Max Anselm
2012-07-29
Remove commented out code.
Masaki Muranaka
2012-07-24
instance_eval should set target_class in the block
Yukihiro Matsumoto
2012-07-24
instance_eval should raise NotImplementedError on string argument
Yukihiro Matsumoto
2012-07-14
Remove unnecessary header inclusion
Junji Sawada
2012-07-14
mrb_load_xxx to return undef + mrb_undef_p
Yukihiro Matsumoto
2012-07-13
less <stdio.h>
Yukihiro Matsumoto
2012-07-05
move RDoc comments
Yukihiro Matsumoto
2012-06-27
do not undef config macros
Yukihiro Matsumoto
[next]