summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2013-02-26Simplify mrb_range_beg_len(). Don't use OTHER macro.Masaki Muranaka
2013-02-23Merge pull request #878 from monaka/pr-reduce-sprintfYukihiro "Matz" Matsumoto
2013-02-23Merge pull request #875 from monaka/pr-enable-building-libmruby-with-DISABLE_...Yukihiro "Matz" Matsumoto
2013-02-24Remove commented out code. Remove redundant function calls.Masaki Muranaka
2013-02-23Reduce sprintf() calls. Remove mrb_int_to_str() and MRB_INT_FORMAT.Masaki Muranaka
2013-02-23Fix errors caused by stdio.h dependent code.Masaki Muranaka
2013-02-21better comment description for mrbconf.h configurationYukihiro Matz Matsumoto
2013-02-21remove unused HAVE_UNISTD_H altogether; ref #865Yukihiro Matz Matsumoto
2013-02-21Clean up mrbconf.hbrainopia
2013-02-17Merge pull request #851 from mattn/bye_bye_regexpYukihiro "Matz" Matsumoto
2013-02-18Changed debugger hook to disableYuichiro MASUI
2013-02-18Remove DISABLE_REGEXPmattn
2013-02-18remove TT_REGEX and TT_MATCHYukihiro Matz Matsumoto
2013-02-18rename hook and macroYukihiro Matz Matsumoto
2013-02-17Merge pull request #845 from masuidrive/hook_fetchYukihiro "Matz" Matsumoto
2013-02-17Merge pull request #850 from mattn/pluggable_regexpYukihiro "Matz" Matsumoto
2013-02-17Created hook at VM code fetch. It's for debuggerYuichiro MASUI
2013-02-15add Module#remove_constYukihiro Matz Matsumoto
2013-02-15Pluggable Regexpmattn
2013-02-11add mrb_str_to_cstrAkira Yumiyama
2013-02-06changing Make_Data_Struct API; you need to modify your code that uses Make_Da...Yukihiro Matz Matsumoto
2013-02-06Add semi-colon after the statement.Masaki Muranaka
2013-02-03Merge pull request #820 from cremno/unused-stuffYukihiro "Matz" Matsumoto
2013-02-03removed declarations of undefined functionsCremno
2013-02-02Remove ";" suffix from function-type macros.Masamitsu MURASE
2013-01-30removed unused mrb_check_funcallCremno
2013-01-30removed unused mrb_funcargv_tCremno
2013-01-30remove src/cdump.c to resolve; need make cleanYukihiro Matz Matsumoto
2013-01-29Removed mrbc -C option what's C function dump. and TAB to spaceYuichiro MASUI
2013-01-29Merge pull request #766 from masuidrive/mrbint64Yukihiro "Matz" Matsumoto
2013-01-29Remove API mrb_str_catf().Masaki Muranaka
2013-01-26defined printf macro for mrb_intYuichiro MASUI
2013-01-22Fixed mistakeYuichiro MASUI
2013-01-21Fixed MRB_INT64 warningYuichiro MASUI
2013-01-20Improved build scripts and config filesYuichiro MASUI
2013-01-16supress cast warning on C++.mattn
2013-01-15Merge pull request #734 from monaka/pr-error-check-inprovement-in-cdump-and-dumpYukihiro "Matz" Matsumoto
2013-01-15include/mruby/cdump.h: Add new error codes.Masaki Muranaka
2013-01-13fix typostakkaw
2013-01-10add mrb_check_hash_typeskandhas
2013-01-09Add a comment: the usage of MRB_DUMP_GENERAL_FAILURE.Masaki Muranaka
2013-01-08remove MRUBY_VERSION for the time being; close #700Yukihiro Matz Matsumoto
2013-01-07Merge pull request #702 from monaka/pr-check-cdump-with-disable-stdioYukihiro "Matz" Matsumoto
2013-01-08Merge remote-tracking branch 'mruby/master' into array-clearDaniel Bovensiepen
2013-01-08Export mrb_ary_clear in array.hDaniel Bovensiepen
2013-01-07Merge pull request #705 from authorNari/compact_flagsYukihiro "Matz" Matsumoto
2013-01-07Compact flags for GCNarihiro Nakamura
2013-01-07Add check for using cdump with DISABLE_STDIO option.Masaki Muranaka
2013-01-07Remove DEBUG macro definitions.Masaki Muranaka
2013-01-07Add the generational gcNarihiro Nakamura