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-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
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-19
Improve Hash table using variable sized segments.
Yukihiro "Matz" Matsumoto
2018-11-15
Shrink file name table size to `uint16_t`; ref #4138
Yukihiro "Matz" Matsumoto
2018-11-15
Remove `filename`&`lines` from `mrb_irep` struct.
Yukihiro "Matz" Matsumoto
2018-11-02
Remove reserved symbols for now.
Yukihiro "Matz" Matsumoto
2018-10-29
Reduce unnecessary symbol table entry
take-cheeze
2018-10-29
Define null symbol
take-cheeze
2018-10-29
Reduce instruction size
take-cheeze
2018-09-26
Use segmented list to implement `Hash` [Experimental]
Yukihiro "Matz" Matsumoto
2018-09-25
Fix minor typos (#4126)
Daniel Varga
2018-09-16
Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-07
Fix typo for concatenate
dearblue
2018-09-01
Remove `MRB_API` from `mrb_f_send` which is not API.
Yukihiro "Matz" Matsumoto
2018-08-30
Update `RITE_BINARY_FORMAT_VER` and `RITE_VM_VER`.
Yukihiro "Matz" Matsumoto
[next]