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
2017-01-24
Outer class may be same as the class; fix #3382
Yukihiro "Matz" Matsumoto
2017-01-12
Kernel#initialize should not break existing mt; fix #3397
Yukihiro "Matz" Matsumoto
2017-01-11
Raises Exception if raising exception class is redefined
Yukihiro "Matz" Matsumoto
2016-12-12
should not try to set classpath for frozen classes; ref #3340
Yukihiro "Matz" Matsumoto
2016-12-12
freeze classes/modules; ref #3340
Yukihiro "Matz" Matsumoto
2016-12-04
Add symbol type check for Module#undef_method
Yukihiro "Matz" Matsumoto
2016-11-30
Prohibit instantiation of immediate objects
Yukihiro "Matz" Matsumoto
2016-11-24
Fix segfault on remove_method with invalid argument
Bouke van der Bijl
2016-11-17
renamed "inline" to "istruct" to represent inline struct; ref #3251
Yukihiro "Matz" Matsumoto
2016-11-17
inline structures data type for mruby (MRB_TT_INLINE) (fix #3237)
Tomasz Dąbrowski
2016-11-16
Correct argument specifications for few methods:
Tomasz Dąbrowski
2016-11-15
class/module statement should re-open; fix #3225
Yukihiro "Matz" Matsumoto
2016-11-13
move mrb_str_dup() to mrb_class_path; ref #2470
Yukihiro "Matz" Matsumoto
2016-11-11
Merge pull request #3224 from ksss/define_method
Yukihiro "Matz" Matsumoto
2016-11-10
Renamed class_under_defined to class_defined_under
Felix Jones
2016-11-06
Added mrb_class_under_defined
Felix Jones
2016-10-12
Module#define_method supports proc argument
ksss
2016-08-20
Move Module#include and #prepend to class.c; ref #3197
Yukihiro "Matz" Matsumoto
2016-02-24
Avoid Error when Compiling with -std=c99 flag
Malizia R
2016-01-22
Fix SEGV by stack extension in mrb_get_args()
Kouhei Sutou
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-10-28
mrb_get_args should consume argument even when type specifier with bang get n...
Yukihiro "Matz" Matsumoto
2015-09-05
remove `origin` member to implement prepend from struct RClass; ref #2885
Yukihiro "Matz" Matsumoto
2015-09-04
Merge branch 'module-prepend' of https://github.com/polyfox/mruby into polyfo...
Yukihiro "Matz" Matsumoto
2015-07-16
Make include_module_at static
Corey Powell
2015-07-16
use mrb_str_cat_str() instead of mrb_str_append()
cremno
2015-07-14
Remove non-applicable "hack" comment
Corey Powell
2015-07-14
Applied gc patch to fix ORIGIN ICLASS method table leak
Corey Powell
2015-07-14
Renamed parameters in include_module_at
Corey Powell
2015-07-14
mrb_get_args: improve function description about !
Yukihiro "Matz" Matsumoto
2015-07-14
mrb_get_args: allow d!
Yukihiro "Matz" Matsumoto
2015-07-14
mrb_get_args: allow A,H,s,z,a,d specifiers to take ! to accept nil.
Yukihiro "Matz" Matsumoto
2015-07-13
included_modules, origin fix
Corey Powell
2015-07-13
Bugfix, included_modules would include classes
Corey Powell
2015-07-13
Removed comment beside method_removed
Corey Powell
2015-07-13
Added Module#method_removed hook
Corey Powell
2015-07-13
Fixed Modules not being fully initialized before #initialize was called
Corey Powell
2015-07-13
Added changed check to the mrb_include_module
Corey Powell
2015-07-13
Remove some remnant debug code
Corey Powell
2015-07-13
Additional patches to make this work
Corey Powell
2015-07-13
Comment in a refactor to match MRI, but that fails 320 tests.
Blaž Hrastnik
2015-07-13
origin must be initialized
Blaž Hrastnik
2015-07-13
Expose insert position, which should be at origin for include and klass for
Blaž Hrastnik
2015-07-13
Implement Module#prepend.
Blaž Hrastnik
2015-07-13
allow '!' after 'S' specifier of mrb_get_args() that allow nil.
Yukihiro "Matz" Matsumoto
2015-07-13
refactor mrb_bob_missing to share raising NoMethodError code; fix #2878
Yukihiro "Matz" Matsumoto
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2015-06-22
Fixes #912
Jared Breeden
2015-05-29
check if outer is a class or module
cremno
2015-05-28
remove unnecessary including of <ctype.h>
cremno
[next]