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-04
Update release date.
2.1.1
Hiroshi Mimaki
2020-05-07
Rename (and expose) UTF-8 related functions; ref #4712
Yukihiro "Matz" Matsumoto
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-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
2019-10-04
Freeze strings from `nil.to_s`, `true.to_s`, `false.to_s`.
Yukihiro "Matz" Matsumoto
2019-10-03
Fix opcode semantics comment miss. (op_jmpnil)
Hirohito Higashi
2019-10-03
Fix opcode semantics comment miss.
Hirohito Higashi
2019-09-30
Remove a trailing space in `MRUBY_DESCRIPTION`
KOBAYASHI Shuji
2019-09-29
Remove unnecessary type `mrb_hash_value`
dearblue
2019-09-29
Add an annotation of the return value from `mrb_delete_key`; #4737
Yukihiro "Matz" Matsumoto
2019-09-27
Merge pull request #4733 from shuujii/use-type-predicate-macros-instead-of-mr...
Yukihiro "Matz" Matsumoto
2019-09-26
Fixed `codedump` for human readable symbol format; ref #4684
Yukihiro "Matz" Matsumoto
2019-09-26
Use type predicate macros instead of `mrb_type` if possible
KOBAYASHI Shuji
2019-09-26
Merge pull request #4732 from dearblue/inttypes
Yukihiro "Matz" Matsumoto
2019-09-25
Merge pull request #4728 from shuujii/remove-MRB_TT_HAS_BASIC-macro
Yukihiro "Matz" Matsumoto
2019-09-25
Rename symbol-to-string functions; close #4684
Yukihiro "Matz" Matsumoto
2019-09-25
Use inttypes for `snprintf()`
dearblue
2019-09-25
Remove `MRB_TT_HAS_BASIC` macro
KOBAYASHI Shuji
2019-09-22
Implement all type predicate macros for `MRB_WORD_BOXING`
KOBAYASHI Shuji
2019-09-21
Rename MRB_USE_ETEXT_EDATA to MRB_USE_LINK_TIME_RO_DATA_P and support lld lin...
Fangrui Song
2019-09-16
Remove `MRB_METHOD_TABLE_INLINE`.
Yukihiro "Matz" Matsumoto
2019-09-16
Raise `ArgumentError` by `aspec` check; ref #4688
Yukihiro "Matz" Matsumoto
2019-09-16
Share common definition of `MRB_METHOD_FUNC_FL`.
Yukihiro "Matz" Matsumoto
2019-09-16
Use bit shifting to pack function pointers to `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2019-09-16
Refactor `mrb_method_t`.
Yukihiro "Matz" Matsumoto
2019-09-15
Refactor `mrb_type` in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
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
[next]