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-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
2012-06-24
Modify instance tt.
Masamitsu MURASE
2012-06-24
pacify const assignment warning
Yukihiro Matsumoto
2012-06-23
reduce calling mrb_str_new_cstr() to avoid strlen(); #301
Yukihiro Matsumoto
2012-06-21
move KHASH_DECLARE to header files
Yukihiro Matsumoto
2012-06-21
Merge branch 'modify_khash' of https://github.com/crimsonwoods/mruby into cri...
Yukihiro Matsumoto
2012-06-20
add Module#define_method
Yukihiro Matsumoto
2012-06-19
split declaration and definition for 'khash_xxx'.
crimsonwoods
2012-06-19
add ISO reference numbers
Yukihiro Matsumoto
2012-06-14
mrb_define_{singleton,class}_method should prepare singleton class for the ob...
Yukihiro Matsumoto
2012-06-14
mrb_get_args(i) should check range of float values
Yukihiro Matsumoto
2012-06-13
new mrb_get_args specifier "n" to retrieve a symbol (stands for "name")
Yukihiro Matsumoto
2012-06-12
mrb_get_args should honor optinal arguments
Yukihiro Matsumoto
2012-06-05
mruby/array.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-05
mruby/string.h: rename buf to ptr
Yukihiro Matsumoto
2012-06-03
Improve Class#superclass to ISO
Daniel Bovensiepen
2012-06-03
should not disclose metaclass; close #238
Yukihiro Matsumoto
2012-06-03
Add Class#superclass; a patch made by @bovi; close #234
Yukihiro Matsumoto
2012-06-03
small refactoring after mruby coding convention
Yukihiro Matsumoto
2012-06-03
support Class.new()
Yuichiro MASUI
2012-06-02
'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work from...
Yukihiro Matsumoto
2012-06-01
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-05-31
Add Module.const_defined? && _get && _set methods
Yuichiro MASUI
2012-05-31
resolve conflict
Yukihiro Matsumoto
[next]