| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-05 | visualcpp toolchain: change compiler/linker flags | cremno | |
| with these flags visualcpp should behave more like the gcc toolchain c: - produce debug information - optimize for speed instead of disabling optimization - use non-debug version of Microsoft's C library - remove unused and unnecessary macro definitions cxx: - separate C and C++ (#1594) - specify kind of exception handling (see warning C4530) linker: - produce debug information - disable incremental linking and re-enable optimizations | |||
| 2014-03-05 | error.h: add extern "C" for C++ | cremno | |
| 2014-03-06 | fix and add test for Proc#source_location | take_cheeze | |
| 2014-03-06 | Merge pull request #1814 from cremno/__file__-windows-paths | Yukihiro "Matz" Matsumoto | |
| __FILE__ test: add support for \ as separator | |||
| 2014-03-06 | Merge pull request #1812 from cremno/time-3 | Yukihiro "Matz" Matsumoto | |
| mruby-time: add gettimeofday(2) for Windows | |||
| 2014-03-06 | Merge pull request #1813 from cremno/time-1 | Yukihiro "Matz" Matsumoto | |
| mruby-time: various smaller changes | |||
| 2014-03-05 | __FILE__ test: add support for \ as separator | cremno | |
| 2014-03-05 | mruby-time: add gettimeofday(2) for Windows | cremno | |
| 2014-03-05 | mruby-time: fix indentation in mrb_time_asctime | cremno | |
| 2014-03-05 | mruby-time: store timezone name directly | cremno | |
| 2014-03-05 | mruby-time: timezone_names should be const | cremno | |
| 2014-03-05 | mruby-time: store strings directly instead of pointers to them | cremno | |
| 2014-03-05 | mruby-time: mrb_time_type should be const | cremno | |
| 2014-03-05 | mruby-time: fix two tiny typos in comments | cremno | |
| 2014-03-05 | mruby-time: rearrange header order | cremno | |
| 2014-03-05 | mruby-time: remove trailing whitespace | cremno | |
| 2014-03-06 | Merge pull request #1811 from takkaw/refactor_mirb | Yukihiro "Matz" Matsumoto | |
| small refactor in mirb | |||
| 2014-03-05 | small refactor | takkaw | |
| 2014-03-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | use mrb_int instead of size_t since string length is represented by mrb_int; ↵ | Yukihiro "Matz" Matsumoto | |
| close #1810 | |||
| 2014-03-05 | Merge pull request #1809 from matsumoto-r/change_mruby_libs_flag | Yukihiro "Matz" Matsumoto | |
| Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS | |||
| 2014-03-05 | Merge pull request #1808 from cubicdaiya/issues/unused_variable | Yukihiro "Matz" Matsumoto | |
| remove unused variable | |||
| 2014-03-05 | Change the position of -L option from MRUBY_LIBS to MRUBY_LDFLAGS | MATSUMOTO Ryosuke | |
| 2014-03-05 | Merge pull request #1807 from tmash06/fix_exit_status_code | Yukihiro "Matz" Matsumoto | |
| fix mruby command returning EXIT_SUCCESS when program file can't be opened. | |||
| 2014-03-05 | remove unused variable | cubicdaiya | |
| GLOBAL_RAND_SEED_KEY is no longer used. | |||
| 2014-03-05 | fix mruby command returning EXIT_SUCCESS when program file can't be | Tatsuya Matsumoto | |
| opened. | |||
| 2014-03-05 | Merge pull request #1806 from tmash06/fix_exit_method_aspec_setting | Yukihiro "Matz" Matsumoto | |
| fix argument spec setting of Kernel.exit method. | |||
| 2014-03-05 | fix argument spec setting of Kernel.exit method. | Tatsuya Matsumoto | |
| this method requires 1 optional argument. | |||
| 2014-03-05 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | should check crossing C boudary from resume | Yukihiro "Matz" Matsumoto | |
| 2014-03-05 | Merge pull request #1805 from take-cheeze/existing_include | Yukihiro "Matz" Matsumoto | |
| Add existing include/ directory only. | |||
| 2014-03-05 | Merge pull request #1804 from mattn/fix-quote | Yukihiro "Matz" Matsumoto | |
| Fix #1803 | |||
| 2014-03-05 | add existing include/ directory only | take_cheeze | |
| 2014-03-05 | Fix #1803 | mattn | |
| 2014-03-05 | s/\\"/"/g in mruby-config | mattn | |
| 2014-03-05 | Merge pull request #1801 from mattn/mruby-config | Yukihiro "Matz" Matsumoto | |
| Add mruby-bin-mruby-config | |||
| 2014-03-05 | Merge pull request #1802 from tmash06/fix_syntax_check_no_exec | Yukihiro "Matz" Matsumoto | |
| mruby command should not execute program on "syntax only option(-c)". | |||
| 2014-03-05 | Merge pull request #1800 from tmash06/fix_indent | Yukihiro "Matz" Matsumoto | |
| fix indent. | |||
| 2014-03-05 | Merge pull request #1799 from cubicdaiya/issues/off_by_one_error2 | Yukihiro "Matz" Matsumoto | |
| fix off-by-one error in attrsym | |||
| 2014-03-05 | Don't echo empty string. (Remove workaround for windows) | mattn | |
| 2014-03-05 | chmod 755 | mattn | |
| 2014-03-05 | mruby command should not execute program on "syntax only option(-c)". | Tatsuya Matsumoto | |
| 2014-03-05 | Add mruby-bin-mruby-config | mattn | |
| 2014-03-05 | fix indent. | Tatsuya Matsumoto | |
| 2014-03-05 | fix off-by-one error in attrsym | cubicdaiya | |
| The allocation size for null-terminated character is lacking. In actual, it is no problem in most case because codegen_palloc allocates more a memory size than required size. | |||
| 2014-03-05 | Merge pull request #1797 from take-cheeze/doc_update | Yukihiro "Matz" Matsumoto | |
| Add notes about new features. | |||
| 2014-03-05 | Merge pull request #1796 from mattn/fix_1793 | Yukihiro "Matz" Matsumoto | |
| Fix #1793 | |||
| 2014-03-05 | fix typo | take_cheeze | |
| 2014-03-05 | update compilation notes | take_cheeze | |
| 2014-03-04 | Fix #1793 | mattn | |
