| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-06 | Merge pull request #248 from monaka/pr-use-value-i-for-nil-false-check | Yukihiro "Matz" Matsumoto | |
| Use value.i for nil/false check. | |||
| 2012-06-07 | Use value.i for nil/false check. | Masaki Muranaka | |
| 2012-06-07 | remove src/gc.h | Yukihiro Matsumoto | |
| 2012-06-05 | mruby/array.h: rename buf to ptr | Yukihiro Matsumoto | |
| 2012-06-05 | mruby/string.h: rename buf to ptr | Yukihiro Matsumoto | |
| 2012-06-05 | Merge pull request #246 from thecodeshop/jf/gnueabihf | Yukihiro "Matz" Matsumoto | |
| Add Ubuntu -> Linux-on-ARM sample CMake toolchain files | |||
| 2012-06-04 | Add Ubuntu -> Linux-on-ARM CMake toolchain files | Jon | |
| Add separate sample CMake toolchain files targeting Linux running on ARM, with and without hardware floating point support. Samples use the `gcc-arm-linux-gnueabihf` and `gcc-arm-linux-gnueabi` cross toolchains from the standard Ubuntu package repositories. | |||
| 2012-06-05 | stop introducing Math::TORELANCE | Yukihiro Matsumoto | |
| 2012-06-04 | Merge pull request #245 from pbosetti/tests | Yukihiro "Matz" Matsumoto | |
| Added Math.sqrt() that was missing in math.c, and added relevant test case | |||
| 2012-06-05 | Merge branch 'jf/parser-dump' of https://github.com/thecodeshop/mruby into ↵ | Yukihiro Matsumoto | |
| thecodeshop-jf/parser-dump | |||
| 2012-06-05 | Time#- should return time if operand is a number | Yukihiro Matsumoto | |
| 2012-06-04 | Merge pull request #243 from bovi/improve-time-and-test | Yukihiro "Matz" Matsumoto | |
| Improve Time | |||
| 2012-06-05 | merge conflict resolution | Yukihiro Matsumoto | |
| 2012-06-05 | since 1.9 "!=" op is a method call | Yukihiro Matsumoto | |
| 2012-06-05 | symbol can contain non printable characters | Yukihiro Matsumoto | |
| 2012-06-04 | Added aggregate target to build all binaries | Paolo Bosetti | |
| 2012-06-04 | Added Math.sqrt() that was missing in math.c, and added relevant test case | Paolo Bosetti | |
| 2012-06-05 | Add Time tests | Daniel Bovensiepen | |
| 2012-06-05 | Add Time#utc | Daniel Bovensiepen | |
| 2012-06-04 | symbol can contain non printable characters | Yukihiro Matsumoto | |
| 2012-06-04 | add Time#getlocal/getgm/getutc | Yukihiro Matsumoto | |
| 2012-06-04 | time.c add ISO section numbers | Yukihiro Matsumoto | |
| 2012-06-03 | Refactor hardcoded PARSER_DUMP macro | Jon | |
| 2012-06-04 | remove mrb_open NULL check for small test programs. They are only for ↵ | Yukihiro Matsumoto | |
| proof-on-concept test, not production code. Adding precise checks are not needed for those code | |||
| 2012-06-03 | Merge pull request #239 from thecodeshop/jf/mrb_open | Yukihiro "Matz" Matsumoto | |
| guard mrb_open mem allocation and downstream usage | |||
| 2012-06-03 | Merge pull request #240 from bovi/superclass-improvement | Yukihiro "Matz" Matsumoto | |
| Class#superclass improvement | |||
| 2012-06-03 | Add more superclass tests | Daniel Bovensiepen | |
| 2012-06-03 | Add superclass tests for Exceptions | Daniel Bovensiepen | |
| 2012-06-03 | Add BasicObject Tests | Daniel Bovensiepen | |
| 2012-06-03 | Improve Class#superclass to ISO | Daniel Bovensiepen | |
| 2012-06-03 | Check mrb_open return value for NULL | Jon | |
| 2012-06-03 | Verify that memory for mrb_state was allocated | Jon | |
| 2012-06-03 | should not disclose metaclass; close #238 | Yukihiro Matsumoto | |
| 2012-06-03 | make arrays to share bodies | Yukihiro Matsumoto | |
| 2012-06-03 | str_modify() revives string buffer kept in shared structure if refcnt == 1 | Yukihiro Matsumoto | |
| 2012-06-03 | Merge pull request #237 from k-tsj/rescue-only-standarderrors | Yukihiro "Matz" Matsumoto | |
| A rescue clause with no parameter list rescues only StandardErrors | |||
| 2012-06-03 | string.subseq should update shared refcnt | Yukihiro Matsumoto | |
| 2012-06-03 | strig.c should properly decref shared entities | Yukihiro Matsumoto | |
| 2012-06-03 | remove mrb_exec_recursive | Yukihiro Matsumoto | |
| 2012-06-03 | remove unused mrb_exec_recursive | Yukihiro Matsumoto | |
| 2012-06-03 | A rescue clause with no parameter list rescues only StandardErrors | Kazuki Tsujimoto | |
| 2012-06-03 | mrb_malloc/calloc/realloc should call mrb_garbage_collect before returning NULL | Yukihiro Matsumoto | |
| 2012-06-03 | puts should return nil; close #215 | Yukihiro Matsumoto | |
| 2012-06-03 | should decref shared string body on gc_free | Yukihiro Matsumoto | |
| 2012-06-03 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro Matsumoto | |
| 2012-06-02 | Merge pull request #236 from liyuray/master | Yukihiro "Matz" Matsumoto | |
| fix an issue that access violation occurred on uninitialized irep block when running "make test" on MINGW. | |||
| 2012-06-03 | remove a blank line | Yukihiro Matsumoto | |
| 2012-06-03 | time - time should not return time, but number | Yukihiro Matsumoto | |
| 2012-06-03 | issue: make test fail on mingw. | liyuray | |
| solution: initialize memory allocated. | |||
| 2012-06-03 | should have adjusted stack address kept in closures; close #222 | Yukihiro Matsumoto | |
