| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-13 | use TRUE/FALSE instead of 1/0 | Yukihiro Matsumoto | |
| 2012-08-12 | now segmented list can be used as instance variable tables by ↵ | Yukihiro Matsumoto | |
| -DMRB_USE_IV_SEGLIST; we still need to measure the performance and memory consumption | |||
| 2012-08-05 | class variable resolution should be same as const resolution | Yukihiro Matsumoto | |
| 2012-08-02 | reduce invoking const_missing | Yukihiro Matsumoto | |
| 2012-08-01 | make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ↵ | Yukihiro Matsumoto | |
| name | |||
| 2012-07-30 | use const MRB_IV_INITIAL_SIZE | Yukihiro Matsumoto | |
| 2012-07-30 | iv khash initial size to 8 | Yukihiro Matsumoto | |
| 2012-07-29 | Remove commented out code. | Masaki Muranaka | |
| 2012-07-25 | const reference from instance_eval should not cause SEGV | Yukihiro Matsumoto | |
| 2012-07-15 | make class_from_sym static | Yukihiro Matsumoto | |
| 2012-07-14 | Remove unnecessary header inclusion | Junji Sawada | |
| 2012-07-13 | less <stdio.h> | Yukihiro Matsumoto | |
| 2012-07-13 | remove st.h inclusion | Yukihiro Matsumoto | |
| 2012-06-23 | check object type before retrieving instance variabls; close #311 | Yukihiro Matsumoto | |
| 2012-06-21 | move KHASH_DECLARE to header files | Yukihiro Matsumoto | |
| 2012-06-19 | split declaration and definition for 'khash_xxx'. | crimsonwoods | |
| 2012-06-15 | use ENABLE/DISABLE instead of INCLUDE for configuration macro names | Yukihiro Matsumoto | |
| 2012-06-15 | Remove some redundant code. | Masaki Muranaka | |
| 2012-06-12 | a bug in contant reference from modules | Yukihiro Matsumoto | |
| 2012-06-02 | Merge pull request #225 from MobiRuby/fixed_const_missing | Yukihiro "Matz" Matsumoto | |
| fixed const_get && const_missing issue | |||
| 2012-06-02 | 'mrb_sym' used as 'uint32_t'. it's broken portability; based on the work ↵ | Yukihiro Matsumoto | |
| from @crimsonwoods; close #216 | |||
| 2012-06-02 | fixed const_get && const_missing issue | Yuichiro MASUI | |
| 2012-05-29 | class variable table intialization bug; close #206 | Yukihiro Matsumoto | |
| 2012-05-23 | cast style consistency | Yukihiro Matsumoto | |
| 2012-05-09 | partial VC support | Yukihiro Matsumoto | |
| 2012-05-07 | Merge pull request #99 from MobiRuby/const_missing | Yukihiro "Matz" Matsumoto | |
| add Object.const_missing | |||
| 2012-05-06 | add const to char* | Yuichiro MASUI | |
| 2012-05-05 | add Object.const_missing | Yuichiro MASUI | |
| 2012-04-30 | rm whitespace | roco | |
| 2012-04-27 | Merge pull request #61 from pbhogan/fix-warnings | Yukihiro "Matz" Matsumoto | |
| Fix various warnings | |||
| 2012-04-26 | Remove unused ret argument from kh_put. | Patrick Hogan | |
| It doesn't appear to serve any purpose and allows removing warning about various unused variables littered around. Signed-off-by: Patrick Hogan <[email protected]> | |||
| 2012-04-26 | Remove a bunch of unused variables. | Patrick Hogan | |
| Removed or commented out to stop compiler whining about them. Signed-off-by: Patrick Hogan <[email protected]> | |||
| 2012-04-26 | fix #56 | mattn | |
| 2012-04-24 | move header files {irep,dump,cdump,ritehash}.h to /include/mruby | Yukihiro Matsumoto | |
| 2012-04-24 | mv variable.h to mruby/variable.h | Yukihiro Matsumoto | |
| 2012-04-23 | Merge branch 'master' of github.com:mruby/mruby | mimaki | |
| Conflicts: src/variable.c | |||
| 2012-04-23 | add file header | mimaki | |
| 2012-04-20 | fixed the compile error when it comments out the definition of ↵ | snaba | |
| INCLUDE_ENCODING and INCLUDE_REGEXP in mrbconf.h. | |||
| 2012-04-20 | add mruby sources | mimaki | |
