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
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
2018-08-30
Add new function `mrb_ensure_hash_type()`; ref #4097
Yukihiro "Matz" Matsumoto
2018-08-30
`uint16_t` is too small for reference count; fix #4093
Yukihiro "Matz" Matsumoto
2018-08-29
Fix type of `eidx` and `ridx` from `uint8_t` to `uint16_t`; fix #4088
Yukihiro "Matz" Matsumoto
2018-08-29
Move back `mrb_define_alias` to `mruby.h` to avoid breakage.
Yukihiro "Matz" Matsumoto
2018-08-25
Reduce integer casting warnings.
Yukihiro "Matz" Matsumoto
2018-08-25
Hash splat `**` should not be ignored.
Yukihiro "Matz" Matsumoto
2018-08-25
Add a new function `mrb_hash_merge()`.
Yukihiro "Matz" Matsumoto
2018-08-25
Fix misspelling words in comments
Kazuhiro Sera
2018-08-25
Rename ambiguous function names.
Yukihiro "Matz" Matsumoto
2018-08-25
Remove utility functions: `mrb_vm_iv_{get,set}`.
Yukihiro "Matz" Matsumoto
2018-08-25
Small refactoring.
Yukihiro "Matz" Matsumoto
2018-08-25
Fix mrb_value size with MRB_WORD_BOXING on 32-bit mode
dearblue
2018-08-25
Remove `nregs` member from `mrb_callinfo`.
Yukihiro "Matz" Matsumoto
2018-08-25
Reorganize flags values for classes; fix #3975
Yukihiro "Matz" Matsumoto
2018-07-31
Bytecode support for `mrdb`.
Yukihiro "Matz" Matsumoto
2018-07-31
Removed unused instruction: `OP_KDICT`.
Yukihiro "Matz" Matsumoto
2018-07-30
Keyword argument implemented.
Yukihiro "Matz" Matsumoto
2018-07-30
New bytecode implementation of mruby VM.
Yukihiro "Matz" Matsumoto
2018-07-11
move declaration of mrb_irep_remove_lv from dump.h to irep.h
yuri
2018-07-10
add mrbc option `--remove-lv`
yuri
2018-06-20
Export mrb_utf8_from_locale() and mrb_locale_from_utf8()
Kouhei Sutou
[next]