summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2019-12-19Reimplement `vformat` tests; close #4868Yukihiro "Matz" Matsumoto
2019-12-19Revert "`%C` value need not to be saved in `TestVFormat::Native`; close #4868"Yukihiro "Matz" Matsumoto
2019-12-18Fix `mruby-bin-debugger` tests; ref d2f2f9dbKOBAYASHI Shuji
2019-12-18`%C` value need not to be saved in `TestVFormat::Native`; close #4868Yukihiro "Matz" Matsumoto
2019-12-17Merge pull request #4869 from dearblue/mingw32-io-testYukihiro "Matz" Matsumoto
2019-12-16Merge pull request #4877 from shuujii/drop-dependencies-from-mruby-complex-to...Yukihiro "Matz" Matsumoto
2019-12-16Merge pull request #4859 from dearblue/authorsYukihiro "Matz" Matsumoto
2019-12-15Drop dependencies from `mruby-complex` to some gemsKOBAYASHI Shuji
2019-12-14Fix for `#methods` to include methods that were `undef`dearblue
2019-12-14Support bit flags for `IO.open`dearblue
2019-12-14Implement `File#size` and `File#truncate`dearblue
2019-12-14Avoid method in methoddearblue
2019-12-14Remove unnessesary branchesdearblue
2019-12-14Fix mruby-io test for mingw32dearblue
2019-12-12Add `mrb_num_args_error()` for "wrong number of arguments" errorKOBAYASHI Shuji
2019-12-11Fix behavior of `Kernel#Integer` to numbers ending with `_` and spacesKOBAYASHI Shuji
2019-12-10Fix behavior of `String#to_i`/`Kernel#Integer` to numbers starting with `_`KOBAYASHI Shuji
2019-12-10Merge pull request #4858 from shuujii/fix-that-String-to_f-accepts-consecutiv...Yukihiro "Matz" Matsumoto
2019-12-09Add "mruby developers" into some gems; Resolve #4709dearblue
2019-12-09Fix that `String#to_f` accepts consecutive `_` as a numeric expressionKOBAYASHI Shuji
2019-12-09Warnings for numbered parameters in nested blocks.Yukihiro "Matz" Matsumoto
2019-12-09Parser refactoring on numbered parameters.Yukihiro "Matz" Matsumoto
2019-12-09Support new numbered parameter syntax `_1` instead of `@1`.Yukihiro "Matz" Matsumoto
2019-12-09Implement numbered parametersUkrainskiy Sergey
2019-12-07Add tests to `Math`KOBAYASHI Shuji
2019-12-05Auto detect `MRB_TIME_T_UINT`KOBAYASHI Shuji
2019-12-03Silence Clang warning with `MRB_INT64` and `MRB_32BIT` in `time.c`KOBAYASHI Shuji
2019-12-02Silence Clang warning with `MRB_INT32` and `MRB_64BIT` in `time.c`KOBAYASHI Shuji
2019-11-30Use a string as a common regexp representation; ref #4847Yukihiro "Matz" Matsumoto
2019-11-30Quit `mruby -v` immediately if no program is given for Ruby compatibilityKOBAYASHI Shuji
2019-11-29Fix `mruby --verbose` (regression by #4827)KOBAYASHI Shuji
2019-11-27Support `--` (end of options) to `mruby` commandKOBAYASHI Shuji
2019-11-25Fix `ARGV` value in `mruby` command (regression by #4827)KOBAYASHI Shuji
2019-11-25Merge pull request #4827 from shuujii/support-short-options-concatenation-to-...Yukihiro "Matz" Matsumoto
2019-11-24Remove unused methods of `MRubyIOTestUtil`KOBAYASHI Shuji
2019-11-24Merge pull request #4834 from shuujii/use-proper-PEEK-macro-for-OP_EPUSH-in-p...Yukihiro "Matz" Matsumoto
2019-11-22Allow `true`/`false` argument to `Kernel#exit`KOBAYASHI Shuji
2019-11-20Use proper `PEEK` macro for `OP_EPUSH` in `patch_irep`; fix #4833KOBAYASHI Shuji
2019-11-19Always enable the rational and complex literalsKOBAYASHI Shuji
2019-11-18Merge pull request #4825 from shuujii/fix-argument-specs-to-KernelYukihiro "Matz" Matsumoto
2019-11-17Support short options concatenation to `mruby` commandKOBAYASHI Shuji
2019-11-16Revert "Implement Ruby2.7's frozen strings from `Symbol#to_s`"KOBAYASHI Shuji
2019-11-15Fix argument specs to `Kernel`KOBAYASHI Shuji
2019-11-14Fix here document with EOFKOBAYASHI Shuji
2019-11-13Use `mrb_intern_lit` if possible in `parse.y`KOBAYASHI Shuji
2019-11-12Use `intern` instead of `intern_cstr` if possible in `parse.y`KOBAYASHI Shuji
2019-11-09Fix argument specs to `IO`KOBAYASHI Shuji
2019-11-08Remove unneeded dependency from `mruby-hash-ext`KOBAYASHI Shuji
2019-11-08Fixed a bug in keyword arguments in block parameters; fix #4810Yukihiro "Matz" Matsumoto
2019-11-08Allow here-doc before closing parentheses; ref #4796Yukihiro "Matz" Matsumoto