summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2012-06-17allow disabling Struct classYukihiro Matsumoto
2012-06-15use ENABLE/DISABLE instead of INCLUDE for configuration macro namesYukihiro Matsumoto
2012-06-15Time class made optinalYukihiro Matsumoto
2012-06-15remove unreference Error class macrosYukihiro Matsumoto
2012-06-15do not use fixed sized buffer in mrb_bug/mrb_warn; close #287Yukihiro Matsumoto
2012-06-14Fix redundant declraration warnings by gcc.Masaki Muranaka
2012-06-14make Math module optionalYukihiro Matsumoto
2012-06-13stop using strtol (via readint) except in load.c; use custom readint_floatYukihiro Matsumoto
2012-06-13move RSHIFT from numeric.h to numeric.cYukihiro Matsumoto
2012-06-13optimized OP_{ADD,SUB,MUL,DIV} to use numeric function for fixnums to handle ...Yukihiro Matsumoto
2012-06-12Make sprintf/format optional.Masaki Muranaka
2012-06-12remove khash#kh_debugYukihiro Matsumoto
2012-06-08add auxiliary data pointer to mrb_stateYuichiro MASUI
2012-06-07memory leak in kh_resize_##name()SatoshiOdawara
2012-06-06Merge pull request #248 from monaka/pr-use-value-i-for-nil-false-checkYukihiro "Matz" Matsumoto
2012-06-07Use value.i for nil/false check.Masaki Muranaka
2012-06-07remove src/gc.hYukihiro Matsumoto
2012-06-05mruby/array.h: rename buf to ptrYukihiro Matsumoto
2012-06-05mruby/string.h: rename buf to ptrYukihiro Matsumoto
2012-06-05Merge branch 'jf/parser-dump' of https://github.com/thecodeshop/mruby into th...Yukihiro Matsumoto
2012-06-05symbol can contain non printable charactersYukihiro Matsumoto
2012-06-03Refactor hardcoded PARSER_DUMP macroJon
2012-06-03make arrays to share bodiesYukihiro Matsumoto
2012-06-03remove unused mrb_exec_recursiveYukihiro Matsumoto
2012-06-03should decref shared string body on gc_freeYukihiro Matsumoto
2012-06-03make shared string to reference-counted C structure to reduce GC pressureYukihiro Matsumoto
2012-06-03remove unsafe macros in hash.hYukihiro Matsumoto
2012-06-02make color in OBJECT_HEADER unsignedYukihiro Matsumoto
2012-06-02Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-06-02naming convention consistency for hash.hYukihiro Matsumoto
2012-06-02refactoring around mrb_hash_newYukihiro Matsumoto
2012-06-02remove unused st_hash_end/unit referenceYukihiro Matsumoto
2012-06-02remove unused mrb_mem_clearYukihiro Matsumoto
2012-06-02unify long,size_t to int in array.[ch]Yukihiro Matsumoto
2012-06-02changed prototype mrb_ary_replace to (mrb_state*,mrb_value,mrb_value)Yukihiro Matsumoto
2012-06-02export exception handlingFrank Celler
2012-06-02fixed prototype: g++ will complain about definition not being a prototype, sh...Frank Celler
2012-06-01symbol table key should be mrb_sym, not int32_tYukihiro Matsumoto
2012-06-01remove unused prototypes from mruby.hYukihiro Matsumoto
2012-06-01remove mrb_rs from mruby.hYukihiro Matsumoto
2012-06-01remove CONST_ID from mruby.hYukihiro Matsumoto
2012-06-01remove IO related prototypes from mruby.hYukihiro Matsumoto
2012-06-01remove ruby_setjmp from mruby.hYukihiro Matsumoto
2012-06-01remove KASH from mruby.hYukihiro Matsumoto
2012-06-01remove REALLOC_NYukihiro Matsumoto
2012-06-01move respond_to and instance_of prototypes to mruby.hYukihiro Matsumoto
2012-06-01add prototype for mrb_garbage_collect()Yukihiro Matsumoto
2012-06-01add prototype for mrb_garbage_collect()Yukihiro Matsumoto
2012-06-01remove unused event related declarationsYukihiro Matsumoto
2012-06-01new API mrb_gc_protect() to add object to arenaYukihiro Matsumoto