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-06-21
Merge pull request #5486 from dearblue/alloc-castfree
Yukihiro "Matz" Matsumoto
2021-06-20
Use `MRB_VTYPE_FOREACH()` in `src/object.c`
dearblue
2021-06-20
Added `MRB_OBJ_ALLOC()` macro that does not require a cast
dearblue
2021-06-19
Merge branch 'dearblue-block_given'
Yukihiro "Matz" Matsumoto
2021-06-19
codegen.c: stop `uninitialized` warning.
Yukihiro "Matz" Matsumoto
2021-06-19
Added `MRB_API` function to get block arguments info.
dearblue
2021-06-19
Merge pull request #5484 from jbampton/enable-markdownlint-rule
Yukihiro "Matz" Matsumoto
2021-06-19
Enable markdownlint rule MD046 code-block-style
John Bampton
2021-06-18
Merge pull request #5434 from jbampton/add-markdownlint-rules-as-comments
Yukihiro "Matz" Matsumoto
2021-06-18
Merge pull request #5483 from mruby/dependabot/github_actions/actions/upload-...
Yukihiro "Matz" Matsumoto
2021-06-17
build(deps): bump actions/upload-artifact from 2.2.3 to 2.2.4
dependabot[bot]
2021-06-17
variable.c: add `skip` argument to skip `base` class in lookup.
Yukihiro "Matz" Matsumoto
2021-06-17
variable.c: refactor `mrb_vm_const_get` function.
Yukihiro "Matz" Matsumoto
2021-06-17
variable.c: skip prepended module for constant lookup.
Yukihiro "Matz" Matsumoto
2021-06-17
class.c: use `MRB_FLAG_TEST()` macro.
Yukihiro "Matz" Matsumoto
2021-06-17
Merge pull request #5480 from jbampton/add-more-pre-commit-hooks
Yukihiro "Matz" Matsumoto
2021-06-17
Merge pull request #5482 from jbampton/standardize-backtick-commands
Yukihiro "Matz" Matsumoto
2021-06-17
Standardize commands inside backticks
John Bampton
2021-06-17
Merge pull request #5481 from jbampton/fix-shebang
Yukihiro "Matz" Matsumoto
2021-06-17
Fix shebang by removing whitespace
John Bampton
2021-06-17
Add two more pre-commit hooks
John Bampton
2021-06-17
Add the rules to the markdownlint config file as comments
John Bampton
2021-06-17
Revert "`instance_eval` for classes and modules should behave as `class_eval`."
Yukihiro "Matz" Matsumoto
2021-06-16
Merge pull request #5444 from jbampton/add-misspell-docs
Yukihiro "Matz" Matsumoto
2021-06-16
Merge pull request #5445 from jbampton/add-codespell-pre-commit-hook
Yukihiro "Matz" Matsumoto
2021-06-16
eval.c: implement `class_eval` with string; close #5478
Yukihiro "Matz" Matsumoto
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-06-15
numeric.c: restore `fmt` argument for backward compatibility.
Yukihiro "Matz" Matsumoto
2021-06-14
pack.c: support `w' directive (BER integer compression).
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: `count` should not be negative for directives `xX@`.
Yukihiro "Matz" Matsumoto
2021-06-13
pack.c: raise error for unsupported `w` directive.
Yukihiro "Matz" Matsumoto
2021-06-12
readint.c: fixed typo.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: support `@' directive (absolute position).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: refactor pack/unpack 'X'.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: add `X` directive (back up byte).
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: `count` should be always positive. no check needed.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: fix `long/int` mixtures.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: remove unused arguments from static functions.
Yukihiro "Matz" Matsumoto
2021-06-12
pack.c: wrong position after count read.
Yukihiro "Matz" Matsumoto
2021-06-12
Merge pull request #5476 from dearblue/eval+super
Yukihiro "Matz" Matsumoto
2021-06-12
Raise `TypeError` with `super` inside `instance_eval` / `class_eval`
dearblue
2021-06-11
codegen.c: refactor `readint()`
Yukihiro "Matz" Matsumoto
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-11
Merge pull request #5475 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-06-11
build(deps): bump github/super-linter from 4.2.1 to 4.2.2
dependabot[bot]
2021-06-10
sprintf.c: check value range before type casting.
Yukihiro "Matz" Matsumoto
2021-06-10
readflt.c: renamed from `strtod.c`
Yukihiro "Matz" Matsumoto
2021-06-10
Merge pull request #5474 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
2021-06-10
build(deps): bump github/super-linter from 4.2.0 to 4.2.1
dependabot[bot]
2021-06-09
Merge pull request #5473 from mruby/dependabot/github_actions/github/super-li...
Yukihiro "Matz" Matsumoto
[next]