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
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
2018-08-25
Fix misspelling words in comments
Kazuhiro Sera
2018-08-25
Remove `nregs` member from `mrb_callinfo`.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-06-20
Export mrb_utf8_from_locale() and mrb_locale_from_utf8()
Kouhei Sutou
2018-06-07
Export `stack_extend` function (renamed `mrb_stack_extend`); fix #3219
Yukihiro "Matz" Matsumoto
2018-04-10
Fix build error on Windows with MRB_BUILD_AS_DLL
Kouhei Sutou
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-03-02
Add `mrb_fiber_alive_p` to C API.
Yukihiro "Matz" Matsumoto
2018-01-16
Set the mruby-1.4.0 release date to `2018-1-16`.
1.4.0
Hiroshi Mimaki
2017-12-12
Merge pull request #3882 from mattn/fix-filename
Yukihiro "Matz" Matsumoto
2017-12-12
fix compilation error
Yasuhiro 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 'master' of github.com:mruby/mruby
YAMAMOTO Masaya
2017-10-28
remove `inline` from replacement `memcpy`&`memset`
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\vm.c(438): warning C4244: '=': conversion from 'mrb_int' to 'int', p...
Tomasz Dąbrowski
2017-09-27
fix: mrbgems\mruby-kernel-ext\src\kernel.c(114): warning C4244: 'function': c...
Tomasz Dąbrowski
[prev]
[next]