summaryrefslogtreecommitdiffhomepage
path: root/src/struct.c
AgeCommit message (Expand)Author
2012-07-14Remove unnecessary header inclusionJunji Sawada
2012-06-24Fix Struct.new and Struct.[].Masamitsu MURASE
2012-06-24pacify const assignment warningYukihiro Matsumoto
2012-06-23reduce calling mrb_str_new_cstr() to avoid strlen(); #301Yukihiro Matsumoto
2012-06-22Use mrb_str_new() instead of mrb_str_new2() as possible.Masaki Muranaka
2012-06-18Fix member access method definitionJunji Sawada
2012-06-18allow struct access; close #295Yukihiro Matsumoto
2012-06-17allow disabling Struct classYukihiro Matsumoto
2012-06-17RStruct.ptr must allocate members sizeJunji Sawada
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-03make arrays to share bodiesYukihiro Matsumoto
2012-06-03remove mrb_exec_recursiveYukihiro Matsumoto
2012-06-02remove unused mrb_mem_clearYukihiro Matsumoto
2012-06-02use mrb_malloc instead of malloctakahashim
2012-06-01reorder mrb_ary_new_from_values() args to (argc, argv)Yukihiro Matsumoto
2012-05-24made mrb_get_args() better (optinal args, type checks); close #173 #176Yukihiro Matsumoto
2012-05-16Remove unused static functions.Masaki Muranaka
2012-04-30rm whitespaceroco
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-23remove code for unsupported taint-modeYukihiro Matsumoto
2012-04-23add file headermimaki
2012-04-20add mruby sourcesmimaki