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
Age
Commit message (
Expand
)
Author
2020-06-25
Change flag names in preparation of `REnv` refactoring.
Yukihiro "Matz" Matsumoto
2020-06-20
Add `mrb_get_arg1()` that retrieves single (and only) argument.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unnecessary comments from `MRB_TT_*` definitions.
Yukihiro "Matz" Matsumoto
2020-06-15
Remove unused `MRB_TT_FILE`.
Yukihiro "Matz" Matsumoto
2020-06-09
Update `OP_HASH` generation to support big hash creation.
Yukihiro "Matz" Matsumoto
2020-06-05
Squashed commit of the following:
Yukihiro "Matz" Matsumoto
2020-06-05
Merge master.
Hiroshi Mimaki
2020-06-04
Update release date.
2.1.1
Hiroshi Mimaki
2020-06-04
Merge pull request #4865 from take-cheeze/istruct_align
Yukihiro "Matz" Matsumoto
2020-06-02
Remove `patch_irep()` in `mruby-eval`
dearblue
2020-05-31
Fix float constant redefinition warnings
Rory OConnell
2020-05-24
Do not destruct rest arguments for __send__
Yusuke Endoh
2020-05-19
Adding warnings for mrb_load functions leaking RProc objects
Rory OConnell
2020-05-07
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
2020-05-07
Remove endian information/flags from compiled binary format.
Yukihiro "Matz" Matsumoto
2020-05-07
Update compiled binary format version for `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Add a new instruction `OP_LOADI16`.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove `mrb_run` from `MRB_API`; #4488
Yukihiro "Matz" Matsumoto
2020-05-04
Enable MRB_METHOD_T_STRUCT by default on 32bit GUN/Linux
Horimoto Yasuhiro
2020-04-28
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
2020-04-26
Reduce `struct mrb_context`
dearblue
2020-04-24
Support `undef` for `mrb_ary_splice()` instead of `[]`
dearblue
2020-04-22
Add new function `mrb_singleton_class_ptr()`; ref #4973
Yukihiro "Matz" Matsumoto
2020-04-14
Merge pull request #4972 from dearblue/boxnan-cptr
Yukihiro "Matz" Matsumoto
2020-04-13
Fix `MRB_TT_CPTR` object with `MRB_NAN_BOXING`
dearblue
2020-04-11
Add `mrb_float_to_cstr()` MRB_API function
dearblue
2020-04-10
Update version to `2.1.1`. (mruby 2.1.1 RC)
2.1.1-rc
Hiroshi Mimaki
2020-03-04
Enable MRB_METHOD_T_STRUCT by default on 32bit Windows
Sutou Kouhei
2020-02-01
Fix builds for old mingw in mruby-socket; ref #4914
dearblue
2020-01-30
Move fallback definitions of `FLT_EPSILON` etc. after `#include <mruby/value.h>`
Yukihiro "Matz" Matsumoto
2020-01-15
Remove broken `MRB_INT16` configuration option.
Yukihiro "Matz" Matsumoto
2020-01-06
Avoid creating temporary objects in `read_irep_record_1`; close #4920
Yukihiro "Matz" Matsumoto
2020-01-01
Rename `mrb_num_args_error` to `mrb_argnum_error`; ref #4863
Yukihiro "Matz" Matsumoto
2020-01-01
Merge pull request #4863 from shuujii/add-mrb_num_args_error-for-wrong-number...
Yukihiro "Matz" Matsumoto
2019-12-25
Fix potentially use of wrong method cache
KOBAYASHI Shuji
2019-12-14
Remove location info from `Exception#inspect`
KOBAYASHI Shuji
2019-12-13
Align RIStruct data for rational
take-cheeze
2019-12-12
Add `mrb_num_args_error()` for "wrong number of arguments" error
KOBAYASHI Shuji
2019-12-09
Implement numbered parameters
Ukrainskiy Sergey
2019-12-01
Fix `MRB_FIXNUM_SHIFT` with `MRB_WORD_BOXING`, `MRB_INT32` and `MRB_64BIT`
KOBAYASHI Shuji
2019-11-23
Rename `BITSIZE` to `BIT` and `BIT` to `BIT_POS` for consistency
KOBAYASHI Shuji
2019-11-22
Merge pull request #4835 from shuujii/introduce-mrb_ssize-type-for-buffer-siz...
Yukihiro "Matz" Matsumoto
2019-11-21
Introduce `mrb_ssize` type for buffer size on memory; ref #4483
KOBAYASHI Shuji
2019-11-19
Merge pull request #4831 from shuujii/always-enable-the-rational-and-complex-...
Yukihiro "Matz" Matsumoto
2019-11-19
Always enable the rational and complex literals
KOBAYASHI Shuji
2019-11-19
Release `mruby 2.1.0`.
2.1.0
Hiroshi Mimaki
2019-10-23
Merge branch 'master' into stable
Hiroshi Mimaki
2019-10-23
Add type cast to avoid an error from `int` and `enum` mixture; fix #4786
Yukihiro "Matz" Matsumoto
2019-10-18
Update version to `2.1.0`. (mruby 2.1.0 RC)
2.1.0-rc
Hiroshi Mimaki
2019-10-06
Get keyword arguments with `mrb_get_args()`
dearblue
[next]