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-04-19
Add `mrb_true_p()` and `mrb_false_p()` macro functions
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
2019-02-12
Disable `Symbol.all_symbols`.
Yukihiro "Matz" Matsumoto
2019-02-12
Implement inline packed symbols.
Yukihiro "Matz" Matsumoto
2019-02-06
Implement symbol hash table to boost `find_symbol`.
Yukihiro "Matz" Matsumoto
2019-02-06
Remove symbol hash table from `mrb_state` structure.
Yukihiro "Matz" Matsumoto
2019-02-04
Fix `Symbol#size` for multi-byte characters with `MRB_UTF8_STRING`
KOBAYASHI Shuji
2019-01-20
Fix memory leak `sval` when out of memory in `Data_Wrap_Struct()`
dearblue
2019-01-08
Update compiled binary format version; ref #4219
Yukihiro "Matz" Matsumoto
2019-01-08
Update `OP_APOST` description (typo fixed).
Yukihiro "Matz" Matsumoto
2019-01-03
range: Refactor range.h/range.c
KOBAYASHI Shuji
2019-01-01
range: Embed edges in RRange on boxing environment.
KOBAYASHI Shuji
2018-12-23
Suppress __STDC_VERSION__ warns for C++
dearblue
2018-12-22
Fix MRB_ENDIAN_BIG is always defined, if byte order macro is not defined
dearblue
2018-12-21
Simplify `MRB_ENDIAN_BIG` macro definition; ref #4190
Yukihiro "Matz" Matsumoto
2018-12-21
Define `MRB_ENDIAN_BIG` automatically; ref #4190
Yukihiro "Matz" Matsumoto
2018-12-18
Fix macro expressions with paren
dearblue
2018-12-18
Fix macro arguments with paren
dearblue
2018-12-17
Remove `#include <mruby/khash.h>` from `mruby/hash.h`.
Yukihiro "Matz" Matsumoto
2018-12-14
Add `mrb_hash_size()` function.
dearblue
2018-12-11
Merge pull request #4184 from mruby/stable
Yukihiro "Matz" Matsumoto
2018-12-11
Update release date.
2.0.0
Hiroshi Mimaki
2018-12-11
Rename `ht_foreach_func` to `mrb_hash_foreach_func`.
Yukihiro "Matz" Matsumoto
2018-12-11
Add `mrb_` prefix to `iv_foreach_func`.
Yukihiro "Matz" Matsumoto
2018-12-11
Add new API `mrb_iv_foreach()` to iterate over instance variables.
Yukihiro "Matz" Matsumoto
2018-12-11
Add API function `mrb_hash_foreach()` to iterate over items in a hash.
Yukihiro "Matz" Matsumoto
2018-11-25
Remove `do { ... } while(0)` hacks from `MRB_TRY` macros.
Yukihiro "Matz" Matsumoto
2018-11-20
Update documentation to mrb_load_irep
Rob Fors
2018-11-20
Update version number; fix #4165
Yukihiro "Matz" Matsumoto
2018-11-20
Fixed a bug in `mirb` heredoc handling; fix #3989
Yukihiro "Matz" Matsumoto
2018-11-20
Restrict total recursion number of `ecall()`; fix #3789
Yukihiro "Matz" Matsumoto
2018-11-19
Restore `mrb_string_type` function for compatibility.
Yukihiro "Matz" Matsumoto
2018-11-19
Use type checking `mrb_to_str` instead of converting `mrb_str_to_str`.
Yukihiro "Matz" Matsumoto
2018-11-19
Removed `to_ary` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_str` method; fix #3854
Yukihiro "Matz" Matsumoto
[next]