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
2019-06-26
Merge pull request #4532 from shuujii/fix-String-byteslice-with-MRB_UTF8_STRI...
Yukihiro "Matz" Matsumoto
2019-06-25
Fix `String#byteslice` with `MRB_UTF8_STRING` and some edge cases
KOBAYASHI Shuji
2019-06-25
Merge pull request #4516 from shuujii/fix-struct-RRange-overflow-on-32-bit-CP...
Yukihiro "Matz" Matsumoto
2019-06-19
Remove unneeded statement in `SET_OBJ_VALUE` with `boxing_word.h`
KOBAYASHI Shuji
2019-06-18
Fix `struct RRange` overflow on 32-bit CPU with `MRB_NAN_BOXING`
KOBAYASHI Shuji
2019-06-13
Fix class name validation in `Struct.new`
KOBAYASHI Shuji
2019-06-04
Need explicit cast for C++
dearblue
2019-05-29
Add `mrb_alloca` again; ref #4470
Yukihiro "Matz" Matsumoto
2019-05-25
Remove `mrb_alloca()` function
dearblue
2019-05-25
Name the return value of `mrb_range_beg_len()`
dearblue
2019-05-22
Merge pull request #4403 from dearblue/read-irep-from-buf
Yukihiro "Matz" Matsumoto
2019-05-21
Export `mrb_int_value` that converts `mrb_float` to `Fixnum`.
Yukihiro "Matz" Matsumoto
2019-05-20
Add new functions for numerical operation; ref 237a57b
Yukihiro "Matz" Matsumoto
2019-05-19
Remove "LINE" section reader
dearblue
2019-05-18
Rename `struct RIstruct` to `struct RIStruct`.
Yukihiro "Matz" Matsumoto
2019-05-17
(Proof of Concept) mruby tuning profiles [ci skip]
dearblue
2019-05-17
Make unused functions private.
Yukihiro "Matz" Matsumoto
2019-05-17
Remove unused `mrb_num_div()` function.
Yukihiro "Matz" Matsumoto
2019-05-17
Use `mrb_float` instead of `double` in `FIXABLE_FLOAT`.
Yukihiro "Matz" Matsumoto
2019-05-16
Set maximum string (and symbol) size to 65534 (`UINT16_MAX-1`).
Yukihiro "Matz" Matsumoto
2019-05-15
Initial suffix support
Ukrainskiy Sergey
2019-05-15
Merge pull request #4400 from shuujii/fix-name-assignment-to-frozen-anonymous...
Yukihiro "Matz" Matsumoto
2019-05-02
Fixed include specifier format for `mruby/common.h`.
Yukihiro "Matz" Matsumoto
2019-04-27
Update document for `MRB_USE_CUSTOM_RO_DATA_P`
dearblue
2019-04-27
Update document for any configurations
dearblue
2019-04-26
Add customized `mrb_ro_data_p()`
dearblue
2019-04-24
Add mruby binary loader functions from buffer memory
dearblue
2019-04-24
Reorganize defines related to `MRB_INLINE`; ref #4391
Yukihiro "Matz" Matsumoto
2019-04-24
Remove unnecessary `mrb_regexp_check()` and related functions.
Yukihiro "Matz" Matsumoto
2019-04-23
Fix name assignment to frozen anonymous class/module
KOBAYASHI Shuji
2019-04-22
Merge pull request #4391 from dearblue/inlines
Yukihiro "Matz" Matsumoto
2019-04-20
Expand `BOXWORD_SET_VALUE()` macro in `include/mruby/boxing_word.h`
KOBAYASHI Shuji
2019-04-19
Add `mrb_true_p()` and `mrb_false_p()` macro functions
dearblue
2019-04-19
Change modifier to `MRB_INLINE` from `static inline`
dearblue
2019-04-16
Avoid potential zero size array declaration; fix #4382
KOBAYASHI Shuji
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-05
Merge pull request #4357 from mruby/stable
Yukihiro "Matz" Matsumoto
2019-04-04
Use `mrb_proc_arity` instead of `Proc#arity` call in `Method#arity`
KOBAYASHI Shuji
2019-04-04
Update version and release date.
2.0.1
Hiroshi Mimaki
2019-04-02
Pad leading zero to month and day in `MRUBY_RELEASE_DATE`
KOBAYASHI Shuji
2019-04-01
Avoid keeping pointers from `mrb_sym2name_len()`; fix #4342
Yukihiro "Matz" Matsumoto
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-03-14
Fix constant name validation
KOBAYASHI Shuji
2019-02-17
Merge pull request #4279 from dearblue/fix-inline-packed-symbols
Yukihiro "Matz" Matsumoto
2019-02-17
Fix typos
yui-knk
2019-02-16
Fix to defined `MRB_SYMBOL_BITSIZE` and `MRB_SYMBOL_MAX` always; ref #4077
dearblue
[next]