summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-04-26Add a descrption of MRB_INT16.Masaki Muranaka
2013-04-26Avoid defining MRB_INT16 adn MRB_INT64 at the same time. This is a poka-yoke.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-25Merge pull request #1212 from monaka/pr-fixup-stringYukihiro "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-25Add tests to make sure. As we do not use standard library for formatting.Masaki Muranaka
2013-04-25Move regression test as String#dump is not in ther core but the mrbgems.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-24Merge pull request #1210 from iij/pr-inspect-many-non-printablesYukihiro "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-25remove too many paren; ref #1209Yukihiro "Matz" Matsumoto
2013-04-25add new macro MRB_ARGS_ARG(n1,n2) to specify required and optional arugments ...Yukihiro "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-25put MRB_ prefix before ARGS_XXX macros; ref #1206Yukihiro "Matz" Matsumoto
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 #1207 from h2so5/set-env-before-loading-rakefileYukihiro "Matz" Matsumoto
2013-04-24Merge pull request #1204 from monaka/pr-fix-segfault-on-loading-binary-mrbYukihiro "Matz" Matsumoto
2013-04-24Merge pull request #1208 from tomykaira/fix_wrong_symbol_commentYukihiro "Matz" Matsumoto
2013-04-24Fix wrong commenttomykaira
2013-04-24Set ENV before loading Rakefile in minirakeh2so5
2013-04-24Fix segfault on loading binary RITE files.Masaki Muranaka
2013-04-23Merge pull request #1202 from masahino/fix_load.cYukihiro "Matz" Matsumoto
2013-04-23Merge pull request #1203 from xxuejie/pass_verbose_to_gemYukihiro "Matz" Matsumoto
2013-04-23Pass verbose flag to each gem testXuejie "Rafael" Xiao
2013-04-23fix unnecessary irep_freemasahino
2013-04-22Merge pull request #1201 from monaka/pr-simplify-load.cYukihiro "Matz" Matsumoto
2013-04-22Simplify load.c. Remove code clones. Suppress return paths.Masaki Muranaka
2013-04-22ensure clause should be executed only once; close #1185Yukihiro "Matz" Matsumoto
2013-04-22Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-04-22Merge pull request #1200 from h2so5/get-args-format-booleanYukihiro "Matz" Matsumoto
2013-04-22should call ensure before popping callinfo; cancel 8ce1ea84Yukihiro "Matz" Matsumoto
2013-04-22Use mrb_bool for the 'b' format specifier of mrb_get_argsh2so5