1. 11 Feb, 2014 2 commits
    • cremno's avatar
      array implementation: several small changes · 7691b649
      cremno authored
      src/array.c:
       - make various functions without declaration in the mruby headers static
       - removed all uncessary int casts and two useless comments
       mrb_ary_new_from_values: move to similar functions
       mrb_check_array_type: fix indentation
      
      include/mruby/array.h:
       mrb_shared_array: padding (default "mrbconf.h" on an usual 64-bit system)
                         sizeof(mrb_int)==sizeof(int)==4 && sizeof(mrb_value*)==8
      
      both:
       mrb_ary_aget:  remove declaration in header and make static
                      nobody uses it which is not surprising since it has 1 req arg!
       mrb_assoc_new: small optimization and move to similar functions
       mrb_ary_len:   re-implement as static inline function (it is used by mrbgems)
                      programmers should directly use RARRAY_LEN instead
      7691b649
    • Yukihiro "Matz" Matsumoto's avatar
      add RUBY_ENGINE; ref #576 · 27dbcd0f
      Yukihiro "Matz" Matsumoto authored
      27dbcd0f
  2. 10 Feb, 2014 2 commits
  3. 09 Feb, 2014 5 commits
  4. 08 Feb, 2014 5 commits
  5. 07 Feb, 2014 5 commits
  6. 06 Feb, 2014 2 commits
  7. 05 Feb, 2014 12 commits
  8. 04 Feb, 2014 4 commits
  9. 03 Feb, 2014 2 commits
  10. 01 Feb, 2014 1 commit