| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-19 | Some additional changes to compile properly | Daniel Bovensiepen | |
| 2012-09-19 | remove second gem | Daniel Bovensiepen | |
| 2012-09-19 | Built generator for an variable amount of gems | Daniel Bovensiepen | |
| 2012-09-17 | Relocate files | Daniel Bovensiepen | |
| 2012-09-15 | Remove old location of md5 source | Daniel Bovensiepen | |
| 2012-09-15 | Relocated md5 source | Daniel Bovensiepen | |
| 2012-09-15 | Small modifications for location | Daniel Bovensiepen | |
| 2012-09-13 | Add TODOs to finalize gems | Daniel Bovensiepen | |
| 2012-09-13 | Add a first implementation of mrbgems with one fixed MD5 gem | Daniel Bovensiepen | |
| 2012-09-13 | make mrbc aware of the gem init | Daniel Bovensiepen | |
| 2012-09-13 | Add init function for gems to init of core | Daniel Bovensiepen | |
| 2012-09-13 | Change mrblib Makefile to include gems | Daniel Bovensiepen | |
| 2012-09-13 | change global Makefile by adding mrbgems to it | Daniel Bovensiepen | |
| 2012-09-12 | Merge pull request #468 from iij/pr-exception-without-mesg | Yukihiro "Matz" Matsumoto | |
| check if an Exception instance has a "mesg" attribute | |||
| 2012-09-12 | check if an Exception instance has a "mesg" attribute | Tomoyuki Sahara | |
| fix the issue that "Exception.new.inspect" causes SIGSEGV. | |||
| 2012-09-12 | remoce duplicate declaration of TOUPPER/TOLOWER | Yukihiro Matsumoto | |
| 2012-09-12 | Merge pull request #467 from iij/pr-fix-include-path-proc | Yukihiro "Matz" Matsumoto | |
| Fix include path in proc.h. | |||
| 2012-09-12 | Merge pull request #466 from iij/pr-signed-char | Yukihiro "Matz" Matsumoto | |
| two more wrapper macros for ctype.h | |||
| 2012-09-12 | Fix include path in proc.h. | Kouki Ooyatsu | |
| 2012-09-12 | two more wrapper macros for ctype.h | Tomoyuki Sahara | |
| we need them on the platform where 'char' is signed. | |||
| 2012-09-12 | typo fixed | Yukihiro Matsumoto | |
| 2012-09-12 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-09-10 | Merge pull request #463 from emboss/define_dbl_dig_conditionally | Yukihiro "Matz" Matsumoto | |
| Define DBL_DIG only if it wasn't previously defined | |||
| 2012-09-10 | Merge pull request #465 from shancat/mingw_fix | Yukihiro "Matz" Matsumoto | |
| Fixes #464. | |||
| 2012-09-11 | Fixes #464. | Shannen Saez | |
| 2012-09-11 | Define DBL_DIG only if it wasn't previously defined | emboss | |
| DBL_DIG may already be defined on the target system, defining it without checking first may overwrite system values. | |||
| 2012-09-10 | Merge pull request #462 from bovi/test-for-460 | Yukihiro "Matz" Matsumoto | |
| Add Test Case for Issue #460 | |||
| 2012-09-10 | Merge pull request #461 from bovi/makefile-writing-fixes | Yukihiro "Matz" Matsumoto | |
| Fix writing errors in Makefiles | |||
| 2012-09-10 | Add Test Case for Issue #460 | Daniel Bovensiepen | |
| 2012-09-10 | Fix writing errors in Makefiles | Daniel Bovensiepen | |
| 2012-09-10 | Array#reverse! should call ary_modify | Yukihiro Matsumoto | |
| 2012-09-10 | Merge pull request #460 from iij/pr-nul-in-string | Yukihiro "Matz" Matsumoto | |
| compiler may generate broken binary if string literal has NUL characters | |||
| 2012-09-10 | Merge pull request #458 from bovi/master | Yukihiro "Matz" Matsumoto | |
| Add Tests for current Changes in Code Base | |||
| 2012-09-10 | Merge pull request #459 from shancat/warning_fix | Yukihiro "Matz" Matsumoto | |
| Fixed Windows warning. | |||
| 2012-09-10 | OP_EQ should try direct compararison first | Yukihiro Matsumoto | |
| 2012-09-10 | use mrb_test | Yukihiro Matsumoto | |
| 2012-09-10 | eagerly reduce allocated array memory | Yukihiro Matsumoto | |
| 2012-09-10 | use mrb_malloc instead of clearing mrb_calloc | Yukihiro Matsumoto | |
| 2012-09-10 | simplify array generation from mrb_run | Yukihiro Matsumoto | |
| 2012-09-10 | check special_const before calling respond_to? | Yukihiro Matsumoto | |
| 2012-09-10 | a string may have NUL characters. | Tomoyuki Sahara | |
| 2012-09-10 | Fixed Windows warning. | Shannen Saez | |
| Compiling on Windows 7 from a Windows SDK 7 prompt with CMake. `nmake all test` now works with the `tzset()` warning gone. | |||
| 2012-09-10 | should have preserved original method name | Yukihiro Matsumoto | |
| 2012-09-10 | inlining some mrb_value assignments | Yukihiro Matsumoto | |
| 2012-09-09 | Add Time Tests | Daniel Bovensiepen | |
| 2012-09-09 | Add Module Tests | Daniel Bovensiepen | |
| 2012-09-09 | Add Kernel Tests | Daniel Bovensiepen | |
| 2012-09-09 | mrb might be intialized incompletely from mrbc; close #457 | Yukihiro Matsumoto | |
| 2012-09-06 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-09-06 | Merge pull request #456 from joequery/test_info | Yukihiro "Matz" Matsumoto | |
| Add more info on how to run tests | |||
