| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-11-26 | Fix: Numeric#step infinite loop. | TOMITA Masahiro | |
| 2014-11-26 | Merge pull request #2652 from cremno/mrdb-add-missing-null-termination | Yukihiro "Matz" Matsumoto | |
| mrdb: add missing null-termination | |||
| 2014-11-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | add "fall through" comment | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | fix(String) String#[] accepts float; close #2650 #2651 | Robert Mosolgo | |
| 2014-11-26 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | wrong register number adjustment in multiple assignment; fix #2654 | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | OP_APOST local variable display was wrong | Yukihiro "Matz" Matsumoto | |
| 2014-11-26 | free memory used by breakpoints | cremno | |
| 2014-11-26 | free return value of dirname() | cremno | |
| 2014-11-25 | Merge pull request #2646 from cremno/mrdb-fix-memory-leaks | Hiroshi Mimaki | |
| mrdb: fix two memory leaks | |||
| 2014-11-25 | Merge pull request #2644 from cremno/mrdb-minor-changes | Hiroshi Mimaki | |
| mrdb: minor changes | |||
| 2014-11-25 | Merge pull request #2653 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/remove-unnecessary-_win32-preprocessor-check remove unnecessary _WIN32 preprocessor check | |||
| 2014-11-25 | remove unnecessary _WIN32 preprocessor check | cremno | |
| SIZE_MAX < UINT32_MAX is false on Win32 / Win64. | |||
| 2014-11-25 | add missing null-termination | cremno | |
| 2014-11-23 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-23 | Merge pull request #2649 from tmtm/fix-string-slice | Yukihiro "Matz" Matsumoto | |
| Fix String#slice! raise TypeError or return invalid value. | |||
| 2014-11-23 | Fix String#slice! raise TypeError or return invalid value. | TOMITA Masahiro | |
| 2014-11-23 | align indent of local variable names in codedump() | Yukihiro "Matz" Matsumoto | |
| 2014-11-22 | Merge pull request #2648 from cubicdaiya/use_lit_for_mrdb | Yukihiro "Matz" Matsumoto | |
| use mrb_str_xxx_lit for mrdb. | |||
| 2014-11-22 | should support recursive mlhs decomposition, e.g. (a,b),c = [1,2],3 | Yukihiro "Matz" Matsumoto | |
| 2014-11-22 | use mrb_str_xxx_lit for mrdb. | Tatsuhiko Kubo | |
| 2014-11-20 | Merge pull request #2645 from cremno/mrdb-fix-heap-use-after-free | Yukihiro "Matz" Matsumoto | |
| mrdb: fix heap-use-after-free | |||
| 2014-11-20 | remove const type qualifier | cremno | |
| clang 3.5.0 with -Wextra produces a -Wignored-qualifiers diagnostic. | |||
| 2014-11-20 | don't convert function pointer to object pointer | cremno | |
| 2014-11-20 | remove cast | cremno | |
| C99+TC3, 7.19.7.1p2: [...] the fgetc function obtains that character as an unsigned char converted to an int [...] | |||
| 2014-11-20 | free memory used by breakpoints | cremno | |
| 2014-11-20 | free return value of dirname() | cremno | |
| 2014-11-20 | fix heap-use-after-free | cremno | |
| 2014-11-19 | Merge pull request #2641 from sdottaka/super-fix | Yukihiro "Matz" Matsumoto | |
| Fix an error when calling a method implemented in C by super() with argu... | |||
| 2014-11-19 | [ci skip] run spell checker on doc/debugger/README.md and fixed typos ↵ | Yukihiro "Matz" Matsumoto | |
| mentioned from @bovi and @rmosolgo; ref #2640 | |||
| 2014-11-19 | Fix an error when calling a method implemented in C by super() with ↵ | sdottaka | |
| arguments. This fix makes the following code workable: Expected: class MRBTime < Time; def self.new; super(2012, 4, 21); end; end MRBTime.new # => Sat Apr 21 00:00:00 2012 Actual: class MRBTime < Time; def self.new; super(2012, 4, 21); end; end MRBTime.new # => can't convert nil into Integer (TypeError) | |||
| 2014-11-19 | Merge pull request #2640 from mruby-Forum/v1.1.01.1.0 | Hiroshi Mimaki | |
| mruby-1.1.0 | |||
| 2014-11-19 | separate mrb_notimplement() and mrb_notimplement_m(); ref #2636 | Yukihiro "Matz" Matsumoto | |
| 2014-11-19 | [ci skip] rephrasing about mailing list description; ref #2639 | Yukihiro "Matz" Matsumoto | |
| 2014-11-19 | Merge pull request #2639 from suzukaze/fix-mailing-list-description | Yukihiro "Matz" Matsumoto | |
| Fix mailing list description; ref #2635 | |||
| 2014-11-19 | Merge pull request #2637 from rmosolgo/not-implemented-error-msg | Yukihiro "Matz" Matsumoto | |
| fix mrb_notimplement typo | |||
| 2014-11-18 | mruby-1.1.0 | mimaki | |
| 2014-11-18 | Add mruby debugger (mrdb) | mimaki | |
| 2014-11-18 | Fix mailing-list description | Jun Hiroe | |
| 2014-11-17 | fix mrb_notimplement typo | Robert Mosolgo | |
| 2014-11-17 | Merge pull request #2636 from ksss/mrb_notimplement | Yukihiro "Matz" Matsumoto | |
| Implement C API mrb_notimplement | |||
| 2014-11-17 | Implement C API mrb_notimplement | ksss | |
| 2014-11-12 | add Float::{INFINITY,NAN} if available | Yukihiro "Matz" Matsumoto | |
| 2014-11-10 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-10 | Merge pull request #2634 from xxuejie/fix-mrb-iv-check-prototype | Yukihiro "Matz" Matsumoto | |
| Fix mrb_iv_check function decleration | |||
| 2014-11-10 | Fix mrb_iv_check function decleration | Xuejie "Rafael" Xiao | |
| 2014-11-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-11-08 | Merge pull request #2633 from southwolf/patch-1 | Yukihiro "Matz" Matsumoto | |
| Modify Arduino build config for IDE >= 1.5.7 | |||
| 2014-11-08 | Merge pull request #2631 from mimaki/sizeof_format_not_supported | Yukihiro "Matz" Matsumoto | |
| %zu format is not supported by MSVC | |||
