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-01-18
Fix build error for mruby-bin-debugger
dearblue
2021-01-17
Add tests for `Integer#quo` and `Float#quo`; #5268
Yukihiro "Matz" Matsumoto
2021-01-17
Fix `int_quo` to do float division; fix #5268
Yukihiro "Matz" Matsumoto
2021-01-17
Define `Rational#quo`; fix #5268
Yukihiro "Matz" Matsumoto
2021-01-17
Make `mrb_to_flo()` to convert objects, not integer, not float; #5268
Yukihiro "Matz" Matsumoto
2021-01-16
Merge pull request #5292 from dearblue/objspace-memsize
Yukihiro "Matz" Matsumoto
2021-01-16
Fix NULL pointer dereference with mruby-os-memsize and mruby-method
dearblue
2021-01-16
Merge pull request #5291 from dearblue/fix-5272
Yukihiro "Matz" Matsumoto
2021-01-16
Fixed stack position of return value; ref #5272
dearblue
2021-01-15
Avoid syntax error regarding colons in the expression; fix #5290
Yukihiro "Matz" Matsumoto
2021-01-14
Merge pull request #5273 from dearblue/fiber
Yukihiro "Matz" Matsumoto
2021-01-13
Rational denominator should not be zero.
Yukihiro "Matz" Matsumoto
2021-01-12
Capture the return value of `Fiber.yield` via C; ref #5261
dearblue
2021-01-12
Merge pull request #5289 from dearblue/sockaddr_un
Yukihiro "Matz" Matsumoto
2021-01-12
Merge branch 'dearblue-reorganize-ci'
Yukihiro "Matz" Matsumoto
2021-01-12
Initialize all area of `struct sockaddr_un`
dearblue
2021-01-12
Merge branch 'reorganize-ci' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-01-12
Merge pull request #5288 from shuujii/fix-that-sometimes-parallel-build-of-te...
Yukihiro "Matz" Matsumoto
2021-01-12
Fix a signed shift bug on 32 bit platforms; ref e1c9e7e
Yukihiro "Matz" Matsumoto
2021-01-12
Silence Windows warnings (cast and `setmode`).
Yukihiro "Matz" Matsumoto
2021-01-12
Fix that sometimes parallel build of test code fails; fix #5284
KOBAYASHI Shuji
2021-01-12
Save `NOARG` information in `struct mt_elem`; fix #5257
Yukihiro "Matz" Matsumoto
2021-01-12
Changed packing format of inline symbols.
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5285 from dearblue/io-unimps
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5286 from dearblue/io-popen
Yukihiro "Matz" Matsumoto
2021-01-11
Integrate the argument parsing part of `IO.popen`
dearblue
2021-01-11
Remove functions for unimplemented methods
dearblue
2021-01-11
Merge pull request #5283 from shuujii/add-missing-cast-in-ea_next_capa_for
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5282 from dearblue/mruby-config-cross
Yukihiro "Matz" Matsumoto
2021-01-11
Add missing cast in `ea_next_capa_for`
KOBAYASHI Shuji
2021-01-11
Create a `mruby-config` that can be run on the host by cross-building
dearblue
2021-01-11
Merge pull request #5281 from shuujii/remove-the-definition-of-mrb_uint-in-nu...
Yukihiro "Matz" Matsumoto
2021-01-11
Merge pull request #5280 from shuujii/remove-unneeded-check-to-mrbtest-in-tas...
Yukihiro "Matz" Matsumoto
2021-01-11
Remove the definition of `mrb_uint` in `numeric.h` that is no longer needed
KOBAYASHI Shuji
2021-01-11
Remove unneeded check to `mrbtest` in `tasks/presym.rake`
KOBAYASHI Shuji
2021-01-11
Merge pull request #5279 from shuujii/remove-unneeded-mruby-test-gem-in-build...
Yukihiro "Matz" Matsumoto
2021-01-11
Remove unneeded `mruby-test` gem in `build_config/no-float.rb` [ci skip]
KOBAYASHI Shuji
2021-01-11
Merge pull request #5278 from dearblue/annotation
Yukihiro "Matz" Matsumoto
2021-01-11
Fix annotations [ci skip]
dearblue
2021-01-10
Fix CI failure on Windows environment.
Yukihiro "Matz" Matsumoto
2021-01-10
Fix mixture of inline `int` declaration in `for` statement.
Yukihiro "Matz" Matsumoto
2021-01-10
Merge pull request #5271 from shuujii/fix-build-error-in-cross-build-with-presym
Yukihiro "Matz" Matsumoto
2021-01-10
Merge pull request #5275 from dearblue/read_irep
Yukihiro "Matz" Matsumoto
2021-01-10
Merge pull request #5274 from shuujii/fix-the-condition-to-remove-mrbtest-whe...
Yukihiro "Matz" Matsumoto
2021-01-10
Replace `tempirep` with `RProc`
dearblue
2021-01-10
Revert "Revert "Simplify full-core.gembox""
Yukihiro "Matz" Matsumoto
2021-01-10
Fix the condition to remove `mrbtest` when `rake clean`
KOBAYASHI Shuji
2021-01-10
Revert "Save&restore execution point (`pc`) in `c->cibase->pc`; fix #5261"
dearblue
2021-01-10
Unified `pc` and `err` of `mrb_callinfo`
dearblue
2021-01-10
Changes `stackent` to `stack` of `mrb_callinfo`
dearblue
[next]