summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-03-27Merge pull request #1082 from masuidrive/add_debug_infoYukihiro "Matz" Matsumoto
2013-03-27use new mrb_format API from mrb_raisef; its only format specifier is "%S" (st...Yukihiro Matz Matsumoto
2013-03-27implement mrb_format and mrb_vformatYukihiro Matz Matsumoto
2013-03-27Added debug infomation section into .mrb fileYuichiro MASUI
2013-03-27Remove unused variablemattn
2013-03-27bug in fread(3) error checkYukihiro Matz Matsumoto
2013-03-27little cosmetic change (delete word Rite); bump dump file version numberYukihiro Matz Matsumoto
2013-03-27resolve conflict from #964Yukihiro Matz Matsumoto
2013-03-26Use C99 flexible array in pool.ckano4
2013-03-26main.to_s should also return "main"Yukihiro Matz Matsumoto
2013-03-26remove all MRB_TT_MAIN from sourceYukihiro Matz Matsumoto
2013-03-26Merge branch 'selftopiv' of https://github.com/carsonmcdonald/mruby into cars...Yukihiro Matz Matsumoto
2013-03-26use C99 flexible array member instead of [1]Yukihiro Matz Matsumoto
2013-03-26Merge branch 'master' of github.com:mruby/mrubyYukihiro Matz Matsumoto
2013-03-26Merge pull request #1073 from kurodash/pr-builderr-on-vs2012Yukihiro "Matz" Matsumoto
2013-03-26zero length array is GCC extensionYukihiro Matz Matsumoto
2013-03-26fixed build error on VS2012 toolchains.kurodash
2013-03-26Preprocessor # should be the top of line.Masaki Muranaka
2013-03-26Remove unused macros.Masaki Muranaka
2013-03-26Remove #if 0 ... #endif code.Masaki Muranaka
2013-03-25remove unused functions 'mrb_strerrno' and 'mrb_bug_errno'.crimsonwoods
2013-03-25Merge pull request #1065 from monaka/pr-reduce-stdio-dependencyYukihiro "Matz" Matsumoto
2013-03-25Make mrb_top_self return a real instance.Carson McDonald
2013-03-24Make topenv() static inlinedXuejie "Rafael" Xiao
2013-03-24Reduce using snprintf(). They can replace by mruby API.Masaki Muranaka
2013-03-24Separate FILE dependencies with ENABLE_STDIO.Masaki Muranaka
2013-03-24Adjusted indent, space and tabMATSUMOTO Ryosuke
2013-03-23Merge pull request #1059 from mattn/remove_needless_sprintfYukihiro "Matz" Matsumoto
2013-03-24Remove unused mrb_sprintfmattn
2013-03-23Merge pull request #1058 from mattn/remove_mrb_f_sprintfYukihiro "Matz" Matsumoto
2013-03-24resolve conflictYukihiro Matz Matsumoto
2013-03-24Remove needless prototypemattn
2013-03-23Merge pull request #1057 from mattn/mruby-printYukihiro "Matz" Matsumoto
2013-03-24Use size_t instead of int. This is for portability.Yukihiro Matz Matsumoto
2013-03-24Remove __printstr__mattn
2013-03-24For particular environments which has 25 < n < 32 bit int. There is no cost e...Masaki Muranaka
2013-03-24Add brances to macro parameter. It may be refactored as GET_UNPACK_{b,c} are ...Masaki Muranaka
2013-03-24Use ptrdiff_t instead of int. This is for portability.Masaki Muranaka
2013-03-24Use mrb_bool instead of int. This is for portability; based on e767ebf but iv...Yukihiro Matz Matsumoto
2013-03-23Remove unused marco CODEGEN_DUMP.Masaki Muranaka
2013-03-23rename mrb_ptr_as_string() to mrb_ptr_to_str()Yukihiro Matz Matsumoto
2013-03-23Merge branch 'pr-add-mrb_ptr_as_string' of https://github.com/monaka/mruby in...Yukihiro Matz Matsumoto
2013-03-23Remove _obj_classname() as unused.Masaki Muranaka
2013-03-23Use mrb_obj_classname() instead of _obj_classname(). They are complietely same.Masaki Muranaka
2013-03-23Remove *printf() that have "%p" format as possible. Use tomrb_ptr_as_string()...Masaki Muranaka
2013-03-23Add new API mrb_ptr_as_string().Masaki Muranaka
2013-03-23Merge pull request #1048 from monaka/pr-make-array.c-and-vm.c-share-value_moveYukihiro "Matz" Matsumoto
2013-03-23Merge pull request #1050 from monaka/pr-cleanup-string.c-20130323Yukihiro "Matz" Matsumoto
2013-03-23Set MRB_TT_MODULE to Module.Masaki Muranaka
2013-03-23Rename API mrb_str_cat2() to mrb_str_cat_cstr(). This is for naming orthogona...Masaki Muranaka