| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-15 | Avoid using infinite binary floating point numbers in tests. | Yukihiro "Matz" Matsumoto | |
| 2019-03-15 | Use `fmt_fp()` for portable float representation. | Yukihiro "Matz" Matsumoto | |
| 2019-03-14 | Fix constant name validation | KOBAYASHI Shuji | |
| `X!` etc are invalid constant name. | |||
| 2019-03-13 | Merge pull request #4327 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/do-not-raise-an-exception-when-bintest-fail Do not raise an exception when bintest fail | |||
| 2019-03-13 | Do not raise an exception when bintest fail | KOBAYASHI Shuji | |
| - An exception do not raise when mrbtest fail. - There are no useful informations in exception message and backtrace. | |||
| 2019-03-13 | Merge pull request #4326 from shuujii/fix-typo-in-AUTHORS | Yukihiro "Matz" Matsumoto | |
| Fix typo in `AUTHORS` [ci skip] | |||
| 2019-03-13 | Fix typo in `AUTHORS` [ci skip] | KOBAYASHI Shuji | |
| 2019-03-12 | Merge pull request #4322 from shuujii/reduce-String-creation-in-checking-name | Yukihiro "Matz" Matsumoto | |
| Reduce `String` creation in `check_(cv|const)_name_sym` | |||
| 2019-03-12 | Merge pull request #4325 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/fix-missing-assertions-in-mruby-string-ext-test Fix missing assertions in `mruby-string-ext` test | |||
| 2019-03-12 | Update the description at the head of `AUTHORS`; ref #4324 | Yukihiro "Matz" Matsumoto | |
| 2019-03-12 | Fix missing assertions in `mruby-string-ext` test | KOBAYASHI Shuji | |
| 2019-03-12 | Merge pull request #4324 from shuujii/update-AUTHORS | Yukihiro "Matz" Matsumoto | |
| Update `AUTHORS` [ci skip] | |||
| 2019-03-12 | Update `AUTHORS` [ci skip] | KOBAYASHI Shuji | |
| 2019-03-12 | Merge pull request #4323 from shuujii/rename-MITL-to-LICENSE | Yukihiro "Matz" Matsumoto | |
| Rename `MITL` to `LICENSE` in `.yardopts`; ref 67728c1 [ci skip] | |||
| 2019-03-12 | Rename `MITL` to `LICENSE` in `.yardopts`; ref 67728c1 [ci skip] | KOBAYASHI Shuji | |
| 2019-03-12 | Rename `MITL` to `LICENSE` to conform GitHub convention. | Yukihiro "Matz" Matsumoto | |
| 2019-03-11 | Reduce `String` creation in `check_(cv|const)_name_sym` | KOBAYASHI Shuji | |
| 2019-03-10 | Merge pull request #4321 from shuujii/add-bintest-header | Yukihiro "Matz" Matsumoto | |
| Add bintest header | |||
| 2019-03-10 | Add bintest header | KOBAYASHI Shuji | |
| 2019-03-09 | Merge pull request #4316 from shuujii/add-a-missing-file-for-4314 | Yukihiro "Matz" Matsumoto | |
| Add a missing file for #4314 | |||
| 2019-03-08 | Merge pull request #4319 from shuujii/allow-enable_bintest-without-enable_test | Yukihiro "Matz" Matsumoto | |
| Allow `enable_bintest` without `enable_test` in build config | |||
| 2019-03-08 | Allow `enable_bintest` without `enable_test` in build config | KOBAYASHI Shuji | |
| 2019-03-08 | Merge pull request #4318 from shuujii/set-GEMNAME-on-bintest | Yukihiro "Matz" Matsumoto | |
| Set `GEMNAME` on bintest | |||
| 2019-03-07 | Set `GEMNAME` on bintest | KOBAYASHI Shuji | |
| 2019-03-07 | Add a missing file for #4314 | KOBAYASHI Shuji | |
| 2019-03-06 | Merge pull request #4315 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/refer-also-CXX-and-CC-env-vars-as-linker-command Refer also CXX and CC env vars as linker command in gcc and clang toolchain | |||
| 2019-03-06 | Refer also CXX and CC env vars as linker command in gcc and clang toolchain | KOBAYASHI Shuji | |
| ref #4292 | |||
| 2019-03-06 | Merge pull request #4314 from shuujii/count-skip-test | Yukihiro "Matz" Matsumoto | |
| Count skip tests | |||
| 2019-03-05 | Count skip tests | KOBAYASHI Shuji | |
| 2019-03-04 | Merge pull request #4313 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/extract-similar-code-fragment-to-method-in-src-class.c Extract similar code fragment to method in `src/class.c` | |||
| 2019-03-04 | Merge pull request #4312 from shuujii/GEMNAME-is-undefined-in-bintest | Yukihiro "Matz" Matsumoto | |
| `GEMNAME` is undefined in bintest | |||
| 2019-03-04 | `GEMNAME` is undefined in bintest | KOBAYASHI Shuji | |
| ref: https://github.com/mruby/mruby/pull/4296#discussion_r261868710 | |||
| 2019-03-03 | Merge pull request #4311 from shuujii/simplify-MRubyTestSkip-in-test-assert.rb | Yukihiro "Matz" Matsumoto | |
| Simplify `MRubyTestSkip` in `test/assert.rb` | |||
| 2019-03-03 | Extract similar code fragment to method in `src/class.c` | KOBAYASHI Shuji | |
| 2019-03-03 | Simplify `MRubyTestSkip` in `test/assert.rb` | KOBAYASHI Shuji | |
| 2019-03-02 | Merge pull request #4309 from shuujii/fix-missing-assertion-in-test-t-class.rb | Yukihiro "Matz" Matsumoto | |
| Fix missing assertion in `test/t/class.rb` | |||
| 2019-03-02 | Fix missing assertion in `test/t/class.rb` | KOBAYASHI Shuji | |
| 2019-03-02 | Remove unused `gem.bin=` method; close #4271 | Yukihiro "Matz" Matsumoto | |
| 2019-03-02 | Raise error on failed comparison in `sort`; ref #4307 | Yukihiro "Matz" Matsumoto | |
| 2019-03-02 | Do not apply `mrb_ptr()` to immediate objects; fix #4307 | Yukihiro "Matz" Matsumoto | |
| 2019-03-02 | Free `struct mrb_time` before error; fix #4308 | Yukihiro "Matz" Matsumoto | |
| To avoid memory leak from `time_update_datetime`. | |||
| 2019-03-02 | Remove useless regression tests; ref #4306 | Yukihiro "Matz" Matsumoto | |
| 2019-03-02 | Remove useless regression tests; fix #4306 | Yukihiro "Matz" Matsumoto | |
| 2019-03-02 | Print length of the `iseq` in code dump header; fix #4304 | Yukihiro "Matz" Matsumoto | |
| 2019-03-01 | Merge pull request #4305 from ↵ | Yukihiro "Matz" Matsumoto | |
| shuujii/add-warning-prefix-to-parser-warning-message Add `warning: ` prefix to parser warning message | |||
| 2019-02-28 | Add `warning: ` prefix to parser warning message | KOBAYASHI Shuji | |
| 2019-02-28 | Remove unnecessary backticks; ref #4301 | Yukihiro "Matz" Matsumoto | |
| 2019-02-28 | Remove `?A` style string literals from string tests; #4303 | Yukihiro "Matz" Matsumoto | |
| We have a plan to obsolete this style in the future. | |||
| 2019-02-28 | Merge pull request #4301 from shuujii/remove-unnecessary-backticks | Yukihiro "Matz" Matsumoto | |
| Remove unnecessary backticks; ref #2858 | |||
| 2019-02-28 | Merge pull request #4303 from dearblue/string-literal-concatenation | Yukihiro "Matz" Matsumoto | |
| String literal concatenation | |||
