| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-06-12 | GETARG_x should return int, not int32_t | Yukihiro Matsumoto | |
| 2012-06-12 | remove khash#kh_debug | Yukihiro Matsumoto | |
| 2012-06-12 | should raise error on top-level super/yield | Yukihiro Matsumoto | |
| 2012-06-11 | zsuper should respect block given; close #185 | Yukihiro Matsumoto | |
| 2012-06-11 | parser_dump: no print "local variables" if no local variables | Yukihiro Matsumoto | |
| 2012-06-11 | should increment p on every iteration; close #254 | Yukihiro Matsumoto | |
| 2012-06-11 | should not quote || and && operators; close #253 | Yukihiro Matsumoto | |
| 2012-06-10 | Merge pull request #256 from masamitsu-murase/modify_string_slice | Yukihiro "Matz" Matsumoto | |
| "slice" of shared string returns invalid result | |||
| 2012-06-10 | Merge pull request #255 from bovi/cmake-openwrt-any | Yukihiro "Matz" Matsumoto | |
| cmake Toolchain improvement (Target x86, mips, AVR32, ARM, etc.) | |||
| 2012-06-11 | string.subseq should create new string based on 'ptr' not on 'aux.shared'. | Masamitsu MURASE | |
| 2012-06-11 | Add test for slice of shared string. | Masamitsu MURASE | |
| 2012-06-11 | cmake Toolchain file for any OpenWRT Target (x86, mips, AVR32, ARM, etc.) | Daniel Bovensiepen | |
| 2012-06-10 | fixed typo DISPACTH to DISPATCH | Yukihiro Matsumoto | |
| 2012-06-08 | Merge pull request #251 from bovi/add-mips-cmake | Yukihiro "Matz" Matsumoto | |
| Add first sample for MIPS cross compile | |||
| 2012-06-08 | Add first sample for MIPS cross compile | Daniel Bovensiepen | |
| 2012-06-07 | Merge pull request #250 from MobiRuby/add_ud_to_mrb_state | Yukihiro "Matz" Matsumoto | |
| add auxiliary data pointer to mrb_state | |||
| 2012-06-08 | add auxiliary data pointer to mrb_state | Yuichiro MASUI | |
| 2012-06-07 | Merge pull request #249 from SatoshiOdawara/memory-leak-ritehash | Yukihiro "Matz" Matsumoto | |
| memory leak in kh_resize_##name() | |||
| 2012-06-07 | memory leak in kh_resize_##name() | SatoshiOdawara | |
| 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 | |
