1. 08 Feb, 2014 2 commits
  2. 07 Feb, 2014 3 commits
  3. 06 Feb, 2014 2 commits
  4. 05 Feb, 2014 12 commits
  5. 04 Feb, 2014 4 commits
  6. 03 Feb, 2014 2 commits
  7. 01 Feb, 2014 2 commits
  8. 31 Jan, 2014 10 commits
  9. 30 Jan, 2014 3 commits
    • cremno's avatar
      mruby.h: remove mrb_str_format declaration · eaf445ea
      cremno authored
      The function mrb_str_format is only defined when the mrbgem mruby-sprintf was
      activated. That might not always be the case (by default it currently is).
      mrb_str_format still has external linkage, so from now on mrbgem authors
      have to declare it in their source code if they want or need to call it.
      eaf445ea
    • cremno's avatar
      Happy new year! (update copyright year) · 3ee946da
      cremno authored
      Let's not wait until May this time
      (f0a9b95a)!
      3ee946da
    • cremno's avatar
      etc.c: small cleanup (delete unused functions) · d90f52f5
      cremno authored
      mrb_data_object_alloc: unnecessary cast
      mrb_lastline_get: mruby doesn't support $_, weird and unused code
      mrb_exec_recursive: see 4e46abb8
      mrb_block_proc: unused, doesn't really do anything (or needs to be
      rewritten)
      mrb_obj_to_sym: actually use id (and MSVC detected unreachable code)
      d90f52f5