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-12-13
class of TT_VOIDP should be Object
Yukihiro Matz Matsumoto
2012-12-03
add check_const_name for Module#const_set
skandhas
2012-12-03
add check_const_name for Module#const_get
skandhas
2012-12-03
add check_const_name for Module#const_defined?
skandhas
2012-12-03
add function:check_const_name
skandhas
2012-11-30
Merge pull request #573 from skandhas/pr-add-Module-module_eval
Yukihiro "Matz" Matsumoto
2012-11-30
Merge pull request #578 from tricknotes/stop-warning
Yukihiro "Matz" Matsumoto
2012-12-01
Fix typos: invalide -> invalid; patch from @darashi; close #577
Yukihiro Matz Matsumoto
2012-11-30
Stop warning: extra ';' outside of a function
Ryunosuke SATO
2012-11-27
add Module#class_eval
skandhas
2012-11-27
add comments for Module#module_eval
skandhas
2012-11-27
add Module#module_eval
skandhas
2012-11-26
add comments for Module#instance_methods
skandhas
2012-11-26
add Module#instance_methods
skandhas
2012-11-24
add comment for Module#include?
skandhas
2012-11-24
add Module#include?
skandhas
2012-11-19
fix lost const variable in class BasicObject
skandhas
2012-11-16
prepare metaclass of metaclass when retrieving by singleton_class(); close #540
Yukihiro Matz Matsumoto
2012-11-14
should print SCLASS as modules and classes
Yukihiro Matz Matsumoto
2012-11-14
zero initialize singleton_class iv
Yukihiro Matz Matsumoto
2012-11-12
modify aspec
skandhas
2012-11-09
add Module#class_variables
skandhas
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
[next]