| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-08-22 | Move test source code and rake task to mrbgem | Zachary Scott | |
| 2015-08-22 | Merge pull request #2923 from yasuyuki/nil | Yukihiro "Matz" Matsumoto | |
| Use #nil? instead of == nil. | |||
| 2015-08-22 | Merge pull request #2922 from gkta/refactor-mrubygem-code | Yukihiro "Matz" Matsumoto | |
| Refactor mrubygem code (range.rb, numeric.rb, string.rb, array.rb, enum.rb) | |||
| 2015-08-22 | Use #nil? instead of == nil. | INOUE Yasuyuki | |
| 2015-08-21 | enum.rb: refactor code (remove redundant code) | go.kikuta | |
| 2015-08-21 | array.rb: refactor (use onliner code if possible) | go.kikuta | |
| 2015-08-21 | string.rb: refactor code (remove redundant code) | go.kikuta | |
| 2015-08-21 | numeric.rb: refactor code (Avoid using {...} for multi-line blocks, ↵ | go.kikuta | |
| Surrounding space missing in default value assignment) | |||
| 2015-08-21 | range.rb: refactor code (use ! instead of not, use favor modifier if and ↵ | go.kikuta | |
| unless usage when having a single-line body) | |||
| 2015-08-21 | Merge pull request #43 from jkutner/master | Tomoyuki Sahara | |
| Made FILE_SEPERATOR platform dependent | |||
| 2015-08-20 | Made FILE_SEPERATOR platform dependent | Joe Kutner | |
| 2015-08-20 | Merge pull request #2921 from gkta/refactor-array | Yukihiro "Matz" Matsumoto | |
| array.rb: refactor some code | |||
| 2015-08-19 | array.rb: refactor some code | go.kikuta | |
| 2015-08-18 | Merge pull request #2920 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/fix-irep-float-dump-format-string-for-mrb_use_float irep dump: fix format string for MRB_USE_FLOAT | |||
| 2015-08-18 | Merge pull request #2919 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/delete-duplicate-definition-of-exception-exception delete duplicate definition of Exception.exception | |||
| 2015-08-17 | delete duplicate definition of Exception.exception | cremno | |
| It overwrote the original definition in src/error.c, line 446. | |||
| 2015-08-17 | fix irep float dump format string for MRB_USE_FLOAT | cremno | |
| IEC 60559 single format has 6 to 9 significant decimal digits precision. However the printf conversion specifier e (and E, of course) already writes 1 digit - the one before the decimal point - and precision specifies the number of digits to write after the decimal point. | |||
| 2015-08-16 | Added mrb_get_argc and mrb_get_mid | felixjones | |
| 2015-08-12 | Merge pull request #2913 from gkta/remove-duplicate-len-check | Yukihiro "Matz" Matsumoto | |
| Remove duplicated RARRAY_LEN check in ary_elt | |||
| 2015-08-12 | Remove duplicated RARRAY_LEN check | go.kikuta | |
| 2015-08-12 | Merge pull request #42 from hone/path_separator | Tomoyuki Sahara | |
| define PATH_SEPARATOR | |||
| 2015-08-11 | Merge pull request #2912 from gkta/remove-nonneed-tmp-value | Yukihiro "Matz" Matsumoto | |
| Remove non-need tmp value in mrb_obj_to_sym | |||
| 2015-08-11 | Remove non-need tmp value | go.kikuta | |
| 2015-08-11 | compiler: allow "class A end" by tweaking the superclass rule like CRuby2.3 | Yukihiro "Matz" Matsumoto | |
| 2015-08-10 | codegen: don't need to genop(); just update s->iseq directly | Yukihiro "Matz" Matsumoto | |
| 2015-08-10 | codegen: add peep hole optimization to skip overridden OP_MOVE | Yukihiro "Matz" Matsumoto | |
| 2015-08-10 | codegen: reserve stack region for OP_APOST; fix #2824 | Yukihiro "Matz" Matsumoto | |
| 2015-08-10 | prevent out-of-bounds ensure clause access; fix #2910 | Yukihiro "Matz" Matsumoto | |
| 2015-08-10 | Merge pull request #23 from expeditiousRubyist/master | Tomoyuki Sahara | |
| Changed Windows IO overrides to use sysread and syswrite instead | |||
| 2015-08-07 | FIXABLE() may work wrong on MRB_INT64; fix #2909 | Yukihiro "Matz" Matsumoto | |
| 2015-08-07 | make pack_l simpler. | Tomoyuki Sahara | |
| 2015-08-07 | update installation procedure. | Tomoyuki Sahara | |
| 2015-08-07 | support "q" and "Q". closes #7. | Tomoyuki Sahara | |
| 2015-08-06 | implicit type conversion caused unexpected result. fixes #8. | Tomoyuki Sahara | |
| 2015-08-05 | add String#setbyte and String#byteslice to mruby-string-ext | Yukihiro "Matz" Matsumoto | |
| 2015-08-04 | Merge pull request #2908 from BanzaiMan/ha-feature-containers | Yukihiro "Matz" Matsumoto | |
| Add build on Trusty and OS X | |||
| 2015-08-03 | Try building on Xcode 6.4 | Hiro Asari | |
| The default 6.1 was slow | |||
| 2015-08-03 | Add OS X build to the matrix | Hiro Asari | |
| 2015-08-03 | Build matrix of size 2 | Hiro Asari | |
| 2015-08-03 | Update package list | Hiro Asari | |
| 2015-08-03 | Set language, and use the new Trusty env | Hiro Asari | |
| 2015-08-03 | Merge pull request #2907 from hone/path | Yukihiro "Matz" Matsumoto | |
| be able to source with :path for mrbgems | |||
| 2015-08-03 | Changed IO overrides to use sysread and syswrite instead of read and write | unknown | |
| 2015-08-03 | better hash value from enumerables; fix #2906 | Yukihiro "Matz" Matsumoto | |
| 2015-08-02 | define PATH_SEPARATOR | Terence Lee | |
| 2015-08-02 | be able to source with :path for mrbgems | Terence Lee | |
| 2015-08-01 | link libncurses when there's /usr/include/curses.h; fix #2905 | Yukihiro "Matz" Matsumoto | |
| 2015-07-30 | vm: execute ensure without exception at the top of the fiber; fix #2904 | Yukihiro "Matz" Matsumoto | |
| 2015-07-30 | vm: execute ensure at the top of the fiber; fix #2903 | Yukihiro "Matz" Matsumoto | |
| 2015-07-30 | Merge pull request #2901 from cremno/fix-ruby-bug-11380 | Yukihiro "Matz" Matsumoto | |
| pop cmdarg in lambda body; fix [ruby-bug#11380] | |||
