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
2019-08-21
Merge pull request #4180 from take-cheeze/lock_file
Yukihiro "Matz" Matsumoto
2019-08-21
Merge pull request #4651 from shuujii/prioritize-embedded-string-over-nofree-...
Yukihiro "Matz" Matsumoto
2019-08-21
Prioritize embedded string over nofree (or normal) string
KOBAYASHI Shuji
2019-08-21
Merge pull request #4650 from take-cheeze/patch-5
Yukihiro "Matz" Matsumoto
2019-08-21
Merge pull request #4649 from take-cheeze/patch-4
Yukihiro "Matz" Matsumoto
2019-08-21
Merge pull request #4648 from take-cheeze/patch-3
Yukihiro "Matz" Matsumoto
2019-08-21
Merge pull request #4647 from take-cheeze/patch-2
Yukihiro "Matz" Matsumoto
2019-08-20
Remove deprecated iij stuffs
Takeshi Watanabe
2019-08-20
Fix link of mruby-io
Takeshi Watanabe
2019-08-20
Use mruby-onig-regexp instead in example
Takeshi Watanabe
2019-08-20
Add note about checksum_hash in mrbgem doc
Takeshi Watanabe
2019-08-20
Avoid C++ strict aliasing warning.
Yukihiro "Matz" Matsumoto
2019-08-20
Fixed a bug in the `OP_JMPNOT` optimization (13eaff4); fix #4644
Yukihiro "Matz" Matsumoto
2019-08-20
Merge pull request #4646 from shuujii/use-RBasic-padding-for-embedded-string-...
Yukihiro "Matz" Matsumoto
2019-08-20
Use `RBasic` padding for embedded string on 64-bit CPU
KOBAYASHI Shuji
2019-08-19
Merge pull request #4645 from shuujii/move-mrb_str_pool-to-src-string.c-to-us...
Yukihiro "Matz" Matsumoto
2019-08-19
Move `mrb_str_pool` to `src/string.c` to use `str_init` family
KOBAYASHI Shuji
2019-08-19
Merge pull request #4643 from lopopolo/externally-define-MRB_API
Yukihiro "Matz" Matsumoto
2019-08-18
Allow external definition of MRB_API macro
Ryan Lopopolo
2019-08-19
Merge pull request #4639 from dearblue/suppress-Wstringop-truncation
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4638 from dearblue/simplify-get-args
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4636 from davidsiaw/doxygen
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4642 from dearblue/unique-symlink
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4641 from shuujii/rename-mrb_shared_string-len-to-mrb_sha...
Yukihiro "Matz" Matsumoto
2019-08-19
Merge pull request #4640 from shuujii/also-use-str_init_shared-for-orig-in-st...
Yukihiro "Matz" Matsumoto
2019-08-18
Merge pull request #4637 from dearblue/immutable-iseq
Yukihiro "Matz" Matsumoto
2019-08-18
Make symbolic link names unique for test
dearblue
2019-08-18
fix up documentation for values
David Siaw
2019-08-18
Rename `mrb_shared_string::len` to `mrb_shared_string::capa`
KOBAYASHI Shuji
2019-08-18
Also use `str_init_shared` for `orig` in `str_make_shared()`
KOBAYASHI Shuji
2019-08-18
Suppress warnings for `strncat()`
dearblue
2019-08-18
Simplify get arguments
dearblue
2019-08-18
Prohibit changes to iseq in principle
dearblue
2019-08-18
fix up markdown display in doxygen
David Siaw
2019-08-18
first bit of doc generation
David Siaw
2019-08-17
Merge pull request #4634 from shuujii/refactor-set-unset-string-type-flags
Yukihiro "Matz" Matsumoto
2019-08-17
Fix wrong argument for `fprintf` in `mruby-bin-mrbc`
KOBAYASHI Shuji
2019-08-17
Refactor set/unset string type flags
KOBAYASHI Shuji
2019-08-17
Merge pull request #4625 from dearblue/rindex-broken-utf8
Yukihiro "Matz" Matsumoto
2019-08-17
Resolve conflict between #4582 and C++ warning.
Yukihiro "Matz" Matsumoto
2019-08-17
Implement `Array#each` using inline mruby bytecode.
Yukihiro "Matz" Matsumoto
2019-08-17
Remove unnecessary `OP_JMPNOT` for `unless` statement.
Yukihiro "Matz" Matsumoto
2019-08-17
Fix `String#rindex` with invalid UTF-8 string
dearblue
2019-08-17
Stop using `mrb_to_str` as a converter (it is not).
Yukihiro "Matz" Matsumoto
2019-08-17
Add `String#rindex` test for invalid UTF-8 string
dearblue
2019-08-17
Fix `String#rindex` test for UTF-8 string
dearblue
2019-08-17
Avoid `mrb_funcall` from `Class#new` when no overloading.
Yukihiro "Matz" Matsumoto
2019-08-16
Merge pull request #4633 from shuujii/shared-fshared-string-is-not-required-w...
Yukihiro "Matz" Matsumoto
2019-08-16
Update `struct RArray` union to silence C++ warning.
Yukihiro "Matz" Matsumoto
2019-08-16
Optimize bytecode for `Class#new`.
Yukihiro "Matz" Matsumoto
[prev]
[next]