| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-09 | Change the order of "expected" and "actual" in test | KOBAYASHI Shuji | |
| 2019-01-08 | Fix dump/load float leteral evaluate to infinity | KOBAYASHI Shuji | |
| Example: # example.rb p(2e308) p(-2e308) Good: $ bin/mruby example.rb inf -inf Bad: $ bin/mrbc example.rb $ bin/mruby -b example.mrb 0 -0 Cause: Float infinity representation is `inf` on dump and it is converted by corresponding `String#to_f` on load. Treatment: - Introduce new representations (`i`: +infinity, `I`: -infinity) - Allow old representations (`inf`, `-inf`, `infinity`, `-infinity`) too - Raise error for unknown representations (use corresponding `Kernel#Float`) | |||
| 2018-05-07 | Add `-r` option for `mruby` and `mirb`. | Hiroshi Mimaki | |
| 2018-05-07 | Fix CI build errors and warnings. | Hiroshi Mimaki | |
| 2018-05-02 | Add `-d` option for `mruby` and `mirb`. | Hiroshi Mimaki | |
| 2017-02-24 | replace "yylval" with "pylval" to make it compile with byacc. | Tomoyuki Sahara | |
| 2017-02-02 | Use standard Module(Class)#to_s | Uchio KONDO | |
| 2016-12-07 | Mark all the built-in classes during GC sweep | Bouke van der Bijl | |
| Reported by https://hackerone.com/haquaman | |||
| 2015-09-30 | fix tests on windows. | Yasuhiro Matsumoto | |
| 'bin/mruby' not work on windows. so correct command name and quoted arguments. | |||
| 2014-06-08 | Add test for end-of-program marker. | take_cheeze | |
| 2014-04-22 | Add test of $0 value in bin/mruby related to #2103 . | take_cheeze | |
| 2014-03-03 | use tempfile module | take_cheeze | |
| 2013-11-16 | add regression for #1572 | fleuria | |
| 2013-11-16 | add regression for #1564 | fleuria | |
