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
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
2017-08-26
fix mrbgems/mruby-range-ext/src/range.c:142:71: error: use of undeclared iden...
Tomasz Dąbrowski
2017-08-26
Keep `Range` class in `mrb_state` structure for performance.
Yukihiro "Matz" Matsumoto
2017-08-22
Added method cache.
Yukihiro "Matz" Matsumoto
2017-08-22
(Try to) fix mixture of `int` and `size_t` in UTF-8 conversion.
Yukihiro "Matz" Matsumoto
2017-07-18
Simplify `mrb_gc_arena_restore()` to reduce overhead.
Yukihiro "Matz" Matsumoto
2017-07-07
Add fallback definitions of `DBL_EPSILPN` and `LDBL_EPSILON`; fix #3733
Yukihiro "Matz" Matsumoto
2017-06-23
Silence `mrbmemcpy` and `mrbmemset` warnings.
Yukihiro "Matz" Matsumoto
2017-06-15
Add helper functions to use gdb reverse-next.
Yukihiro "Matz" Matsumoto
2017-06-03
Revert "Simplify rescue stack management; ref #3683"
Yukihiro "Matz" Matsumoto
2017-06-01
Simplify rescue stack management; ref #3683
Yukihiro "Matz" Matsumoto
2017-06-01
Simplify ensure stack management; fix #3683
Yukihiro "Matz" Matsumoto
2017-05-23
Simplify backtrace mechanism; fix #3633 #3634 #3644
Yukihiro "Matz" Matsumoto
2017-05-23
Remove class info from backtrace lines.
Yukihiro "Matz" Matsumoto
2017-04-19
Use trampoline technique for `instance_exec`; ref #3359
Yukihiro "Matz" Matsumoto
2017-02-15
Preallocate SystemStackError; ref #3421
Yukihiro "Matz" Matsumoto
2017-02-14
Do not use mrb_funcall() if Hash#default is not overridden; ref #3421
Yukihiro "Matz" Matsumoto
2017-01-11
Raises Exception if raising exception class is redefined
Yukihiro "Matz" Matsumoto
2017-01-06
Update Copyright to 2017
Daniel Bovensiepen
2016-11-28
pre-allocate arena overflow error
Yukihiro "Matz" Matsumoto
2016-11-27
replace _cstr by _lit for litral C strings; ref #3300
Yukihiro "Matz" Matsumoto
2016-11-24
Fixed Range.size to use proper floating point tolerance
Tomasz Dąbrowski
2016-11-24
Fixes for compiling mruby as C++
Tomasz Dąbrowski
2016-11-21
mrb_assert definition moved to the beggining of mruby.h
Tomasz Dąbrowski
2016-11-10
Renamed class_under_defined to class_defined_under
Felix Jones
2016-11-06
mrb_class_under_defined docs renamed parent and child to outer and inner
Felix Jones
2016-11-06
Added mrb_class_under_defined
Felix Jones
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2016-09-20
Fix return value type of bytecode_decoder
Kazuaki Tanaka
2016-09-20
Bytecode decoder support, MRB_BYTECODE_DECODE_OPTION
Kazuaki Tanaka
2016-03-07
change backtrace sep from const char* to char
Yukihiro "Matz" Matsumoto
2016-02-04
cache mrb_regexp_p(); ref #980
Yukihiro "Matz" Matsumoto
2016-01-18
Update license year range to 2016
Prayag Verma
2016-01-07
change mrb_run related API names; compatibility macros provided
Yukihiro "Matz" Matsumoto
[prev]
[next]