summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-03-22Use global defines for `mruby-bin-debugger`KOBAYASHI Shuji
2021-03-22Use global defines for `Rational` and `Complex`.Yukihiro "Matz" Matsumoto
2021-03-22build: provide global defines by `build.defines`.Yukihiro "Matz" Matsumoto
2021-03-22codegen.c: fix integer size warnings.Yukihiro "Matz" Matsumoto
2021-03-21command.rb: replace `%w()` to plain `[]`.Yukihiro "Matz" Matsumoto
2021-03-21complex.c: define `Complex#==` in C.Yukihiro "Matz" Matsumoto
2021-03-21memsize.c: handle `MRB_TT_RATIONAL` and `MRB_TT_COMPLEX`.Yukihiro "Matz" Matsumoto
2021-03-20rational.c: fix `MRB_TT_RATIONAL` and `MRB_TT_COMPLEX` confusion.Yukihiro "Matz" Matsumoto
2021-03-20random.c: fixed seed underflow bug.Yukihiro "Matz" Matsumoto
2021-03-19complex.c: overhaul complex operators.Yukihiro "Matz" Matsumoto
2021-03-19rational.c: overhaul rational operators.Yukihiro "Matz" Matsumoto
2021-03-19numeric.c: avoid integer overflow; close #5384Yukihiro "Matz" Matsumoto
2021-03-19`Float#divmod` with zero should cause `ZeroDivisionError`; #5384Yukihiro "Matz" Matsumoto
2021-03-18Merge branch 'dearblue-break-in-conf'Yukihiro "Matz" Matsumoto
2021-03-18lib/mruby/build.rb: refactoring `ensure` clause; ref #5381Yukihiro "Matz" Matsumoto
2021-03-18Merge branch 'break-in-conf' of https://github.com/dearblue/mruby into dearbl...Yukihiro "Matz" Matsumoto
2021-03-18Merge pull request #5383 from shuujii/floatNAN-0-should-be-FloatNANYukihiro "Matz" Matsumoto
2021-03-18`Float::NAN/0` should be `Float::NAN`; ref a0b3378b3KOBAYASHI Shuji
2021-03-18numeric.c: float zero division should be infinity with sign kept; fix #5382Yukihiro "Matz" Matsumoto
2021-03-17Allow `break` in `build_config`.dearblue
2021-03-17hash.c: `Hash#shift` to return `nil` when a hash is empty.Yukihiro "Matz" Matsumoto
2021-03-17range.c: fixed a begin-less ranges issue.Yukihiro "Matz" Matsumoto
2021-03-16AUTHORS: add the commit hash as of we counted.Yukihiro "Matz" Matsumoto
2021-03-15Merge pull request #5379 from shuujii/fix-typo-in-AUTHORSYukihiro "Matz" Matsumoto
2021-03-15Fix typo in `AUTHORS` [ci skip]KOBAYASHI Shuji
2021-03-15AUTHOR: fixed typos.Yukihiro "Matz" Matsumoto
2021-03-15AUTHORS: add 2 new GitHub accounts.Yukihiro "Matz" Matsumoto
2021-03-15AUTHORS: re-renamed from `AUTHOR.md`.Yukihiro "Matz" Matsumoto
2021-03-15AUTHORS.md: add GitHub accounts if available.Yukihiro "Matz" Matsumoto
2021-03-14Remove mail addresses from `AUTHORS.md`.Yukihiro "Matz" Matsumoto
2021-03-14time.c: calendar clock should use `CLOCK_REALTIME`; 5e95f11Yukihiro "Matz" Matsumoto
2021-03-13codegen.c: fix memory leak from `new_litbn()`.Yukihiro "Matz" Matsumoto
2021-03-12codegen.c: need to preserve `neg` info.Yukihiro "Matz" Matsumoto
2021-03-12codegen.c: fixed a typo.Yukihiro "Matz" Matsumoto
2021-03-12codegen.c: avoid integer comparison of different sign.Yukihiro "Matz" Matsumoto
2021-03-12codegen.c: no integer overflow error in `codegen`; close #5376Yukihiro "Matz" Matsumoto
2021-03-11Rename `AUTHORS` to `AUTHORS.md`.Yukihiro "Matz" Matsumoto
2021-03-11AUTHORS: update according to `git log` commit entries.Yukihiro "Matz" Matsumoto
2021-03-10Use relative path for files under `doc` directory [ci skip]Yukihiro "Matz" Matsumoto
2021-03-09Merge pull request #5375 from artichoke/mrb_cmp-presym-op-maroYukihiro "Matz" Matsumoto
2021-03-09Merge pull request #5378 from jbampton/update-node-versionYukihiro "Matz" Matsumoto
2021-03-09Merge pull request #5377 from jbampton/fix-grammarYukihiro "Matz" Matsumoto
2021-03-09chore: upgrade markdownlint GitHub Action node version to 14John Bampton
2021-03-09chore: fix grammarJohn Bampton
2021-03-08time.c: fix errors on Windows and macOS; ref #5354Yukihiro "Matz" Matsumoto
2021-03-07bug(presym): Fix mrb_cmp declaration of <=> symbol for funcallRyan Lopopolo
2021-03-08ISO C99 doesn't support unnamed unions; fix #5354Yukihiro "Matz" Matsumoto
2021-03-07Merge pull request #5374 from jbampton/fix-spellingYukihiro "Matz" Matsumoto
2021-03-07chore: fix spellingJohn Bampton
2021-03-05Merge pull request #5373 from mruby/stableYukihiro "Matz" Matsumoto