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
/
include
/
mruby.h
Age
Commit message (
Expand
)
Author
2021-10-30
Avoid violations of the `mrb_static_assert()` standard
dearblue
2021-10-24
Make `mrb_static_assert()` a variable argument
dearblue
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-09-10
mruby.h: remove `acc` from `callinfo`; add `cci` instead.
Yukihiro "Matz" Matsumoto
2021-09-07
object.c: rename `mrb_to_int` to `mrb_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: obsolete `mrb_to_str()`.
Yukihiro "Matz" Matsumoto
2021-09-01
object.c: remove `mrb_convert_to_integer()' function.
Yukihiro "Matz" Matsumoto
2021-09-01
string.h: obsolete `mrb_str_to_str()`, even from examples.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: reorganize `mrb_ensure/check` functions in headers.
Yukihiro "Matz" Matsumoto
2021-08-30
Merge pull request #5542 from dearblue/mrb_get_args-cI
Yukihiro "Matz" Matsumoto
2021-08-28
Allow `nil` for `c!` and `I!` specifiers of `mrb_get_args()`
dearblue
2021-08-28
Integrate the processing of similar specifiers of `mrb_get_args()`
dearblue
2021-08-24
Merge pull request #5535 from dearblue/get-args-frozen
Yukihiro "Matz" Matsumoto
2021-08-23
Checks the frozen object with `mrb_get_args()`
dearblue
2021-08-21
Organize the include of header files
dearblue
2021-08-19
symbol.c: reduce memory by avoiding alignment gaps.
Yukihiro "Matz" Matsumoto
2021-08-13
Check the class with `I` specifier of `mrb_get_args()`
dearblue
2021-07-17
Output an error if the `INTPTR_MAX` macro is undefined in C++
dearblue
2021-06-20
Added `MRB_OBJ_ALLOC()` macro that does not require a cast
dearblue
2021-06-19
Added `MRB_API` function to get block arguments info.
dearblue
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-01-27
Fix "Use `MRB_SYM()` for error class retrieval"; ref 2ddfd50df
KOBAYASHI Shuji
2021-01-26
Use `MRB_SYM()` for error class retrieval; ref #5277
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-21
Reduce size of `mrb_callinfo` by rearranging members.
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 `pc` and `err` of `mrb_callinfo`
dearblue
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
2021-01-10
Unified `target_class` and `env` of `mrb_callinfo`
dearblue
2021-01-10
Use `uint16_t` for `argc` and `acc` of `mrb_callinfo`
dearblue
2021-01-06
Merge branch 'improve-source-scanning-for-presym' of https://github.com/shuuj...
Yukihiro "Matz" Matsumoto
2020-12-27
Update copyright year for 2021
John Bampton
2020-12-19
🔒 Fix missing HTTPS on links
John Bampton
2020-12-13
Improve source scanning for presym
KOBAYASHI Shuji
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-11-21
Fix typo "overfow" to "overflow" [ci skip]
dearblue
2020-11-13
Change name and usage of presym macros
KOBAYASHI Shuji
2020-11-03
Use C99 `__func__` instead of `__FUNCTION__`; #5107
Yukihiro "Matz" Matsumoto
2020-10-23
Merge pull request #5099 from dearblue/getargs-array
Yukihiro "Matz" Matsumoto
2020-10-22
Prohibit array changes by `mrb_get_argv()`
dearblue
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Revert "Add a new function `mrb_exc_protect()`."
Yukihiro "Matz" Matsumoto
2020-10-12
Add a new function `mrb_exc_protect()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Add `const` modifier to `table` in `mrb_kwargs`; #5084
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; ref #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; fix #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Avoid `unsigned int`; Use `mrb_int` instead.
Yukihiro "Matz" Matsumoto
2020-10-12
Change some `int` variables to `mrb_int`.
Yukihiro "Matz" Matsumoto
[next]