| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-04-06 | add tests for FalseClass | Akira Kuroda | |
| reorder and add tests for 15.2.6.1 | |||
| 2014-04-04 | Hash#replace should copy default as well; close #2004 | Yukihiro "Matz" Matsumoto | |
| 2014-04-04 | merge test code from #2003 | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | Implement Kernel#define_singleton_method | ksss | |
| 2014-03-28 | Add test for backquote. | take_cheeze | |
| * Implement code generation of NODE_DXSTR. * Fix NOVAL NODE_XSTR. | |||
| 2014-03-28 | add Numeric#/ tests; ref #1965 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Implement Kernel#__method__ | ksss | |
| 2014-03-27 | allow underscores in integer literals; close #1960 | Yukihiro "Matz" Matsumoto | |
| 2014-03-23 | Small correction to the test identification. | chasonr | |
| 2014-03-23 | Implement \u notation for strings and regexes. | chasonr | |
| This change adds the \u notation for double quoted strings and regular expressions. It does not implement the \u notation for character literals. Both the \uNNNN and \u{NNNN} notations are supported. \uNNNN is implemented by emitting equivalent UTF-8; that is, "\u4000" is equivalent to "\xE4\x80\x80". Unlike CRuby, the \u{NNNN} notation allows only one character per pair of braces; I see no way to lift this restriction without remodeling the parser. | |||
| 2014-03-21 | Float#round fix bug for infinity and nan cases | ksss | |
| 2014-03-21 | Fix behavior of Comparable methods | ksss | |
| when <=> return nil | |||
| 2014-03-21 | add tests for TrueClass | Akira Kuroda | |
| reorder and add tests for 15.2.5.1 | |||
| 2014-03-17 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-17 | Merge pull request #1875 from akuroda/pr_nil_test | Yukihiro "Matz" Matsumoto | |
| add unit tests for NilClass | |||
| 2014-03-17 | refactor Enumerable#{all?,any?} tests | Yukihiro "Matz" Matsumoto | |
| 2014-03-17 | Merge pull request #1869 from suzukaze/add-test-enumerable.rb | Yukihiro "Matz" Matsumoto | |
| Add test enumerable.rb | |||
| 2014-03-17 | Merge pull request #1871 from ksss/numeric-plus | Yukihiro "Matz" Matsumoto | |
| fix bug when `0 + other object` | |||
| 2014-03-17 | Merge pull request #1872 from ksss/numeric-mul | Yukihiro "Matz" Matsumoto | |
| fix bug when `0 * other object` | |||
| 2014-03-17 | add unit tests for NilClass | Akira Kuroda | |
| 2014-03-16 | float + nil should be raise TypeError | ksss | |
| 2014-03-16 | fix bug when `0 * other object` | ksss | |
| 2014-03-16 | fix bug when `0 + other object` | ksss | |
| 2014-03-16 | Add Enumerable#any?(&block) tests | Jun Hiroe | |
| 2014-03-16 | Add Enumerable#all?(&block) tests | Jun Hiroe | |
| 2014-03-15 | Hash#shift may return any entries | Yukihiro "Matz" Matsumoto | |
| 2014-03-08 | fix #1823 | ksss | |
| 2014-03-07 | Merge pull request #1820 from ksss/string-embed | Yukihiro "Matz" Matsumoto | |
| Embed small string | |||
| 2014-03-07 | Fix behavior Hash#eql? | ksss | |
| 2014-03-06 | add embed string test | ksss | |
| 2014-03-05 | __FILE__ test: add support for \ as separator | cremno | |
| 2014-03-04 | fix off-by-one error in String#rindex(fixnum) | cubicdaiya | |
| null-terminated string should not be included in search targets. | |||
| 2014-03-04 | add tests for Integer#divmod. | Tomoyuki Sahara | |
| 2014-03-04 | Fix Float#divmod. | Tomoyuki Sahara | |
| 2014-03-02 | add tests for String#* | Akira Kuroda | |
| add test cases for 0 and -1 | |||
| 2014-02-28 | swap actual and expected; ref #1764 | Yukihiro "Matz" Matsumoto | |
| 2014-02-28 | fix test for Array#[] | ksss | |
| 2014-02-27 | Refactor tests in kernel.rb | Jun Hiroe | |
| 2014-02-26 | add test for Kernel#instance_variable_defined? | cubicdaiya | |
| 2014-02-26 | add test for __LINE__ and __FILE__ | take_cheeze | |
| 2014-02-22 | fix the position of capitalize! and downcast!, and add test for upcase! | Akira Kuroda | |
| 2014-02-22 | add tests for String#capitalize! and String#downcase! | Akira Kuroda | |
| 2014-02-14 | add test for Hash#dup | Li Yazhou | |
| 2014-02-09 | Fix Kernel#global_variables for $1-$9 | Pavel | |
| 2014-02-05 | disable LocalJumpError test since the code causes SyntaxError (not ↵ | Yukihiro "Matz" Matsumoto | |
| LocalJumpError) on CRuby | |||
| 2014-02-03 | add Float#nan? | Tomoyuki Sahara | |
| 2014-01-30 | Array#[]= is now range aware | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | move Array#[] tests from mrbgems to test/t/array.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-25 | clone Class/Module rightly | h2so5 | |
| 2014-01-16 | hash value of enumerable should be obtained from its elements; close #1658 | Yukihiro "Matz" Matsumoto | |
