| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-07 | reduce integer type complexity from int/size_t/uint32_t by unifying them to ↵ | Yukihiro "Matz" Matsumoto | |
| uint32_t; close #1778 | |||
| 2014-03-07 | Merge pull request #1820 from ksss/string-embed | Yukihiro "Matz" Matsumoto | |
| Embed small string | |||
| 2014-03-07 | Merge pull request #1824 from unak/patch-1 | Yukihiro "Matz" Matsumoto | |
| .PHONY should be placed after `all' | |||
| 2014-03-07 | Hash#== and eql? should not return fixnum; ref #1823 | Yukihiro "Matz" Matsumoto | |
| 2014-03-07 | Merge pull request #1823 from ksss/hash-eql | Yukihiro "Matz" Matsumoto | |
| Fix behavior Hash#eql? | |||
| 2014-03-07 | .PHONY should be placed after `all' | unak | |
| Because some make (e.g. nmake) recognize it as a normal rule definition and if it's the first rule, make runs it as a default rule. Consequently `all', `test' and `clean' are all ran (because they are depended by .PHONY), and builded files are cleaned. | |||
| 2014-03-07 | Fix behavior Hash#eql? | ksss | |
| 2014-03-06 | add embed string test | ksss | |
| 2014-03-06 | make embed string when create literals | ksss | |
| 2014-03-06 | embed small string | ksss | |
| use flags 4 for *this object is embed* use flags 8~64 for *embed string length* | |||
| 2014-03-06 | Merge pull request #1819 from mattn/fix-mruby-time | Yukihiro "Matz" Matsumoto | |
| Fix build on mingw32 | |||
| 2014-03-06 | Fix build on mingw32 | mattn | |
| 2014-03-06 | Merge pull request #1818 from unak/patch-1 | Yukihiro "Matz" Matsumoto | |
| fixed broken gettimeofday implementation for Windows | |||
| 2014-03-06 | fixed broken gettimeofday implementation for Windows | unak | |
| small, but critical typo :) | |||
| 2014-03-06 | Merge pull request #1815 from take-cheeze/source_location | Yukihiro "Matz" Matsumoto | |
| Fix and add test for Proc#source_location. | |||
| 2014-03-06 | Merge pull request #1817 from cremno/visualcpp-toolchain-change-cflags | Yukihiro "Matz" Matsumoto | |
| visualcpp toolchain: change compiler/linker flags | |||
| 2014-03-06 | Merge pull request #1816 from cremno/error.h-add-extern_c | Yukihiro "Matz" Matsumoto | |
| error.h: add extern "C" for C++ | |||
| 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 | |
