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
2019-06-13
Fix class name validation in `Struct.new`
KOBAYASHI Shuji
2019-05-18
Move `Kernel#equal? to `BasicObject`
KOBAYASHI Shuji
2019-05-18
Add ISO section number to `Module#===`.
Yukihiro "Matz" Matsumoto
2019-05-15
Merge pull request #4400 from shuujii/fix-name-assignment-to-frozen-anonymous...
Yukihiro "Matz" Matsumoto
2019-05-03
Simplify conversion process for `i` in `mrb_get_args()`
KOBAYASHI Shuji
2019-04-25
Singleton class of frozen object should be frozen
KOBAYASHI Shuji
2019-04-23
Fix name assignment to frozen anonymous class/module
KOBAYASHI Shuji
2019-04-10
Remove too aggressive `initialize` call in `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-04-10
Remove `MRB_API` from `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-04-05
`Module#alias_method` should return `self` in ISO standard
KOBAYASHI Shuji
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
2019-03-26
Fix missing `MRB_API` prefix for functions below; clse #4267
Yukihiro "Matz" Matsumoto
2019-03-14
Fix constant name validation
KOBAYASHI Shuji
2019-03-11
Reduce `String` creation in `check_(cv|const)_name_sym`
KOBAYASHI Shuji
2019-03-03
Extract similar code fragment to method in `src/class.c`
KOBAYASHI Shuji
2019-02-06
Reduce invocation of `mrb_convert_type()` from `mrb_str_to_str()`.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_hash` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_ary` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-09-20
Merge branch 'assign-anon-class-name' of https://github.com/dearblue/mruby in...
Yukihiro "Matz" Matsumoto
2018-09-20
Merge pull request #4112 from dearblue/fix-outer-module-name
Yukihiro "Matz" Matsumoto
2018-09-08
Fix outer module name
dearblue
2018-09-07
Fix to not define outer when outer is itself.
dearblue
2018-09-07
Undesirable line split
dearblue
2018-09-04
Need more precise constant name check.
Yukihiro "Matz" Matsumoto
2018-09-01
Fix ISO/JIS section numbers.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-25
Rename ambiguous function names.
Yukihiro "Matz" Matsumoto
2018-08-25
Reorganize flags values for classes; fix #3975
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-06-08
`mrb_class_real()` did not work for `BasicObject`; fix #4037
Yukihiro "Matz" Matsumoto
2018-03-16
Update `mrb_get_args` reference comment; ref #3963
Yukihiro "Matz" Matsumoto
2018-03-04
fix && to &! in mrb_get_args()
dearblue
2018-03-04
add forced block arguments feature to mrb_get_args
dearblue
2018-01-17
Typo fixed.
Yukihiro "Matz" Matsumoto
2017-12-20
Should not overwrite `MRB_PROC_TARGET_CLASS(p)` if `p` has env; fix #3905
Yukihiro "Matz" Matsumoto
2017-12-13
Fixed wrong `MRB_WITHOUT_FLOAT` condition; ref #3827
Yukihiro "Matz" Matsumoto
2017-12-12
Modifying frozen objects will raise `FrozenError`.
Yukihiro "Matz" Matsumoto
2017-12-06
`mrb_method_search_vm()` should gives the defined class.
Yukihiro "Matz" Matsumoto
2017-11-20
Add `MRB_METHOD_TABLE_INLINE` option.
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'mrb_without_float' of https://github.com/pandax381/mruby into p...
Yukihiro "Matz" Matsumoto
2017-11-04
Reimplement `block_given?`; ref #3841
Yukihiro "Matz" Matsumoto
2017-11-04
Merge branch 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-28
Heavily refactored how lexical scope links are implemented; fix #3821
Yukihiro "Matz" Matsumoto
2017-10-19
Add `main.define_method`
Yukihiro "Matz" Matsumoto
2017-10-17
Remove `mrb_vm_get_argc`; ref #3826
Yukihiro "Matz" Matsumoto
2017-10-11
Add MRB_WITHOUT_FLOAT
YAMAMOTO Masaya
2017-10-10
correctly handle *splat arguments in mrb_get_argc, also add mrb_vm_get_argc a...
Tomasz Dąbrowski
2017-09-27
fix: src\class.c(949): warning C4244: '=': conversion from 'mrb_int' to 'int'...
Tomasz Dąbrowski
[next]