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-03-18
lib/mruby/build.rb: refactoring `ensure` clause; ref #5381
Yukihiro "Matz" Matsumoto
2021-03-18
Merge branch 'break-in-conf' of https://github.com/dearblue/mruby into dearbl...
Yukihiro "Matz" Matsumoto
2021-03-18
Merge pull request #5383 from shuujii/floatNAN-0-should-be-FloatNAN
Yukihiro "Matz" Matsumoto
2021-03-18
`Float::NAN/0` should be `Float::NAN`; ref a0b3378b3
KOBAYASHI Shuji
2021-03-18
numeric.c: float zero division should be infinity with sign kept; fix #5382
Yukihiro "Matz" Matsumoto
2021-03-17
Allow `break` in `build_config`.
dearblue
2021-03-17
hash.c: `Hash#shift` to return `nil` when a hash is empty.
Yukihiro "Matz" Matsumoto
2021-03-17
range.c: fixed a begin-less ranges issue.
Yukihiro "Matz" Matsumoto
2021-03-16
AUTHORS: add the commit hash as of we counted.
Yukihiro "Matz" Matsumoto
2021-03-15
Merge pull request #5379 from shuujii/fix-typo-in-AUTHORS
Yukihiro "Matz" Matsumoto
2021-03-15
Fix typo in `AUTHORS` [ci skip]
KOBAYASHI Shuji
2021-03-15
AUTHOR: fixed typos.
Yukihiro "Matz" Matsumoto
2021-03-15
AUTHORS: add 2 new GitHub accounts.
Yukihiro "Matz" Matsumoto
2021-03-15
AUTHORS: re-renamed from `AUTHOR.md`.
Yukihiro "Matz" Matsumoto
2021-03-15
AUTHORS.md: add GitHub accounts if available.
Yukihiro "Matz" Matsumoto
2021-03-14
Remove mail addresses from `AUTHORS.md`.
Yukihiro "Matz" Matsumoto
2021-03-14
time.c: calendar clock should use `CLOCK_REALTIME`; 5e95f11
Yukihiro "Matz" Matsumoto
2021-03-13
codegen.c: fix memory leak from `new_litbn()`.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: need to preserve `neg` info.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: fixed a typo.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: avoid integer comparison of different sign.
Yukihiro "Matz" Matsumoto
2021-03-12
codegen.c: no integer overflow error in `codegen`; close #5376
Yukihiro "Matz" Matsumoto
2021-03-11
Rename `AUTHORS` to `AUTHORS.md`.
Yukihiro "Matz" Matsumoto
2021-03-11
AUTHORS: update according to `git log` commit entries.
Yukihiro "Matz" Matsumoto
2021-03-10
Use relative path for files under `doc` directory [ci skip]
Yukihiro "Matz" Matsumoto
2021-03-09
Merge pull request #5375 from artichoke/mrb_cmp-presym-op-maro
Yukihiro "Matz" Matsumoto
2021-03-09
Merge pull request #5378 from jbampton/update-node-version
Yukihiro "Matz" Matsumoto
2021-03-09
Merge pull request #5377 from jbampton/fix-grammar
Yukihiro "Matz" Matsumoto
2021-03-09
chore: upgrade markdownlint GitHub Action node version to 14
John Bampton
2021-03-09
chore: fix grammar
John Bampton
2021-03-08
time.c: fix errors on Windows and macOS; ref #5354
Yukihiro "Matz" Matsumoto
2021-03-07
bug(presym): Fix mrb_cmp declaration of <=> symbol for funcall
Ryan Lopopolo
2021-03-08
ISO C99 doesn't support unnamed unions; fix #5354
Yukihiro "Matz" Matsumoto
2021-03-07
Merge pull request #5374 from jbampton/fix-spelling
Yukihiro "Matz" Matsumoto
2021-03-07
chore: fix spelling
John Bampton
2021-03-05
Merge pull request #5373 from mruby/stable
Yukihiro "Matz" Matsumoto
2021-03-05
Update version and release date. (mruby 3.0.0 (2021-03-05))
3.0.0
mimaki
2021-03-05
Merge pull request #5372 from shuujii/fix-load-64-bit-integer-from-mrb-format
Yukihiro "Matz" Matsumoto
2021-03-05
Fix load 64-bit integer from mrb format; fix #5369
KOBAYASHI Shuji
2021-03-04
Merge pull request #5371 from shuujii/update-minimal-build-configuration
Yukihiro "Matz" Matsumoto
2021-03-04
Merge pull request #5370 from shuujii/remove-unused-mrblib-init_mrblib.c
Yukihiro "Matz" Matsumoto
2021-03-04
Update minimal build configuration [ci skip]
KOBAYASHI Shuji
2021-03-04
Remove unused `mrblib/init_mrblib.c`
KOBAYASHI Shuji
2021-03-04
Fix `mrb_pool_value` to keep `int64` on 32 bit platforms; fix #5366
Yukihiro "Matz" Matsumoto
2021-03-04
Skip --depth=1 when it's locked
Takashi Kokubun
2021-03-03
time.c: `timespec_get()` never fails.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: fixed wrong condition to include `unistd.h`.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: Windows does not have `unistd.h`.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: use `clock_gettime()` if possible.
Yukihiro "Matz" Matsumoto
2021-03-03
time.c: adjust buffer size in `mrb_time_asctime()`.
Yukihiro "Matz" Matsumoto
[prev]
[next]