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-02-13
feat: add Dependabot config file
John Bampton
2021-02-13
Merge pull request #5341 from jbampton/check-for-trailing-whitespace
Yukihiro "Matz" Matsumoto
2021-02-13
feat(CI): check for trailing whitespace
John Bampton
2021-02-13
Merge pull request #5340 from jbampton/use-certified-actions
Yukihiro "Matz" Matsumoto
2021-02-13
refactor: only use certified GitHub Actions to increase security
John Bampton
2021-02-13
Merge pull request #5339 from shuujii/update-compile-prerequisites-in-doc-gui...
Yukihiro "Matz" Matsumoto
2021-02-13
parse.y: string buffer (`tokbuf`) can overflow.
Yukihiro "Matz" Matsumoto
2021-02-13
Update compile prerequisites in `doc/guides/compile.md` [ci skip]
KOBAYASHI Shuji
2021-02-12
Update GitHub Actions.
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5336 from shuujii/fix-build-mruby-catch-gem-without-presym
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5335 from shuujii/add-UncaughtThrowError-tagvalue-for-Rub...
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5337 from shuujii/remove-skip-ci-hack-to-GitHub-Actions
Yukihiro "Matz" Matsumoto
2021-02-12
Remove "skip ci" hack to GitHub Actions [skip travis][skip appveyor]
KOBAYASHI Shuji
2021-02-12
Fix build `mruby-catch` gem without presym
KOBAYASHI Shuji
2021-02-12
Add `UncaughtThrowError#{tag,value}` for Ruby compatibility
KOBAYASHI Shuji
2021-02-12
include/mruby/array.h: `ARY_LEN()` should return `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-02-12
doc/mruby3.md: use relative path.
Yukihiro "Matz" Matsumoto
2021-02-12
Merge pull request #5334 from shuujii/avoid-possibility-of-reading-uninitiali...
Yukihiro "Matz" Matsumoto
2021-02-12
Avoid possibility of reading uninitialized areas in `h_check_modified()`
KOBAYASHI Shuji
2021-02-12
src/print.c: stop warning with `MRB_NO_STDIO`.
Yukihiro "Matz" Matsumoto
2021-02-12
Rename `mrb_sleep.c` to `sleep.c` in `mruby-sleep` gem.
Yukihiro "Matz" Matsumoto
2021-02-12
Update `docs/guides/mrbgems.md`; ref #5210
Yukihiro "Matz" Matsumoto
2021-02-12
Do not collect linker options from binary gems; close #5210
Yukihiro "Matz" Matsumoto
2021-02-12
Update `docs/guides/compile.md`.
Yukihiro "Matz" Matsumoto
2021-02-12
Rename `mruby-catch.c` to `catch.c`; ref #5328
Yukihiro "Matz" Matsumoto
2021-02-11
Merge pull request #5333 from shuujii/fix-heap-buffer-overflow-for-small-Hash...
Yukihiro "Matz" Matsumoto
2021-02-10
Merge branch 'dearblue-mruby-catch'
Yukihiro "Matz" Matsumoto
2021-02-10
Refactor `mruby-catch`; ref #5328
Yukihiro "Matz" Matsumoto
2021-02-10
Fix heap-buffer-overflow for small `Hash` (HT) in `Hash#rehash`
KOBAYASHI Shuji
2021-02-10
Merge branch 'mruby-catch' of https://github.com/dearblue/mruby into dearblue...
Yukihiro "Matz" Matsumoto
2021-02-09
Upgrade supported Ruby version to 2.5.
Yukihiro "Matz" Matsumoto
2021-02-08
`i_gcd()` does not work for `MRB_INT_MIN`.
Yukihiro "Matz" Matsumoto
2021-02-08
Allow the case `MRB_32BIT` and `MRB_NO_BOXING` and `MRB_USE_FLOAT32`; #4382
Yukihiro "Matz" Matsumoto
2021-02-08
Merge pull request #5331 from shuujii/explicit-top-level-task-to-clarify-in-t...
Yukihiro "Matz" Matsumoto
2021-02-07
Explicit top level task to clarify in `tasks/test.rake`
KOBAYASHI Shuji
2021-02-07
Move `F(x)` definition inside of `#ifdef`; fix #5330
Yukihiro "Matz" Matsumoto
2021-02-07
Enlarge tolerance limit for `float32`; close #5329
Yukihiro "Matz" Matsumoto
2021-02-07
Fix tests to work with `MRB_USE_FLOAT32`; fix #5329
Yukihiro "Matz" Matsumoto
2021-02-07
Add `host-f32` config to test `MRB_USE_FLOAT32`; ref #5329
Yukihiro "Matz" Matsumoto
2021-02-06
Reimplement mruby-catch; ref #5321
dearblue
2021-02-06
MinGW does not need MSVC hack.
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5325 from dearblue/c++-exc.2
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5327 from dearblue/notest
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5326 from dearblue/struct
Yukihiro "Matz" Matsumoto
2021-02-06
Ignore if `conf.enable_test` does not exist
dearblue
2021-02-06
No need to check class definition
dearblue
2021-02-06
`compile_as_cxx` should generate a path under` conf.build_dir`
dearblue
2021-02-06
Fixed compile errors in `cmath.c` in MinGW and macOS.
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5324 from dearblue/c++-exc
Yukihiro "Matz" Matsumoto
2021-02-06
Merge pull request #5323 from shuujii/make-the-argument-of-Kernel-catch-optio...
Yukihiro "Matz" Matsumoto
[next]