| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-09 | Merge pull request #1831 from monaka/pr-make-type-casts-safer | Yukihiro "Matz" Matsumoto | |
| Make type casts safer | |||
| 2014-03-09 | Merge pull request #1832 from ksss/fix-1823 | Yukihiro "Matz" Matsumoto | |
| fix #1823 | |||
| 2014-03-09 | add data_type check to mruby-random | Yukihiro "Matz" Matsumoto | |
| 2014-03-09 | refactoring mruby-random | Yukihiro "Matz" Matsumoto | |
| 2014-03-09 | implement Array#sample in mruby-random gem | Yukihiro "Matz" Matsumoto | |
| 2014-03-09 | add "?" specifier to check if preceding optional argument is given | Yukihiro "Matz" Matsumoto | |
| 2014-03-08 | fix #1823 | ksss | |
| 2014-03-08 | Make type casts safer. | Masaki Muranaka | |
| 2014-03-08 | Merge pull request #1828 from take-cheeze/string_embed | Yukihiro "Matz" Matsumoto | |
| Use sizeof(void*) instead of mrb_int size and extend embed string size. | |||
| 2014-03-08 | Merge pull request #1830 from cremno/pool-fixes | Yukihiro "Matz" Matsumoto | |
| two pool fixes | |||
| 2014-03-08 | Merge pull request #1829 from takkaw/mirb_linenoise | Yukihiro "Matz" Matsumoto | |
| support linenoise in mirb | |||
| 2014-03-07 | pool: use mrb_malloc_simple instead of mrb_malloc | cremno | |
| 2014-03-07 | MSVC: fix C4146 | cremno | |
| C4146 (unary minus operator applied to unsigned type, result still unsigned) | |||
| 2014-03-08 | support linenoise in mirb | takkaw | |
| 2014-03-08 | convert too much from size_t to uint32_t; mrb_sym2name_len() takes size_t* | Yukihiro "Matz" Matsumoto | |
| 2014-03-08 | use sizeof(void*) instead of mrb_int size and extend embed string size | take_cheeze | |
| 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 | |||
