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-method
Age
Commit message (
Expand
)
Author
2021-03-09
chore: fix grammar
John Bampton
2021-02-26
Use `MRB_SYM()` more extensively.
Yukihiro "Matz" Matsumoto
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-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2020-12-13
Fix spelling
John Bampton
2020-11-25
Replace mere `enable_debug` by clearer `conf.enable_debug` [ci skip]
Yukihiro "Matz" Matsumoto
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-10-29
Move `build_config.rb` -> `build_config/default.rb`; ref #5098
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Integrate `Fixnum` class into `Integer` class
dearblue
2020-10-12
Use functions that take symbols to reduce string litrals in C.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-10-12
Use more `MRB_QSYM()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `MRB_SYM()` for inline symbols.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-04
Add explicit cast to silence warnings on AppVeyor.
Yukihiro "Matz" Matsumoto
2019-10-08
Use `mrb_str_concat` instead of `mrb_str_to_str` + `mrb_str_cat_str`
KOBAYASHI Shuji
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-21
Use `mrb_define_method` instead of `mrb_define_alias`
KOBAYASHI Shuji
2019-09-16
Implement `bind_call` method from Ruby2.7.
Yukihiro "Matz" Matsumoto
2019-08-05
Use new specifiers/modifiers of `mrb_vfromat()`
KOBAYASHI Shuji
2019-06-25
Fixed a bug caused by `to_s` that returns `nil`; fix 4504
Yukihiro "Matz" Matsumoto
2019-04-27
Remove duplicated `String#each_char`
KOBAYASHI Shuji
2019-04-04
Use `mrb_proc_arity` instead of `Proc#arity` call in `Method#arity`
KOBAYASHI Shuji
2019-02-28
Remove unnecessary backticks; ref #4301
Yukihiro "Matz" Matsumoto
2019-01-03
Add test for #<< and #>> for Proc and Method class
dearblue
2019-01-03
Add proc composition feature (CRuby-2.6 compatible)
dearblue
2018-09-01
Move `Kernel#send` to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-08-30
Separate meta-programming features to `mruby-metaprog` gem.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2017-12-18
mruby/data.h doesn't need
ksss
2017-12-18
Clean up some files and docs
ksss
2017-12-18
Shouldn't use alloca
ksss
2017-12-18
Add mrbgems/mruby-method
ksss