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
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-05-31
Fix float constant redefinition warnings
Rory OConnell
2020-05-07
Remove `mrb_run` from `MRB_API`; #4488
Yukihiro "Matz" Matsumoto
2020-04-26
Reduce `struct mrb_context`
dearblue
2020-04-22
Add new function `mrb_singleton_class_ptr()`; ref #4973
Yukihiro "Matz" Matsumoto
2020-04-10
Update version to `2.1.1`. (mruby 2.1.1 RC)
2.1.1-rc
Hiroshi Mimaki
2020-01-30
Move fallback definitions of `FLT_EPSILON` etc. after `#include <mruby/value.h>`
Yukihiro "Matz" Matsumoto
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-10-06
Get keyword arguments with `mrb_get_args()`
dearblue
2019-10-04
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Yukihiro "Matz" Matsumoto
2019-09-26
Fixed `codedump` for human readable symbol format; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-16
Remove `MRB_METHOD_TABLE_INLINE`.
Yukihiro "Matz" Matsumoto
2019-09-16
Refactor `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2019-09-14
Add argument names to C function prototypes.
Yukihiro "Matz" Matsumoto
2019-09-14
Add a macro `mrb_frozen_p` that points to `MRB_FROZEN_P`.
Yukihiro "Matz" Matsumoto
2019-09-14
Remove `mrb_funcall` from `<=>` operations.
Yukihiro "Matz" Matsumoto
2019-08-26
fix lots of warnings and make logo not so big
David Siaw
2019-08-19
Merge pull request #4636 from davidsiaw/doxygen
Yukihiro "Matz" Matsumoto
2019-08-18
fix up documentation for values
David Siaw
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-07
Update `mrb_to_str` and related functions.
Yukihiro "Matz" Matsumoto
2019-07-03
Refine document to mrb_get_args()` [ci skip]
KOBAYASHI Shuji
2019-05-29
Add `mrb_alloca` again; ref #4470
Yukihiro "Matz" Matsumoto
2019-05-25
Remove `mrb_alloca()` function
dearblue
2019-05-02
Fixed include specifier format for `mruby/common.h`.
Yukihiro "Matz" Matsumoto
2019-04-24
Remove unnecessary `mrb_regexp_check()` and related functions.
Yukihiro "Matz" Matsumoto
2019-04-19
Change modifier to `MRB_INLINE` from `static inline`
dearblue
2019-04-10
Remove `MRB_API` from `mrb_instance_new`.
Yukihiro "Matz" Matsumoto
2019-04-10
Merge pull request #4367 from shuujii/extract-frozen-checking-to-function
Yukihiro "Matz" Matsumoto
2019-04-09
Extract frozen checking to function
KOBAYASHI Shuji
2019-04-08
Remove unneeded function prototypes
KOBAYASHI Shuji
2019-04-04
Update version and release date.
2.0.1
Hiroshi Mimaki
2019-03-29
va_list is defined in stdarg.h.
Tomoyuki Sahara
2019-03-26
Fix missing `MRB_API` prefix for functions below; clse #4267
Yukihiro "Matz" Matsumoto
2019-02-17
Fix typos
yui-knk
2019-02-12
Implement inline packed symbols.
Yukihiro "Matz" Matsumoto
2019-02-06
Implement symbol hash table to boost `find_symbol`.
Yukihiro "Matz" Matsumoto
2019-02-06
Remove symbol hash table from `mrb_state` structure.
Yukihiro "Matz" Matsumoto
2018-12-23
Suppress __STDC_VERSION__ warns for C++
dearblue
2018-12-18
Fix macro arguments with paren
dearblue
2018-11-20
Restrict total recursion number of `ecall()`; fix #3789
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-09-25
Fix minor typos (#4126)
Daniel Varga
2018-08-29
Fix type of `eidx` and `ridx` from `uint8_t` to `uint16_t`; fix #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Move back `mrb_define_alias` to `mruby.h` to avoid breakage.
Yukihiro "Matz" Matsumoto
2018-08-25
Reduce integer casting warnings.
Yukihiro "Matz" Matsumoto
[next]