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-25
Silence 'loss of data' warnings.
Yukihiro "Matz" Matsumoto
2021-01-25
Fix a bug for the case `frexp()` return `Infinity`.
Yukihiro "Matz" Matsumoto
2021-01-25
Should use a limit for 32 bit platform; ref 05a8cc44
Yukihiro "Matz" Matsumoto
2021-01-25
Add description for `mruby-config` in `compile.md`. [ci skip]
Yukihiro "Matz" Matsumoto
2021-01-24
Define `RAT_INT_LIMIT` for 32 bit platforms.
Yukihiro "Matz" Matsumoto
2021-01-24
Prohibit `r` suffix after scientific notation (e.g. `1e10`).
Yukihiro "Matz" Matsumoto
2021-01-24
Detect integer overflow in `rational_new_f()`.
Yukihiro "Matz" Matsumoto
2021-01-23
Remove test debug lines in fallback `presym.inc`
Yukihiro "Matz" Matsumoto
2021-01-23
Fixed typo; ref #5296
Yukihiro "Matz" Matsumoto
2021-01-23
Merge pull request #5296 from yevgenko/patch-1
Yukihiro "Matz" Matsumoto
2021-01-23
Fix typo
Yevhen Viktorov
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-21
Reduce size of `mrb_callinfo` by rearranging members.
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'shuujii-avoid-including-presym.inc-in-existing-header-files'
Yukihiro "Matz" Matsumoto
2021-01-21
Merge branch 'avoid-including-presym.inc-in-existing-header-files' of https:/...
Yukihiro "Matz" Matsumoto
2021-01-21
Fix a bug that `:_1` to cause syntax error; fix #5295
Yukihiro "Matz" Matsumoto
2021-01-21
Better error messages with yacc tokens.
Yukihiro "Matz" Matsumoto
2021-01-21
Silence gcc warning from `strncpy()`.
Yukihiro "Matz" Matsumoto
2021-01-20
Remove CRC16 from dumped mruby binary.
Yukihiro "Matz" Matsumoto
2021-01-19
Compile `mruby-bin-debugger` with `ci/gcc-clang.rb`.
Yukihiro "Matz" Matsumoto
2021-01-18
Merge pull request #5294 from shuujii/fix-that-Hash-may-not-contain-any-empty...
Yukihiro "Matz" Matsumoto
2021-01-18
Fix that Hash may not contain any empty buckets
KOBAYASHI Shuji
2021-01-18
Merge pull request #5293 from dearblue/fix-5272.2
Yukihiro "Matz" Matsumoto
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
[next]