| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-01-22 | tasks/ruby_ext.rake: Fix build error when file path includes \1 or \2. #2709 | sdottaka | |
| 2015-01-19 | String#[]= should support negative position; close #2707 | Yukihiro "Matz" Matsumoto | |
| 2015-01-19 | Merge pull request #2680 from sdottaka/add-fflush | Yukihiro "Matz" Matsumoto | |
| mrdb, mirb: Add fflush() so that a external program can read output imme... | |||
| 2015-01-19 | Merge pull request #2706 from furunkel/master | Yukihiro "Matz" Matsumoto | |
| Don't use Build.current if possible | |||
| 2015-01-18 | Don't use Build.current if possible | Julian Aron Prenner | |
| 2015-01-18 | Merge pull request #2705 from sdottaka/mrdb-step-into-proc-call | Yukihiro "Matz" Matsumoto | |
| mrdb: fix crash when stepping into Proc.call | |||
| 2015-01-18 | Merge pull request #2704 from takahashim/update-version-readme | Yukihiro "Matz" Matsumoto | |
| update stable version number in README | |||
| 2015-01-18 | mrdb: fix crash when stepping into Proc.call | sdottaka | |
| How to reproduce: ``` cat a.rb Proc.new { 1 }.call echo step | mrdb a.rb ``` | |||
| 2015-01-18 | update stable version number in README | takahashim | |
| 2015-01-14 | Merge pull request #2702 from takahashim/fix-string-match | Yukihiro "Matz" Matsumoto | |
| fix infinite loop in String#match(arg) when arg is String | |||
| 2015-01-14 | fix infinite loop in String#match(arg) when arg is String | takahashim | |
| 2015-01-13 | Merge pull request #2701 from suzukaze/string.upto | Yukihiro "Matz" Matsumoto | |
| Add String#upto | |||
| 2015-01-13 | Add String#upto | Jun Hiroe | |
| 2015-01-13 | Merge pull request #2700 from takahashim/string-ljust | Yukihiro "Matz" Matsumoto | |
| add String#ljust into mruby-string-ext | |||
| 2015-01-13 | Merge pull request #2699 from takahashim/fix-recursive-struct | Yukihiro "Matz" Matsumoto | |
| fix Segmentation fault on Struct#inspect due to recursive Struct object | |||
| 2015-01-12 | add String#ljust into mruby-string-ext | takahashim | |
| 2015-01-12 | fix Segmentation fault on Struct#inspect due to recursive Struct object | takahashim | |
| 2015-01-10 | Merge pull request #2697 from cubicdaiya/use-sizeof | Yukihiro "Matz" Matsumoto | |
| Use sizeof() instead of strlen(). | |||
| 2015-01-08 | Merge pull request #2696 from furunkel/master | Yukihiro "Matz" Matsumoto | |
| Properly implement directory tasks | |||
| 2015-01-07 | Correctly handle relative paths | Julian Aron Prenner | |
| 2015-01-06 | Properly implement directory tasks | Julian Aron Prenner | |
| 2015-01-04 | Merge pull request #2694 from cubicdaiya/use-mrb-exc-new-str-lit | Yukihiro "Matz" Matsumoto | |
| Use mrb_exc_new_str_lit(). | |||
| 2015-01-03 | Use mrb_exc_new_str_lit(). | Tatsuhiko Kubo | |
| 2015-01-03 | Merge pull request #2693 from cubicdaiya/remove-duplicate-declarations | Yukihiro "Matz" Matsumoto | |
| Removed duplicated declarations. | |||
| 2015-01-03 | Removed duplicated declarations. | Tatsuhiko Kubo | |
| * `mrb_show_version()` * `mrb_show_copyright()` | |||
| 2015-01-03 | Use sizeof() instead of strlen(). | Tatsuhiko Kubo | |
| 2015-01-03 | Merge pull request #2692 from cubicdaiya/error-handling-mrb-open | Yukihiro "Matz" Matsumoto | |
| fixed error-handling for mrb_open(). | |||
| 2015-01-03 | fixed error-handling for mrb_open(). | Tatsuhiko Kubo | |
| When mrb_open() is called again, it is not checked. | |||
| 2015-01-03 | Merge pull request #2691 from deuwert/tidyup-test-time | Yukihiro "Matz" Matsumoto | |
| Round execution time | |||
| 2015-01-03 | Round execution time | Daniel Bovensiepen | |
| 2015-01-03 | Add fflush() (2) | sdottaka | |
| 2015-01-03 | Merge pull request #2690 from furunkel/master | Yukihiro "Matz" Matsumoto | |
| Set correct build dir for bins | |||
| 2015-01-02 | Set correct build dir for bins | Julian Aron Prenner | |
| 2015-01-01 | Merge pull request #2689 from cubicdaiya/remove-null-checks | Yukihiro "Matz" Matsumoto | |
| Remove redundant NULL checks for mrb_malloc(). | |||
| 2015-01-01 | Remove redundant NULL checks for mrb_malloc(). | Tatsuhiko Kubo | |
| 2014-12-27 | Merge pull request #2687 from suzukaze/avoid_block_given | Yukihiro "Matz" Matsumoto | |
| Avoid block_given? in mrbgem:enum.rb to reduce method calls | |||
| 2014-12-27 | Merge pull request #2686 from cubicdaiya/use-suitable-type | Yukihiro "Matz" Matsumoto | |
| Use suitable type. | |||
| 2014-12-27 | Avoid block_given? in mrbgem:enum.rb to reduce method calls | Jun Hiroe | |
| 2014-12-27 | Use suitable type. | Tatsuhiko Kubo | |
| 2014-12-26 | Socket::Option requires iij/mruby-pack. | Tomoyuki Sahara | |
| 2014-12-26 | don't call undefined method. fixes #15. | Tomoyuki Sahara | |
| 2014-12-26 | remove unused variables. | Tomoyuki Sahara | |
| 2014-12-26 | syscalls may return sockaddr shorter than sizeof(struct sockaddr) on Linux. | Tomoyuki Sahara | |
| 2014-12-26 | failed to add... | Tomoyuki Sahara | |
| 2014-12-26 | debug UNIXSocket and UNIXServer. | Tomoyuki Sahara | |
| 2014-12-26 | rewrite IO.for_fd. | Tomoyuki Sahara | |
| IO.for_fd should call IO#initialize to initialize the created object properly. It cannot be implemented in Ruby. | |||
| 2014-12-26 | better error message. | Tomoyuki Sahara | |
| 2014-12-25 | avoid block_given? in enum.rb to reduce method calls | Yukihiro "Matz" Matsumoto | |
| 2014-12-24 | Merge pull request #2685 from sdottaka/fix-typo-in-mruby-eval | Yukihiro "Matz" Matsumoto | |
| mruby-eval: fix typo | |||
| 2014-12-23 | khash.h: keep key/value table accessible from original hashtable during ↵ | Yukihiro "Matz" Matsumoto | |
| resize; fix #2682 | |||
