summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2019-06-25Merge pull request #4517 from shuujii/remove-unneeded-statement-in-SET_OBJ_VA...Yukihiro "Matz" Matsumoto
2019-06-25Merge pull request #4528 from shuujii/fix-argument-specs-to-ArrayYukihiro "Matz" Matsumoto
2019-06-25Merge pull request #4530 from shuujii/compare-obj-pointer-directly-instead-of...Yukihiro "Matz" Matsumoto
2019-06-25Fixed `mrb_iv_remove` with immediate objects; fix #4519Yukihiro "Matz" Matsumoto
2019-06-25Fixed a bug caused by `to_s` that returns `nil`; fix 4504Yukihiro "Matz" Matsumoto
2019-06-25Fix `mrb_str_to_str()` to handle symbols.Yukihiro "Matz" Matsumoto
2019-06-25Renamed `stacked` to `onstack`; ref #4523Yukihiro "Matz" Matsumoto
2019-06-25Unify loops to minimize bytecode sizeRyan Lopopolo
2019-06-24Compare obj pointer directly instead of using mrb_obj_eq in mrb_gc_unregisterKOBAYASHI Shuji
2019-06-23Fix argument specs to `Array`KOBAYASHI Shuji
2019-06-23Use explicit block parameterRyan Lopopolo
2019-06-23Optimize String#each_lineRyan Lopopolo
2019-06-23Merge pull request #4526 from shuujii/refine-Hash-rehash-exampleYukihiro "Matz" Matsumoto
2019-06-23Merge pull request #4523 from dearblue/use-stackYukihiro "Matz" Matsumoto
2019-06-23Merge pull request #4525 from dearblue/utf8len-overflowYukihiro "Matz" Matsumoto
2019-06-22Fix the unnecessary `mrb_str_modify()` calldearblue
2019-06-22Delete the unnecessary block brace in `mrb_str_reverse_bang`dearblue
2019-06-22Fix string brakes for one UTF-8 charactordearblue
2019-06-22Add test for one UTF-8 charactordearblue
2019-06-22Change to UTF-8 string reversing with in placedearblue
2019-06-22Replacement to function for string reversingdearblue
2019-06-22Speed up base case by 2xRyan Lopopolo
2019-06-22Add paragraph mode to String#each_line in mrblibRyan Lopopolo
2019-06-22Refine `Hash#rehash` example [ci skip]KOBAYASHI Shuji
2019-06-22Fix potential overflow in `utf8len()`dearblue
2019-06-22Merge pull request #4518 from shuujii/add-ISO-section-number-to-Kernel-local_...Yukihiro "Matz" Matsumoto
2019-06-22Use stack memory for small name of Struct membersdearblue
2019-06-22Merge pull request #4521 from shuujii/move-Kernel-__send__-test-to-core-from-...Yukihiro "Matz" Matsumoto
2019-06-21Move `Kernel#__send__` test to core from `mruby-metaprog`KOBAYASHI Shuji
2019-06-20Add ISO section number to `Kernel.#local_variables` [ci skip]KOBAYASHI Shuji
2019-06-19Remove unneeded statement in `SET_OBJ_VALUE` with `boxing_word.h`KOBAYASHI Shuji
2019-06-19Merge pull request #4510 from shuujii/remove-unneeded-mrb_str_dup-in-Module-nameYukihiro "Matz" Matsumoto
2019-06-19Merge pull request #4514 from mimaki/fix-error.hYukihiro "Matz" Matsumoto
2019-06-18Fix `struct RRange` overflow on 32-bit CPU with `MRB_NAN_BOXING`KOBAYASHI Shuji
2019-06-18Fix path of `error.h`.Hiroshi Mimaki
2019-06-17Support parsing a Regexp literal with 'o' optionRyan Lopopolo
2019-06-17Remove unneeded `mrb_str_dup()` in `Module#name`KOBAYASHI Shuji
2019-06-17Merge pull request #4508 from shuujii/fix-cvar-ivar-const-and-method-can-be-r...Yukihiro "Matz" Matsumoto
2019-06-17Merge pull request #4507 from shuujii/fix-index-in-error-message-of-Struct-arefYukihiro "Matz" Matsumoto
2019-06-17Fixed indentation in parse.yYukihiro "Matz" Matsumoto
2019-06-17Allow newlines and comments between method calls.Yukihiro "Matz" Matsumoto
2019-06-17Support `&.` at the beginning of the line.Yukihiro "Matz" Matsumoto
2019-06-17Fixed wrong behavior on `..` at the beginning of the line.Yukihiro "Matz" Matsumoto
2019-06-17Merge pull request #4502 from shuujii/adjust-allocation-size-in-mrb_id_attrse...Yukihiro "Matz" Matsumoto
2019-06-16Fix cvar, ivar, const and method can be removed to frozen objectKOBAYASHI Shuji
2019-06-15Fix index in error message of `Struct#[]`KOBAYASHI Shuji
2019-06-14Merge pull request #4506 from shuujii/remove-a-meaningless-branch-condition-i...Yukihiro "Matz" Matsumoto
2019-06-14Remove a meaningless branch condition in `mruby-struct`KOBAYASHI Shuji
2019-06-14Merge pull request #4505 from shuujii/fix-class-name-validation-in-Struct.newYukihiro "Matz" Matsumoto
2019-06-13Fix class name validation in `Struct.new`KOBAYASHI Shuji