summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2020-07-13Use object iv table size in calculationRory OConnell
2020-07-13Use size of hash's table in calculationRory OConnell
2020-07-13All values use page slot size in calculationRory OConnell
2020-07-13Merge pull request #5034 from dearblue/ssize_tYukihiro "Matz" Matsumoto
2020-07-12Fix `ssize_t` for mingw; ref #5030dearblue
2020-07-11Merge pull request #5033 from dearblue/mrb_free_backtraceYukihiro "Matz" Matsumoto
2020-07-11Remove the prototype declaration `mrb_free_backtrace()`dearblue
2020-07-11Merge pull request #5030 from RoryO/fix-compile-msvc-io-utf8Yukihiro "Matz" Matsumoto
2020-07-10downcase windows include file for mingw compatabilityRory OConnell
2020-07-10Need typedef of ssize_t for msc compilerRory OConnell
2020-07-10fix case scopes and variable namesRory OConnell
2020-07-09Initial ObjectSpace.memsize_of implementationRory OConnell
2020-07-08Merge pull request #5031 from RoryO/update-ciYukihiro "Matz" Matsumoto
2020-07-07remove verbose test outputRory OConnell
2020-07-07fix rake -m for separating build and test stepsRory OConnell
2020-07-06Avoid infinite loop when converting objects to strings.Yukihiro "Matz" Matsumoto
2020-07-05try not separating build and test stepsRory OConnell
2020-07-05use verbose test output. use correct config file this timeRory OConnell
2020-07-05use correct config fileRory OConnell
2020-07-05separate build and test steps, remove MSCRory OConnell
2020-07-05remove vs2013, separate build and test commandsRory OConnell
2020-07-05Merge pull request #5029 from RoryO/true-eq-falseYukihiro "Matz" Matsumoto
2020-07-04fix object_id of true, false, and undef all 0Rory OConnell
2020-07-02Cancel 9cdf439Yukihiro "Matz" Matsumoto
2020-07-01Update version to `2.1.2`. (mruby 2.1.2 RC)2.1.2-rcHiroshi Mimaki
2020-06-30Revert "Free the original pointer if `realloc` failed."Hiroshi Mimaki
2020-06-30Merge pull request #5028 from RoryO/msvc-optimize-shuffle-bugYukihiro "Matz" Matsumoto
2020-06-29VS2013 32-bit does not workRory OConnell
2020-06-29use 2015 image for 2013 builds, ruby 2 not on 2013 imageRory OConnell
2020-06-29fix quotingRory OConnell
2020-06-29name appveyor jobs, fix <=2015 configRory OConnell
2020-06-29simplify appveyor configRory OConnell
2020-06-29per-machine appveyor os configRory OConnell
2020-06-29Work around more MSC optimzer bugsRory OConnell
2020-06-29update CI settings for WindowsRory OConnell
2020-06-29Fix the bug that `mrbc` generates `a.rb.mrb` instead of `a.mrb`.Yukihiro "Matz" Matsumoto
2020-06-26Reduce scope of volatile keyword for MSC bugRory OConnell
2020-06-26Narrower scope working around MSC bugRory OConnell
2020-06-26work around MSC optimization generating non functional codeRory OConnell
2020-06-25Remove unnecessary stack adjustment in `OP_CALL`.Yukihiro "Matz" Matsumoto
2020-06-25Free the original pointer if `realloc` failed.Yukihiro "Matz" Matsumoto
2020-06-25Remove unnecessary `break` from `numeric.c`.Yukihiro "Matz" Matsumoto
2020-06-25Use `snprintf` instead of `memcpy` in `mrbc.c`.Yukihiro "Matz" Matsumoto
2020-06-25Change flag names in preparation of `REnv` refactoring.Yukihiro "Matz" Matsumoto
2020-06-25Use `mrb_get_argc()` to improve performance.Yukihiro "Matz" Matsumoto
2020-06-23Create codeql-analysis.ymlYukihiro "Matz" Matsumoto
2020-06-22Skip `mrb_get_args()` in `mrb_ary_{aget,aset}` unless necessary.Yukihiro "Matz" Matsumoto
2020-06-20Fix potential buffer overflow in `sprintf.c`.Yukihiro "Matz" Matsumoto
2020-06-20Support integer and float combination in `mrb_equal()`.Yukihiro "Matz" Matsumoto
2020-06-20Move definition of `BasicObject#!=` to `mrblib`.Yukihiro "Matz" Matsumoto