summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2012-05-18add extern "C" guards; close #126Yukihiro Matsumoto
2012-05-17redefine POST/NEG FIXABLE using INT_MIN/MAXYukihiro Matsumoto
2012-05-17add mrb_define_singleton_method/mrb_define_module_functionYukihiro Matsumoto
2012-05-15remove "comparison is always true" warningYukihiro Matsumoto
2012-05-11remove unused #includeYukihiro Matsumoto
2012-05-10remove encode_class and converter_class from mrb_stateYukihiro Matsumoto
2012-05-10remove regex_class and match_class from mrb_stateYukihiro Matsumoto
2012-05-10remove mrb->range_classYukihiro Matsumoto
2012-05-09temporal VC patch from nkshigeruYukihiro Matsumoto
2012-05-09move declaration in the middleYukihiro Matsumoto
2012-05-09partial VC supportYukihiro Matsumoto
2012-05-07RMatch.src should not be mrb_valueYukihiro Matsumoto
2012-05-06add const to char*Yuichiro MASUI
2012-05-06Time class available; based on code from @beoran; sorry for jumbo patchYukihiro Matsumoto
2012-05-05hash refactoredYukihiro Matsumoto
2012-05-05use int8_t for ttYukihiro Matsumoto
2012-05-05move mrb_obj_is_instance_of from range.c to kernel.cYukihiro Matsumoto
2012-05-04move mrb_str_new prototype to mruby.hYukihiro Matsumoto
2012-05-01remove ruby_strdup() prototypeYukihiro Matsumoto
2012-04-30rm whitespaceroco
2012-04-30remove bit field from mrb_valueYukihiro Matsumoto
2012-04-30changed type of mrb_int to plain int by defaultYukihiro Matsumoto
2012-04-30return value of mrb_obj_is_kind_of() should be int (used as boolean); fix #71Yukihiro Matsumoto
2012-04-28strtof() may not be available on some platform; use strtod() then cast to floatYukihiro Matsumoto
2012-04-27Merge pull request #61 from pbhogan/fix-warningsYukihiro "Matz" Matsumoto
2012-04-28struct RString member should not be mrb_valueYukihiro Matsumoto
2012-04-27allow float/double switchYukihiro Matsumoto
2012-04-26Remove unused variable in khashPatrick Hogan
2012-04-26mrb_read_irep should take const char *Patrick Hogan
2012-04-26Remove unused ret argument from kh_put.Patrick Hogan
2012-04-26use mrb_float instead of doubleYukihiro Matsumoto
2012-04-25disclose mrb_top_self() and use it in mruby.cYukihiro Matsumoto
2012-04-24move header files {irep,dump,cdump,ritehash}.h to /include/mrubyYukihiro Matsumoto
2012-04-24change type of RString.size from size_t to longYukihiro Matsumoto
2012-04-24mv variable.h to mruby/variable.hYukihiro Matsumoto
2012-04-24remove st_hash_type commentYukihiro Matsumoto
2012-04-23Merge branch 'master' of github.com:mruby/mrubymimaki
2012-04-23add file headermimaki
2012-04-21object instance variable do not use st.cYukihiro Matsumoto
2012-04-20Merge pull request #18 from pbhogan/masterYukihiro "Matz" Matsumoto
2012-04-20Merge pull request #19 from ranmocy/masterYukihiro "Matz" Matsumoto
2012-04-20fixed statement alignmentRanmocy
2012-04-20#undef DEBUG for compatibility with environments that define DEBUG (like Xcode)Patrick Hogan
2012-04-20remove dependency to SIZEOF_LONG/LONG_LONGYukihiro Matsumoto
2012-04-20remove SIZEOF_FLOAT/DOUBLEYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF___INT64Yukihiro Matsumoto
2012-04-20remove SIZEOF_SHORTYukihiro Matsumoto
2012-04-20Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_INTYukihiro Matsumoto
2012-04-20remove dependency to SIZEOF_VOIDPYukihiro Matsumoto