| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-02 | add Exception#backtrace test | take_cheeze | |
| 2013-08-31 | revert #1470; fix #1493 | Yukihiro "Matz" Matsumoto | |
| 2013-08-30 | use array parameter on IO.open. | Tomoyuki Sahara | |
| 2013-08-30 | STDERR's file descriptor is 2. | Tomoyuki Sahara | |
| closes #1 | |||
| 2013-08-30 | Merge pull request #1492 from pbosetti/master | Yukihiro "Matz" Matsumoto | |
| Removed unnecessary #undef ISPRINT in include/mruby.h | |||
| 2013-08-29 | Removed unnecessary #undef ISPRINT in include/mruby.h | Paolo Bosetti | |
| 2013-08-27 | Merge pull request #1491 from dmajkic/master | Yukihiro "Matz" Matsumoto | |
| Remove function delarations not implemented in code | |||
| 2013-08-27 | Merge pull request #1486 from iij/pr-typeerror-string-start-end-with | Yukihiro "Matz" Matsumoto | |
| Crash if you call String#start_with/end_with with non-String arguments. | |||
| 2013-08-27 | Remove function delarations not implemented in code | Dusan D. Majkic | |
| 2013-08-26 | Merge branch 'mruby' into pr-typeerror-string-start-end-with | Tomoyuki Sahara | |
| Conflicts: mrbgems/mruby-string-ext/src/string.c mrbgems/mruby-string-ext/test/string.rb | |||
| 2013-08-26 | Merge pull request #1485 from fjmilens3/string_end_with | Yukihiro "Matz" Matsumoto | |
| Bug in String#end_with? resulting from incorrect length determination | |||
| 2013-08-26 | Merge pull request #1484 from fjmilens3/string_start_with | Yukihiro "Matz" Matsumoto | |
| Bug in String#start_with? resulting from incorrect length determination | |||
| 2013-08-26 | Merge pull request #1490 from take-cheeze/cxx_extension | Yukihiro "Matz" Matsumoto | |
| support file extension .cpp/.cxx in mrbgem and tool | |||
| 2013-08-26 | support file extension .cpp/.cxx in mrbgem and tool | take_cheeze | |
| 2013-08-26 | Merge pull request #1487 from h2so5/z-option-with-shared-string | Yukihiro "Matz" Matsumoto | |
| Fix a problem of 'z' option and shared string | |||
| 2013-08-26 | do not use mrb_alloca() that keeps memory until mrb_state freed | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | add cast to void* | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | undef print_backtrace_i() unless ENABLE_STDIO | Yukihiro "Matz" Matsumoto | |
| 2013-08-26 | Merge branch 'get-backtrace' of https://github.com/wanabe/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| wanabe-get-backtrace | |||
| 2013-08-25 | add Exception#backtrace | wanabe | |
| 2013-08-24 | Fix a problem of 'z' option and shared string | h2so5 | |
| 2013-08-23 | add `cmd` (command output expression). | Tomoyuki Sahara | |
| 2013-08-23 | Check type of arguments for #start_with and #end_with. | Tomoyuki Sahara | |
| 2013-08-23 | add mrb_string_type(). | Tomoyuki Sahara | |
| 2013-08-22 | Refactor of String#start_with? comparison logic. | Frederick John Milens III | |
| 2013-08-22 | Refactor of String#end_with? comparison logic. | Frederick John Milens III | |
| 2013-08-22 | Fix for string-length-related issue in String#end_with? logic. | Frederick John Milens III | |
| 2013-08-22 | Added test case for String#end_with? with string of length 2. | Frederick John Milens III | |
| 2013-08-22 | Fix for string-length-related issue in String#start_with? logic. | Frederick John Milens III | |
| 2013-08-22 | Added test case for String#start_with? with string of length 1. | Frederick John Milens III | |
| 2013-08-21 | ARGS_XXX -> MRB_ARGS_XXX | Tomoyuki Sahara | |
| 2013-08-19 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-08-19 | Merge pull request #1481 from suichu/patch | Yukihiro "Matz" Matsumoto | |
| add x86_64-darwin host platform. | |||
| 2013-08-19 | add x86_64-darwin host platform. | taku toyama | |
| 2013-08-19 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-08-18 | Merge pull request #1480 from wanabe/patch-1 | Yukihiro "Matz" Matsumoto | |
| android doesn't have log2 | |||
| 2013-08-19 | android doesn't have log2 | wanabe | |
| 2013-08-18 | Merge pull request #1479 from chenyukang/remove_return | Yukihiro "Matz" Matsumoto | |
| remove a unnecessary return | |||
| 2013-08-18 | remove unnecessary return | Yukang | |
| 2013-08-15 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2013-08-14 | Merge pull request #1475 from carsonmcdonald/fixparseerror | Yukihiro "Matz" Matsumoto | |
| Return when block argument error | |||
| 2013-08-14 | Fix return block argument error | Carson McDonald | |
| 2013-08-15 | remove Class#alloc method | Yukihiro "Matz" Matsumoto | |
| 2013-08-15 | use newer DATA API | Yukihiro "Matz" Matsumoto | |
| 2013-08-15 | remove Ruby defined Class#new | Yukihiro "Matz" Matsumoto | |
| 2013-08-15 | remove alloc from Time class | Yukihiro "Matz" Matsumoto | |
| 2013-08-15 | redesign mruby/data.h API; use DATA_PTR() for raw data pointer, ↵ | Yukihiro "Matz" Matsumoto | |
| DATA_GET_PTR() to type safe retrieval (TypeError will be raised), DATA_CHECK_GET_PTR() to get nil if type mismatched | |||
| 2013-08-15 | implement Class.new in C again | Yukihiro "Matz" Matsumoto | |
| 2013-08-15 | add compatibility macro mrb_class_new_instance() | Yukihiro "Matz" Matsumoto | |
| 2013-08-14 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
