summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2013-05-10change mrb_warn to get mrb_state and %S formatterYukihiro "Matz" Matsumoto
2013-05-10Rename parameter names for mrb_yieldKeita Obo
2013-05-09fix indentationYukihiro "Matz" Matsumoto
2013-05-09Print mrb_value instead of RClass*Carson McDonald
2013-05-08Remove mrb_hash_lookup() as no one uses it. Use mrb_hash_get instead.Masaki Muranaka
2013-05-08Move comments from hash.c to hash.rb.Masaki Muranaka
2013-05-08Move Hash#values_at to mruby-hash-ext gem.Masaki Muranaka
2013-05-05fix typos.crimsonwoods
2013-05-02Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-05-01Remove mrb_class_obj_geth2so5
2013-04-30the receiver should be included in ancestors even when it's a singleton classYukihiro "Matz" Matsumoto
2013-04-29rename mrb_to_id to mrb_obj_to_sym since symbol is nothing to do with identif...Yukihiro "Matz" Matsumoto
2013-04-29remove our own prototype for sprintf(); ref #1223Yukihiro "Matz" Matsumoto
2013-04-28Merge pull request #1221 from monaka/pr-revert-file-access-modeYukihiro "Matz" Matsumoto
2013-04-29Revert file access mode to 0644.Masaki Muranaka
2013-04-29always use unsigned int as mrb_bool even in C++Yukihiro "Matz" Matsumoto
2013-04-29change return value of mrb_free from void* to voidYukihiro "Matz" Matsumoto
2013-04-28Merge pull request #1220 from arton/masterYukihiro "Matz" Matsumoto
2013-04-29rename hash related gc functionsYukihiro "Matz" Matsumoto
2013-04-29fix mrb_string_shared memory leaksYukihiro "Matz" Matsumoto
2013-04-29move mrb_shared_string definition to src/string.cYukihiro "Matz" Matsumoto
2013-04-28add extern funcs declaration and casts for cimpiling C++ compilerarton
2013-04-28mrb_str_new_static(): zero copy string creationYukihiro "Matz" Matsumoto
2013-04-27detect cyclic-include in Module#includeskandhas
2013-04-26Add void to function parameters. This is for compatibility with C++Masaki Muranaka
2013-04-26Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-26small cosmetic refactoringYukihiro "Matz" Matsumoto
2013-04-26rename mrb_interned API functionsYukihiro "Matz" Matsumoto
2013-04-26Merge branch 'suppress_intern' of https://github.com/crimsonwoods/mruby into ...Yukihiro "Matz" Matsumoto
2013-04-25Merge pull request #1214 from monaka/pr-cleanup-load.cYukihiro "Matz" Matsumoto
2013-04-25remove unnecessary local variableYukihiro "Matz" Matsumoto
2013-04-25Remove redundant whitespaces. Just cosmetic.Masaki Muranaka
2013-04-25Add comments why there is no need to put the SIZE_ERROR check. It is for revi...Masaki Muranaka
2013-04-25Add error checks for small environments which pointer is less than 32bit. The...Masaki Muranaka
2013-04-25More strict NULL checks.Masaki Muranaka
2013-04-25Fix underlying memory leaks. When realloc is failed, memories are leaked.Masaki Muranaka
2013-04-25suppress intern inside of 'respond_to?'.crimsonwoods
2013-04-25Remove sprintf().Masaki Muranaka
2013-04-25remove calling sprintf(); ref #1210Yukihiro "Matz" Matsumoto
2013-04-24Merge pull request #1211 from skandhas/pr-fix-Module-ancestorsYukihiro "Matz" Matsumoto
2013-04-25fix Module#ancestors and update testskandhas
2013-04-25a string may have a lot of non-printable chars.Tomoyuki Sahara
2013-04-25aspec bits should be packed in Ax; ref #1209Yukihiro "Matz" Matsumoto
2013-04-25modify functions to suppress symbol registration into intern pool.crimsonwoods
2013-04-25modify the type of return value (mrb_bool => mrb_value).crimsonwoods
2013-04-25rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-25add new functions to check if symbols are interned without registration.crimsonwoods
2013-04-25rename MRB_ARGS_XXX to MRB_ASPEC_XXX; ref #1206Yukihiro "Matz" Matsumoto
2013-04-25rename ARGS_GETXXX macros to avoid potential name conflict; close #1206Yukihiro "Matz" Matsumoto
2013-04-24Merge pull request #1208 from tomykaira/fix_wrong_symbol_commentYukihiro "Matz" Matsumoto