| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-25 | Exception#exception fix test | ksss | |
| Exception.exception is not call Exception#exception. Test for Exception#exception should call Exception#exception method. | |||
| 2014-05-25 | Fix assert_equal argument order in test/t/proc.rb | Jun Hiroe | |
| 2014-05-22 | Merge pull request #2304 from ksss/class-new | Yukihiro "Matz" Matsumoto | |
| Class.new do not call `class_eval' | |||
| 2014-05-22 | Class.new add test case | ksss | |
| 2014-05-21 | Module#initialize set created object | ksss | |
| for block argument | |||
| 2014-05-20 | Correct comment in exception test. | yui-knk | |
| 2014-05-20 | Merge pull request #2295 from ksss/module-initialize | Yukihiro "Matz" Matsumoto | |
| Implement Module#initialize (15.2.2.4.31) | |||
| 2014-05-20 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | update raise in ensure test | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | correct comment; ref #2297 | Yukihiro "Matz" Matsumoto | |
| 2014-05-20 | Merge branch 'add-exception-test' of https://github.com/yui-knk/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| yui-knk-add-exception-test | |||
| 2014-05-20 | Add 'Raise in rescue' test to exception. | yui-knk | |
| 2014-05-19 | Move `Kernel.local_variables` to core. | take_cheeze | |
| 2014-05-19 | Implement Module#initialize (15.2.2.4.31) | ksss | |
| 2014-05-18 | Add test for remove_instance_variable | Carson McDonald | |
| 2014-05-18 | instance method name use "#" instead of "." for assert | ksss | |
| 2014-05-16 | Fix #2259 . | take_cheeze | |
| 2014-05-14 | Add ISO No. to Integer#divmod test. | yui-knk | |
| 2014-05-13 | Merge pull request #2190 from cremno/mrbtest-mrb_int-constants | Yukihiro "Matz" Matsumoto | |
| test fixnum overflow for add, sub and mul | |||
| 2014-05-13 | Merge pull request #2243 from yui-knk/fix-iso | Yukihiro "Matz" Matsumoto | |
| Fix ISO No. | |||
| 2014-05-13 | Fix ISO No. | yui-knk | |
| 2014-05-13 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-05-13 | convert &arg using to_proc; fix #2242 | Yukihiro "Matz" Matsumoto | |
| 2014-05-12 | Fix Hash test | Jun Hiroe | |
| 2014-05-10 | Merge pull request #2223 from yui-knk/fix-nameerror | Yukihiro "Matz" Matsumoto | |
| Delete unused NameError#new. And add test. | |||
| 2014-05-10 | Merge pull request #2226 from yui-knk/hash-merge-error | Yukihiro "Matz" Matsumoto | |
| Change to raise TypeError (Hash#merge, #merge!) | |||
| 2014-05-10 | Change to raise TypeError (Hash#merge, #merge!) | yui-knk | |
| 2014-05-10 | OP_ENTER fix segmentation fault | ksss | |
| 2014-05-10 | Delete unused NameError#new. And add test. | yui-knk | |
| 2014-05-10 | Merge pull request #2221 from yui-knk/add-exception-test | Yukihiro "Matz" Matsumoto | |
| Add exception test | |||
| 2014-05-10 | Merge pull request #2222 from take-cheeze/remove_proc_meth | Yukihiro "Matz" Matsumoto | |
| Remove use of mruby-proc-ext method in core test. | |||
| 2014-05-10 | Merge pull request #2220 from yui-knk/refactor-test | Yukihiro "Matz" Matsumoto | |
| Refactoring test to use assert_nothing_raised. | |||
| 2014-05-10 | Add assert to Exception#inspect test. | yui-knk | |
| 2014-05-10 | Remove use of mruby-proc-ext method. | take_cheeze | |
| 2014-05-09 | Refactoring test to use assert_nothing_raised. | yui-knk | |
| 2014-05-09 | Move `__method__` to mruby-kernel-ext since it's not ISO method. | take_cheeze | |
| 2014-05-09 | Merge pull request #2214 from ksss/proc-clear | Yukihiro "Matz" Matsumoto | |
| OP_ENTER clean block object in register | |||
| 2014-05-09 | Merge pull request #2215 from yui-knk/fix-typo-test | Yukihiro "Matz" Matsumoto | |
| Add ISO No. to String#inspect test. | |||
| 2014-05-09 | Add ISO No. to String#inspect test. | yui-knk | |
| 2014-05-09 | OP_ENTER clean block object in register | ksss | |
| 2014-05-08 | Add tests for Range#to_s Range#inspect. | yui-knk | |
| 2014-05-08 | fix typo | yui-knk | |
| 2014-05-08 | Make Array#[]= raise IndexError. | yui-knk | |
| If second param is negative, Array#[] raise IndexError. | |||
| 2014-05-06 | OP_ENTER fix variable assignment | ksss | |
| 2014-05-05 | Refactoring exception test. | yui-knk | |
| Change to use assert_equal explicitly. | |||
| 2014-05-05 | test fixnum overflow for add, sub and mul | cremno | |
| 2014-05-03 | count skipped line numbers | Nobuyoshi Nakada | |
| 2014-05-03 | skip to the next line and reset column after `=end` | Nobuyoshi Nakada | |
| 2014-05-03 | fix embedded documents | Nobuyoshi Nakada | |
| tabs are allowed after `=begin` and `=end`. raise `SyntaxError` if no =end is found. | |||
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
