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
Age
Commit message (
Expand
)
Author
2018-06-11
Retrieve `b` operand from the instruction (for debugging); ref #4020
Yukihiro "Matz" Matsumoto
2018-06-08
`mrb_class_real()` did not work for `BasicObject`; fix #4037
Yukihiro "Matz" Matsumoto
2018-06-07
Allow `Object#clone` to copy frozen status only; fix #4036
Yukihiro "Matz" Matsumoto
2018-06-07
Merge pull request #4035 from katzer/patch-1
Yukihiro "Matz" Matsumoto
2018-06-07
Merge pull request #4039 from i110/i110/fix-broken-lexical-variables
Yukihiro "Matz" Matsumoto
2018-06-07
Extend stack when pushing arguments that does not fit in; fix #4038
Yukihiro "Matz" Matsumoto
2018-06-07
Export `stack_extend` function (renamed `mrb_stack_extend`); fix #3219
Yukihiro "Matz" Matsumoto
2018-06-06
add test for eval
Ichito Nagata
2018-06-06
Revert "Fix heap use after free on mruby-aws-sigv4."
Ichito Nagata
2018-06-05
Declare inet_ntop and inet_pton as static
Sebastián Katzer
2018-06-03
Merge pull request #4033 from i110/i110/fix-envadjust
Yukihiro "Matz" Matsumoto
2018-06-03
fix env->stack misadjusting
Ichito Nagata
2018-06-01
Instead of defining `Hash#dup`, we should define `Hash#initialize_copy`.
Yukihiro "Matz" Matsumoto
2018-06-01
The `clone` method should copy object status (e.g. frozen) too; #4030
Yukihiro "Matz" Matsumoto
2018-06-01
Merge pull request #4031 from i110/i110/hash_default
Yukihiro "Matz" Matsumoto
2018-06-01
let Hash#merge keep ifnone value
Ichito Nagata
2018-05-30
Should not call `initialize_copy` for `TT_ICLASS`; fix #4027
Yukihiro "Matz" Matsumoto
2018-05-30
Clear `__classname__` of duped class/module; ref #4027
Yukihiro "Matz" Matsumoto
2018-05-23
Check if the exception is frozen; fix #4025
Yukihiro "Matz" Matsumoto
2018-05-23
Add `then` alias to `yield_self`.
Yukihiro "Matz" Matsumoto
2018-05-11
Merge pull request #4023 from iwamatsu/fix-upstream
Yukihiro "Matz" Matsumoto
2018-05-10
Fix test of mruby-pack with big-endian CPUs
Nobuhiro Iwamatsu
2018-05-09
Merge pull request #4022 from mimaki/mruby-r-option
Yukihiro "Matz" Matsumoto
2018-05-08
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-07
Add `-r` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-07
Merge pull request #4017 from mimaki/mruby-d-option
Yukihiro "Matz" Matsumoto
2018-05-07
Fix CI build errors and warnings.
Hiroshi Mimaki
2018-05-03
`env` referred from top-level callinfo should not be unshared; fix #4019
Yukihiro "Matz" Matsumoto
2018-05-02
Need to call `mrb_str_modify()` in `mrb_str_cat_str()`; fix #4018
Yukihiro "Matz" Matsumoto
2018-05-02
Add `-d` option for `mruby` and `mirb`.
Hiroshi Mimaki
2018-05-01
Update `MRB_FLO_TO_STR_FMT` to "%.16g"; fix #4016
Yukihiro "Matz" Matsumoto
2018-05-01
Check the return value from `mrb_get_datatype()`; fix #4009
Yukihiro "Matz" Matsumoto
2018-05-01
Fix stack position in multiple assignment; fix #4008
Yukihiro "Matz" Matsumoto
2018-04-28
Update `OP_APOST` description; ref #4008
Yukihiro "Matz" Matsumoto
2018-04-28
Fix broken support of `MRB_WITHOUT_FLOAT`; fix #4015
Yukihiro "Matz" Matsumoto
2018-04-28
Update the patch to not use `funcall` in C; ref #4013
Yukihiro "Matz" Matsumoto
2018-04-28
Fix Enumerable#hash on non 32-bit integer conf.
kimu_shu
2018-04-28
Merge pull request #4014 from mruby/stable
Yukihiro "Matz" Matsumoto
2018-04-28
Merge pull request #4012 from take-cheeze/fix_heap_use_after_free
Yukihiro "Matz" Matsumoto
2018-04-27
Set the mruby-1.4.1 release date to `2018-4-27`.
1.4.1
Hiroshi Mimaki
2018-04-27
Fix heap use after free on mruby-aws-sigv4.
Takeshi Watanabe
2018-04-26
Merge pull request #4011 from kou/fix-gc-env-children
Yukihiro "Matz" Matsumoto
2018-04-26
Fix wrong the number of marked objects of MRB_TT_ENV in gray mark phase
Kouhei Sutou
2018-04-25
Merge pull request #4010 from take-cheeze/fix_ary_replace_leak
Yukihiro "Matz" Matsumoto
2018-04-25
Fix array replace leak error in mruby-uri.
Takeshi Watanabe
2018-04-23
Merge pull request #4007 from iij/sort-should-not-consume-system-stack
Yukihiro "Matz" Matsumoto
2018-04-23
Merge pull request #4006 from take-cheeze/fix_ub_check
Yukihiro "Matz" Matsumoto
2018-04-23
sort method should not consume system stack.
Tomoyuki Sahara
2018-04-23
Fix undefined error of pointer dereference.
Takeshi Watanabe
2018-04-21
Implement `String#upto` in Ruby.
Yukihiro "Matz" Matsumoto
[prev]
[next]