| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-04-08 | Merge pull request #1144 from monaka/pr-add-iso-conformance-tests-20130406 | Yukihiro "Matz" Matsumoto | |
| Add more ISO conformance tests. | |||
| 2013-04-08 | Merge pull request #1157 from monaka/pr-add-ARGV-to-mirb | Yukihiro "Matz" Matsumoto | |
| Add ARGV constant. It is not required by ISO. Compatibility with CRuby. | |||
| 2013-04-08 | Merge pull request #1161 from h2so5/fix-memory-leak-in-mirb | Yukihiro "Matz" Matsumoto | |
| Fix a memory leak in mirb | |||
| 2013-04-08 | Fix a memory leak in mirb | h2so5 | |
| 2013-04-08 | Merge pull request #1150 from monaka/pr-add-test-runner-support | Yukihiro "Matz" Matsumoto | |
| Add "test runner" support for cross builds. | |||
| 2013-04-08 | Merge pull request #1160 from matsumoto-r/change_mruby_random_license | Yukihiro "Matz" Matsumoto | |
| Change mruby-random License to MIT | |||
| 2013-04-08 | Change mruby-random License to MIT | MATSUMOTO Ryosuke | |
| refs: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/license.html | |||
| 2013-04-07 | Merge pull request #1159 from h2so5/fix-mirb-heredoc | Yukihiro "Matz" Matsumoto | |
| Fix checking for heredoc in mirb | |||
| 2013-04-07 | Fix checking for heredoc in mirb | h2so5 | |
| 2013-04-07 | Add ARGV constant. It is not required by ISO. Compatibility with CRuby. | Masaki Muranaka | |
| 2013-04-06 | Merge pull request #1155 from monaka/pr-support-global-zero-variable | Yukihiro "Matz" Matsumoto | |
| Support $0 variable. | |||
| 2013-04-07 | Support $0 variable. | Masaki Muranaka | |
| 2013-04-07 | add File.expand_path | Akira Yumiyama | |
| 2013-04-07 | Add "test runner" support for cross builds. | Masaki Muranaka | |
| "test runner" means target simulator like QEmu, GDB sim, and so on. Also "test runner" might be debug agents for real targets. If you do not setup test_runner, Rake will work same as before. | |||
| 2013-04-06 | Merge pull request #1147 from schmurfy/dump_osx | Yukihiro "Matz" Matsumoto | |
| stdint header seems required on osx for uint8_t | |||
| 2013-04-06 | Merge pull request #1146 from kano4/pr-define-isascii-for-c99 | Yukihiro "Matz" Matsumoto | |
| Define isascii for C99 | |||
| 2013-04-06 | Merge pull request #1145 from h2so5/fix-mirb | Yukihiro "Matz" Matsumoto | |
| Improve checking for unterminated string in mirb | |||
| 2013-04-06 | Merge pull request #1116 from kurodash/pr-exclude-legal-from-archive | Yukihiro "Matz" Matsumoto | |
| Modified build dependency to exclude 'LEGAL' from libmruby archive. | |||
| 2013-04-06 | stdint header seems required on osx for uint8_t | Julien Ammous | |
| 2013-04-06 | Define isascii for C99 | kano4 | |
| 2013-04-06 | Improve checking for unterminated string in mirb | h2so5 | |
| 2013-04-06 | Add a comment. Kernel#require is defined in the mrbgem. | Masaki Muranaka | |
| 2013-04-06 | Add some tests. | Masaki Muranaka | |
| 2013-04-06 | comment E_* macros to address concerns in #1143 | Yukihiro "Matz" Matsumoto | |
| 2013-04-06 | parse_args should return either EXIT_SUCCESS or EXIT_FAILURE | Yukihiro "Matz" Matsumoto | |
| 2013-04-06 | use EXIT_SUCCESS and EXIT_FAILURE for exit status; close #1142 | Yukihiro "Matz" Matsumoto | |
| 2013-04-05 | Merge pull request #1141 from mattn/fix_exit | Yukihiro "Matz" Matsumoto | |
| Fix exit | |||
| 2013-04-05 | Merge pull request #1139 from masuidrive/build | Yukihiro "Matz" Matsumoto | |
| Improve recent CRuby rake compatibility | |||
| 2013-04-05 | Merge pull request #1138 from h2so5/syntax-error-for-incomplete-global-variable | Yukihiro "Matz" Matsumoto | |
| Add syntax error for incomplete global variables | |||
| 2013-04-05 | Fix exit | mattn | |
| 2013-04-05 | Improve CRuby rake compatible | Yuichiro MASUI | |
| 2013-04-05 | Add syntax error for incomplete global variables | h2so5 | |
| 2013-04-04 | Merge pull request #1136 from h2so5/syntax-error-for-incomplete-variable | Yukihiro "Matz" Matsumoto | |
| Add syntax error for incomplete instance/class variables | |||
| 2013-04-05 | sort mrblib/*.rb files to compile (class.rb comes before error.rb); close ↵ | Yukihiro "Matz" Matsumoto | |
| #1132; close #1134 | |||
| 2013-04-05 | Add syntax error for incomplete instance/class variables | h2so5 | |
| 2013-04-05 | factor out redundant Regexp check into functions | Yukihiro "Matz" Matsumoto | |
| 2013-04-05 | method function should return mrb_value | Yukihiro "Matz" Matsumoto | |
| 2013-04-05 | raise NotImplementedError from Module.constants (15.2.2.3.1); close #1125 | Yukihiro "Matz" Matsumoto | |
| 2013-04-04 | Merge pull request #1132 from monaka/pr-support-NameError.name | Yukihiro "Matz" Matsumoto | |
| Support NameError#name | |||
| 2013-04-04 | Add one more test for NameError#initialize. As we support NameError#name. | Masaki Muranaka | |
| 2013-04-04 | Add test for NameError#name | Masaki Muranaka | |
| 2013-04-04 | Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ↵ | Masaki Muranaka | |
| 2nd argument for `NameError.new` in C API. | |||
| 2013-04-04 | Use mrb_name_error() as possible. | Masaki Muranaka | |
| 2013-04-04 | Move mrb_name_error() declaration to mruby.h As it is requred by struct mrbgem. | Masaki Muranaka | |
| 2013-04-04 | make Data_Make_Struct a statement to make it C99 compatible | Yukihiro "Matz" Matsumoto | |
| 2013-04-04 | rename DATA API: mrb_get_datatype -> mrb_data_get_ptr; mrb_check_datatype -> ↵ | Yukihiro "Matz" Matsumoto | |
| mrb_data_check_and_get | |||
| 2013-04-03 | Merge pull request #1131 from takkaw/mrb_funcall_return_exc | Yukihiro "Matz" Matsumoto | |
| Change to return the exception object when an exception occurred in mrb_funcall | |||
| 2013-04-03 | Merge pull request #1130 from gzohari/adjust_ci_nregs | Yukihiro "Matz" Matsumoto | |
| Adjust ci->nregs to prevent heap corruption | |||
| 2013-04-03 | Merge pull request #1128 from monaka/pr-add-iso-confomance-tests-20130402 | Yukihiro "Matz" Matsumoto | |
| Add ISO confomance tests | |||
| 2013-04-02 | Adjust ci->nregs to prevent heap corruption | Gilad Zohari | |
