| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-05-07 | time functions on windows. | mattn | |
| 2012-05-06 | Merge pull request #102 from MobiRuby/add_const | Yukihiro "Matz" Matsumoto | |
| add const to char* | |||
| 2012-05-06 | Merge pull request #101 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add documentation for Hash, Kernel, Numeric, Array and Range | |||
| 2012-05-06 | add const to char* | Yuichiro MASUI | |
| 2012-05-06 | Add ISO mark to Kernel.lambda | Daniel Bovensiepen | |
| 2012-05-06 | Forgot ISO Reference Code of Range - Enumerable | Daniel Bovensiepen | |
| 2012-05-06 | Some fixes for the Documentation of Hash and Kernel | Daniel Bovensiepen | |
| 2012-05-06 | Add documentation to Range | Daniel Bovensiepen | |
| 2012-05-06 | Modify documentation of Numeric | Daniel Bovensiepen | |
| 2012-05-06 | Add documentation to Kernel | Daniel Bovensiepen | |
| 2012-05-06 | Add documentation to Hash | Daniel Bovensiepen | |
| 2012-05-06 | Modify documentation of Array | Daniel Bovensiepen | |
| 2012-05-06 | test_time should pass | Yukihiro Matsumoto | |
| 2012-05-06 | mrb_get_arg(i/f) should set zero from nil | Yukihiro Matsumoto | |
| 2012-05-05 | Merge pull request #93 from k-tsj/fix-splat-segv | Yukihiro "Matz" Matsumoto | |
| Fix SEGV caused by using the splat operator for non arrays | |||
| 2012-05-06 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-05-06 | Time class available; based on code from @beoran; sorry for jumbo patch | Yukihiro Matsumoto | |
| 2012-05-05 | Merge pull request #100 from k-tsj/remove-debug-message | Yukihiro "Matz" Matsumoto | |
| Remove debug message | |||
| 2012-05-06 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-05-05 | Remove debug message | Kazuki Tsujimoto | |
| 2012-05-05 | more hash refactored | Yukihiro Matsumoto | |
| 2012-05-05 | hash refactored | Yukihiro Matsumoto | |
| 2012-05-05 | use int8_t for tt | Yukihiro Matsumoto | |
| 2012-05-05 | remove unused argc check | Yukihiro Matsumoto | |
| 2012-05-05 | typo fixed | Yukihiro Matsumoto | |
| 2012-05-05 | mrb_get_args(i) should convert using to_int | Yukihiro Matsumoto | |
| 2012-05-05 | mrb_get_args(f) should convert using to_f | Yukihiro Matsumoto | |
| 2012-05-05 | move mrb_obj_is_instance_of from range.c to kernel.c | Yukihiro Matsumoto | |
| 2012-05-05 | add Object.const_missing | Yuichiro MASUI | |
| 2012-05-04 | remove unused ruby_xfree | Yukihiro Matsumoto | |
| 2012-05-04 | make convert_type private | Yukihiro Matsumoto | |
| 2012-05-04 | move mrb_str_new prototype to mruby.h | Yukihiro Matsumoto | |
| 2012-05-04 | Merge pull request #96 from k-tsj/fix-return-segv | Yukihiro "Matz" Matsumoto | |
| Fix SEGV when returning from terminated method | |||
| 2012-05-04 | Merge pull request #97 from k-tsj/fix-include-segv | Yukihiro "Matz" Matsumoto | |
| Fix SEGV when including an object other than Module | |||
| 2012-05-04 | Merge pull request #95 from k-tsj/fix-localjumperror-message | Yukihiro "Matz" Matsumoto | |
| LocalJumpError message contained garbage characters | |||
| 2012-05-04 | Fix SEGV when including an object other than Module | Kazuki Tsujimoto | |
| 2012-05-04 | Fix SEGV when returning from terminated method | Kazuki Tsujimoto | |
| 2012-05-04 | LocalJumpError message contained garbage characters | Kazuki Tsujimoto | |
| 2012-05-04 | remove unused eval_intern.h; make clean first | Yukihiro Matsumoto | |
| 2012-05-04 | mrb_closure_new uses current irep's nlocals instead of blocks; a patch from ↵ | Yukihiro Matsumoto | |
| @tociyuki | |||
| 2012-05-03 | library file name renamed to libmruby.a on all platforms | Yukihiro Matsumoto | |
| 2012-05-03 | Merge pull request #92 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add documentation | |||
| 2012-05-03 | Fix SEGV caused by using the splat operator for non arrays | Kazuki Tsujimoto | |
| 2012-05-03 | Add documentation to Exception | Daniel Bovensiepen | |
| 2012-05-03 | Add documentation to Enumerable | Daniel Bovensiepen | |
| 2012-05-03 | Add documentation to String | Daniel Bovensiepen | |
| 2012-05-03 | allow spaces between lambda arrow and | Yukihiro Matsumoto | |
| parenthesis. [ruby-dev:45605][Feature #6390] | |||
| 2012-05-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-05-02 | Merge pull request #89 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add documentation for Array, Struct and Kernel | |||
| 2012-05-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
