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-08-17
Resolve conflict between #4582 and C++ warning.
Yukihiro "Matz" Matsumoto
2019-08-16
Update `struct RArray` union to silence C++ warning.
Yukihiro "Matz" Matsumoto
2019-08-14
Remove `MRB_API` from functions only called from `vm.c`.
Yukihiro "Matz" Matsumoto
2019-08-11
`mrb_str_modify_keep_ascii` can embed one more byte
KOBAYASHI Shuji
2019-08-07
Update `mrb_to_str` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-07
Reorganize `mrb_string_value_cstr` and related functions.
Yukihiro "Matz" Matsumoto
2019-08-04
Add constants for floating point number
dearblue
2019-07-22
Fix `FIXABLE_FLOAT()` on `MRB_INT64`; ref #4566
Yukihiro "Matz" Matsumoto
2019-07-17
Avoid `MRB_INLINE` for `mrb_str_modify()`; ref #4579
Yukihiro "Matz" Matsumoto
2019-07-16
Merge pull request #4580 from shuujii/unify-type-of-line-number-to-uint16_t
Yukihiro "Matz" Matsumoto
2019-07-15
Unify type of line number to `uint16_t`
KOBAYASHI Shuji
2019-07-15
Add `MRB_API` to `mrb_str_modify_keep_ascii()`
KOBAYASHI Shuji
2019-07-14
Keep `MRB_STR_ASCII` flag in some methods of `String`
KOBAYASHI Shuji
2019-07-05
Read/write `MRB_STR_ASCII` flag only when `MRB_UTF8_STRING` is defined
KOBAYASHI Shuji
2019-07-04
Rename `MRB_STR_NO_UTF` to 'MRB_STR_ASCII`; close #4550
Yukihiro "Matz" Matsumoto
2019-07-03
Refine document to mrb_get_args()` [ci skip]
KOBAYASHI Shuji
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
[prev]
[next]