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
2021-04-18
Merge pull request #5414 from shuujii/mRubyPresym-no-longer-needs-RakeDSL
Yukihiro "Matz" Matsumoto
2021-04-17
array.rb: add `Array#intersect?` from Ruby3.0.1.
Yukihiro "Matz" Matsumoto
2021-04-17
`MRuby::Presym` no longer needs `Rake::DSL`
KOBAYASHI Shuji
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-04-15
Merge pull request #5413 from shuujii/fix-enable_debug_info-in-mrbgems-mruby-...
Yukihiro "Matz" Matsumoto
2021-04-15
Fix `enable_debug_info?` in `mrbgems/mruby-proc-ext/test/proc.rb`
KOBAYASHI Shuji
2021-04-14
Merge pull request #5411 from artichoke/mrb_protect_atexit_prototype_mismatch
Yukihiro "Matz" Matsumoto
2021-04-14
Merge pull request #5410 from mruby/dependabot/github_actions/actions/cache-v...
Yukihiro "Matz" Matsumoto
2021-04-13
Fix incorrect prototype on declaration of mrb_protect_atexit
Ryan Lopopolo
2021-04-13
build(deps): bump actions/cache from v2.1.4 to v2.1.5
dependabot[bot]
2021-04-13
mrbgem.rake: avoid implicit receivers in `mrbgem.rake`.
Yukihiro "Matz" Matsumoto
2021-04-13
mruby-io: fix `IO#ungetbyte`; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-13
Rakefile: remove GitLab configuration; close #5409
Yukihiro "Matz" Matsumoto
2021-04-12
AUTHORS: update authors information as of 2021-04-12.
Yukihiro "Matz" Matsumoto
2021-04-12
proc.h: add type cast to silence warning; ref #5402
Yukihiro "Matz" Matsumoto
2021-04-10
Merge branch 'io_getbyte' close #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.rb: fix `IO#getbyte` to work with UTF-8 characters; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.rb: add `IO#readbyte`; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.c: add assertions to `mrb_io_bufread()`; ref #5389
Yukihiro "Matz" Matsumoto
2021-04-10
io.rb: `@buf` should be empty on `EOF`; #4983, #5389
Yukihiro "Matz" Matsumoto
2021-04-10
Add IO#getbyte
take-cheeze
2021-04-10
Rename some internal functions; ref #5401
Yukihiro "Matz" Matsumoto
2021-04-09
Merge pull request #5400 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-04-09
Merge pull request #5401 from dearblue/mcall
Yukihiro "Matz" Matsumoto
2021-04-08
mruby-config.bat: update as the shell version. [ci skip]
Yukihiro "Matz" Matsumoto
2021-04-08
codeql-analysis.yml: remove `git checkout HEAD^2`.
Yukihiro "Matz" Matsumoto
2021-04-07
Merge pull request #5407 from mruby/dependabot/github_actions/actions/upload-...
Yukihiro "Matz" Matsumoto
2021-04-07
build(deps): bump actions/upload-artifact from v2.2.2 to v2.2.3
dependabot[bot]
2021-04-07
Removing trailing white spaces; ref #5406 [ci skip]
Yukihiro "Matz" Matsumoto
2021-04-07
Merge pull request #5406 from sizious/dreamcast-shelf-build-config-update
Yukihiro "Matz" Matsumoto
2021-04-06
dreamcast_shelf: typo fix.
SiZiOUS
2021-04-06
Updating dreamcast_shelf build configuration.
SiZiOUS
2021-04-06
doc/link.md: update `mruby-config` description.
Yukihiro "Matz" Matsumoto
2021-04-06
mruby-config: add `--cc` and `--ld` options.
Yukihiro "Matz" Matsumoto
2021-04-06
Merge pull request #5405 from shuujii/fix-heading-level-in-doc-guides-link.md
Yukihiro "Matz" Matsumoto
2021-04-06
Merge pull request #5404 from shuujii/fix-typo-in-doc-guides-link.md
Yukihiro "Matz" Matsumoto
2021-04-06
Fix heading level in `doc/guides/link.md` [ci skip]
KOBAYASHI Shuji
2021-04-06
Fix typo in `doc/guides/link.md` [ci skip]
KOBAYASHI Shuji
2021-04-05
link.md: add new document for linking `libmruby`; ref #5393
Yukihiro "Matz" Matsumoto
2021-04-04
Merge pull request #5402 from dearblue/catch1
Yukihiro "Matz" Matsumoto
2021-04-04
Making a proc object static for a method with static irep
dearblue
2021-04-03
Reorganize `mcall()` in `mruby-method`.
dearblue
2021-04-03
Make `mrb_exec_irep()` allow non-VM to enter.
dearblue
2021-04-03
chore: fix spelling
John Bampton
2021-04-03
Merge pull request #5397 from dearblue/c++dump
Yukihiro "Matz" Matsumoto
2021-04-03
Merge pull request #5398 from jbampton/fix-authors-link
Yukihiro "Matz" Matsumoto
2021-04-03
Merge pull request #5399 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-04-03
chore: fix spelling
John Bampton
2021-04-03
Fix the Authors link in the README
John Bampton
2021-04-03
Fix build failures with `enable_debug` and `enable_cxx_abi`
dearblue
[next]