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-10-12
`Hash#delete` should return the deleted value; fix #4133
Yukihiro "Matz" Matsumoto
2018-10-05
Merge pull request #4131 from junaruga/feature/ci-refactoring
Yukihiro "Matz" Matsumoto
2018-10-05
Refactor .travis.yml to remove duplicated env: MRUBY_CONFIG.
Jun Aruga
2018-10-02
Fixed SEGV from `eval` called form top-level `mrb_funcall()`; fix #4028
Yukihiro "Matz" Matsumoto
2018-09-27
Fixed a `String#squeeze` bug in handling `iso-8859-1` strings; ref #4127
Yukihiro "Matz" Matsumoto
2018-09-26
Implement `Hash#rehash` in C using `sg_compact()`.
Yukihiro "Matz" Matsumoto
2018-09-26
Add index to larger segment lists for performance
Yukihiro "Matz" Matsumoto
2018-09-26
Use `mrb_undef_value` for delete mark instead of shifting Hash entry table.
Yukihiro "Matz" Matsumoto
2018-09-26
Use segmented list to implement `Hash` [Experimental]
Yukihiro "Matz" Matsumoto
2018-09-26
Revert "Fix comparisons in str_squeeze."
Yukihiro "Matz" Matsumoto
2018-09-26
Avoid using `memmove()` for performance; fix #4130
Yukihiro "Matz" Matsumoto
2018-09-26
Disambiguate block braces.
Yukihiro "Matz" Matsumoto
2018-09-26
Rename `tr_pattern_free()` to `tr_free_pattern()`.
Yukihiro "Matz" Matsumoto
2018-09-26
Small refactoring in vm.c
Yukihiro "Matz" Matsumoto
2018-09-25
Merge pull request #4128 from take-cheeze/patch-1
Yukihiro "Matz" Matsumoto
2018-09-25
Fix leak in `mrb_str_count`
Takeshi Watanabe
2018-09-25
Merge pull request #4127 from clayton-shopify/fix-str-squeeze-comparisons
Yukihiro "Matz" Matsumoto
2018-09-25
Fix minor typos (#4126)
Daniel Varga
2018-09-24
Fix comparisons in str_squeeze.
Clayton Smith
2018-09-21
Add compiler flag to disable direct threading (#4075)
sbsoftware
2018-09-21
Fixed a top-level local variable bug in `mirb`.
Yukihiro "Matz" Matsumoto
2018-09-21
Implement `String#delete` and `#delete!`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Implement `String#count`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Add `String#squeeze` and `#squeeze!`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Add `String#tr_s` and `String#tr_s!`; ref #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Add `String#tr` and `#tr!` to `mruby-string-ext` gem; fix #4086
Yukihiro "Matz" Matsumoto
2018-09-21
Implement `Array#union` which is introduced in Ruby2.6.
Yukihiro "Matz" Matsumoto
2018-09-20
Improve performance of `Array#uniq!`.
Yukihiro "Matz" Matsumoto
2018-09-20
Merge branch 'dearblue-assign-anon-class-name'
Yukihiro "Matz" Matsumoto
2018-09-20
Renamed `is_namespace()` to `namespace_p()`.
Yukihiro "Matz" Matsumoto
2018-09-20
Revert "Add MRB_IMPROVE_META_PROGRAMMING configuration"
Yukihiro "Matz" Matsumoto
2018-09-20
Merge branch 'assign-anon-class-name' of https://github.com/dearblue/mruby in...
Yukihiro "Matz" Matsumoto
2018-09-20
Move `Symbol#to_proc` to the core from `mruby-symbol-ext` gem.
Yukihiro "Matz" Matsumoto
2018-09-20
Make `#to_h` to take a block; [ruby-core:89088]
Yukihiro "Matz" Matsumoto
2018-09-20
Merge pull request #4112 from dearblue/fix-outer-module-name
Yukihiro "Matz" Matsumoto
2018-09-20
Allow nested gemboxes; fix #4124
Yukihiro "Matz" Matsumoto
2018-09-20
Small refactoring in `mruby-hash-ext`.
Yukihiro "Matz" Matsumoto
2018-09-18
Use `mrb_to_flo()` to check return value from `to_f`; fix #4115
Yukihiro "Matz" Matsumoto
2018-09-18
Array size may be changed in `mrb_get_args()` reentry.
Yukihiro "Matz" Matsumoto
2018-09-17
Merge pull request #4122 from blacktm/iphone-exclude-pipe-exec
Yukihiro "Matz" Matsumoto
2018-09-15
Exclude pipe and exec on iOS/tvOS
Tom Black
2018-09-16
fixup! Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-16
Merge pull request #4121 from clayton-shopify/fix-sprintf-overflow
Yukihiro "Matz" Matsumoto
2018-09-16
Add support for iOS platforms that does not support `fork`; fix #4113
Yukihiro "Matz" Matsumoto
2018-09-14
Prevent signed integer overflow.
Clayton Smith
2018-09-08
Merge pull request #4110 from dearblue/fix-typo1
Yukihiro "Matz" Matsumoto
2018-09-08
Fix outer module name
dearblue
2018-09-07
Fix to not define outer when outer is itself.
dearblue
2018-09-07
Clear terminated space
dearblue
2018-09-07
Add MRB_IMPROVE_META_PROGRAMMING configuration
dearblue
[next]