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
/
class.c
Age
Commit message (
Expand
)
Author
2012-11-08
avoid local variable declaration in the middle
nkshigeru
2012-11-07
Ruby and align the behavior.
Akira Yumiyama
2012-11-07
fix 'undefined method' error message.
Akira Yumiyama
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-11-04
replace SYMBOL_P() by mrb_symbol_p()
Yukihiro Matz Matsumoto
2012-11-03
FALSE and STRING should not be converted to float for get_args("f"); close #525
Yukihiro Matsumoto
2012-10-28
change the error message (NoMethodError, NameError)
Akira Yumiyama
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-10-09
Bugfix for crash if main was extended with a module.
Beoran
2012-09-06
add Module#inspect; close #453
Yukihiro Matsumoto
2012-09-06
inspect on classes should not cause SEGV
Yukihiro Matsumoto
2012-08-14
NaN boxing
Yukihiro Matsumoto
2012-08-13
setjmp in mrb_funcall_with_block if mrb->jmp is empty
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-08
store :initialize in mrb structure
Yukihiro Matsumoto
2012-08-04
super look-up scheme fixed; close #415
Yukihiro Matsumoto
2012-08-03
define_method to copy block body
Yukihiro Matsumoto
2012-08-03
mrb_singleton_class should raise TypeError for immediate objects
Yukihiro Matsumoto
2012-08-03
mrb_define_method_vm should update target_class
Yukihiro Matsumoto
2012-08-02
mrb_get_args("&") gave wrong value
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
Modify mrb_vm_define_class.
Masamitsu MURASE
2012-07-25
Undefine new for class rather than instance.
Max Anselm
2012-07-22
Remove initialization of mt.
Masamitsu MURASE
2012-07-19
use no malloc in mrb_funcall; close #386
Yukihiro Matsumoto
2012-07-18
MRB_FUNCALL_ARGC_MAX support. (refs comments in #324).
Masaki Muranaka
2012-07-18
Remove magic numbers in mrb_funcall()
Masaki Muranaka
2012-07-17
Merge pull request #380 from masamitsu-murase/modify_respond_to
Yukihiro "Matz" Matsumoto
2012-07-18
Kernel#respond_to? should return false if the method is undefined.
Masamitsu MURASE
2012-07-18
Undef Class#extend_object.
Masamitsu MURASE
2012-07-17
CRuby style inclusion order; close #377
Yukihiro Matsumoto
2012-07-17
undef append_features for Classes
Yukihiro Matsumoto
2012-07-17
resolve conflict
Yukihiro Matsumoto
2012-07-17
add Module#ancestors 15.2.2.4.9
Yukihiro Matsumoto
2012-07-17
Add Module#extend_object and Module#extended.
Masamitsu MURASE
2012-07-15
Merge pull request #370 from masamitsu-murase/remove_unnecessary_const_set
Yukihiro "Matz" Matsumoto
2012-07-15
make class_from_sym static
Yukihiro Matsumoto
2012-07-14
Remove unnecessary mrb_const_set in class.c.
Masamitsu MURASE
2012-07-13
add missing (empty) default for swtch; close #364
Yukihiro Matsumoto
2012-07-07
Improvement of Module#include.
Masamitsu MURASE
2012-07-05
Module#include should also include included modules; close #340
Yukihiro Matsumoto
2012-07-01
Initialize mt of module with khash.
Masamitsu MURASE
2012-06-27
resolve conflict in class.c
Yukihiro Matsumoto
2012-06-27
use return value from sprintf/snprintf
Yukihiro Matsumoto
2012-06-27
Use sizeof to get char array sizes.
Masaki Muranaka
2012-06-25
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-06-25
use mrb_intern_str instead of mrb_intern if possible
Yukihiro Matsumoto
2012-06-24
Merge pull request #318 from masamitsu-murase/fix_instance_tt
Yukihiro "Matz" Matsumoto
2012-06-24
should mark child env from method (proc) objects
Yukihiro Matsumoto
[next]