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
/
mrbgems
/
mruby-object-ext
Age
Commit message (
Expand
)
Author
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-04-22
Fix `instance_exec` and `class_exec` to avoid crash on indirect calls.
Yukihiro "Matz" Matsumoto
2019-09-16
Entrust "no block given" error to `mrb_get_args()`
dearblue
2019-07-24
Move `NilClass#to_h` to `mruby-object-ext` from `mruby-enum-ext`
KOBAYASHI Shuji
2019-06-06
Clarify `mruby-(kernel|object)-ext` gem summary; ref 8e637bdd [ci skip]
KOBAYASHI Shuji
2019-05-29
`Kernel#itself` should not be a module function
KOBAYASHI Shuji
2019-05-19
Merge pull request #4450 from shuujii/move-Kernel-instance_exec-to-BasicObject
Yukihiro "Matz" Matsumoto
2019-05-19
Should clarify the role of `mruby-kernel-ext` and `mruby-object-ext`; close #...
Yukihiro "Matz" Matsumoto
2019-05-18
Move `Kernel#instance_exec` to `BasicObject`
KOBAYASHI Shuji
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
2017-10-16
Support MRB_WIHTOUT_FLOAT to mruby-object-ext
YAMAMOTO Masaya
2017-06-27
No longer need to copy `argv` from `mrb_get_args`; ref #3722
Yukihiro "Matz" Matsumoto
2017-04-19
Use trampoline technique for `instance_exec`; ref #3359
Yukihiro "Matz" Matsumoto
2017-03-13
Need to copy argv since it may be reallocated; fix #3500
Yukihiro "Matz" Matsumoto
2017-02-15
Move #instance_exec to Kernel module
Yukihiro "Matz" Matsumoto
2016-11-24
Fix segfault when defining class inside instance_exec on primitive
Bouke van der Bijl
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-06-28
Rename extended xxxx class or module to xxxx class or module extension
Jun Hiroe
2015-06-28
Fix typo; Replace extensional with extended
Jun Hiroe
2014-08-21
changed to call check_cv_name_str in check_cv_name_sym and adjust indent
kkkkkt
2014-04-25
Use mrb_int in mrbgem rest argument getting.
take_cheeze
2014-03-27
Implement Object#tap
ksss
2014-03-19
rename mrb_yield_internal to mrb_yield_with_class since it's no longer internal
Yukihiro "Matz" Matsumoto
2014-03-19
export mrb_yield_internal.
Tomoyuki Sahara
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2013-08-04
Improve test of mruby-object-ext GEM
Daniel Bovensiepen
2013-07-27
I replace 0 with NULL because struct pointer be should set NULL in.
Jun Hiroe
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-07-01
Add Object#instance_exec
h2so5
2013-06-28
add nil.to_a, nil.to_f, nil.to_i methods
Akira Yumiyama