summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2013-03-17implement literal %W %w %sFUKUZAWA-Tadashi
2013-03-17Merge pull request #1024 from crimsonwoods/remove_bitshifted_constants_larger...Yukihiro "Matz" Matsumoto
2013-03-17remove bit-shift operation.Kurebayashi, Takahiro
2013-03-16Merge pull request #1018 from bovi/arduino-dueYukihiro "Matz" Matsumoto
2013-03-17resolve conflict from #1017Yukihiro Matz Matsumoto
2013-03-17refine abf1b18 to remove nested ifYukihiro Matz Matsumoto
2013-03-16Merge pull request #1016 from monaka/pr-reduce-string.h-20130316Yukihiro "Matz" Matsumoto
2013-03-16Merge pull request #1015 from monaka/pr-khash-cleanup-20130316Yukihiro "Matz" Matsumoto
2013-03-16Add Build Example for Arduino DueDaniel Bovensiepen
2013-03-16Remove stdio.h as it is included in mrbconf.h.Masaki Muranaka
2013-03-16Remove stdlib.h from mruby.h. It is for portability (care for freestanding en...Masaki Muranaka
2013-03-16Remove unnecessory stdint.h.Masaki Muranaka
2013-03-16Include mruby.h. As KHASH_DEFAULT_SIZE might be defined in mrbconf.h.Masaki Muranaka
2013-03-16Remove unused string.h.Masaki Muranaka
2013-03-16Remove strncmp(). It enables to process various options.Masaki Muranaka
2013-03-16Remove string.h in khash.hMasaki Muranaka
2013-03-16Avoid to call memset(). Use the new function kh_fill_flags() instead. This is...Masaki Muranaka
2013-03-16Change the place of the close parenthesis. Even though it probably cause no b...Masaki Muranaka
2013-03-15Merge pull request #1014 from takkaw/display_bo_info_in_mirbYukihiro "Matz" Matsumoto
2013-03-15Merge pull request #1013 from takkaw/fix_bo_missingYukihiro "Matz" Matsumoto
2013-03-16display BasicObject information in mirbtakkaw
2013-03-16fix segmentation fault in BasicObject#inspecttakkaw
2013-03-15Merge pull request #1010 from monaka/pr-remove-meaningless-bitfields-in-irepYukihiro "Matz" Matsumoto
2013-03-15removed compatibility macros mrb_ary_new_elts() and mrb_ary_new4()Yukihiro Matz Matsumoto
2013-03-15rename mrb_basic to mrb_basic_ptr; close #1011Yukihiro Matz Matsumoto
2013-03-15obsolete mrb_object; opposite of bc870ceYukihiro Matz Matsumoto
2013-03-15Merge pull request #1009 from skandhas/pr-add-mrb-array-extYukihiro "Matz" Matsumoto
2013-03-15Remove bit-fields. They doesn't reduce memory on major environments.Masaki Muranaka
2013-03-15rename methodskandhas
2013-03-15update build_config.rbskandhas
2013-03-15add mrbgem: mrb-array-extskandhas
2013-03-15resolve conflictYukihiro Matz Matsumoto
2013-03-14Merge pull request #1007 from kano4/pr-add-breakYukihiro "Matz" Matsumoto
2013-03-14Merge pull request #975 from crimsonwoods/modify_build_scriptYukihiro "Matz" Matsumoto
2013-03-14bug fix: fix wrong method name.crimsonwoods
2013-03-14support 'Cygwin' as build platform.crimsonwoods
2013-03-14Fix indentation in symbol.ckano4
2013-03-14bug fix: fix "--sysroot" option and host platform detection.crimsonwoods
2013-03-14Add break to default case in switch statementkano4
2013-03-14add mrb_int overflow check for mrb_intYukihiro Matz Matsumoto
2013-03-14experimental MRB_INT16 addedYukihiro Matz Matsumoto
2013-03-14Merge pull request #997 from monaka/pr-add-type-mrb_bool_tYukihiro "Matz" Matsumoto
2013-03-14use mrb_int as possible based on a patch from @monaka; close #994Yukihiro Matz Matsumoto
2013-03-14use size_t for string length C APIYukihiro Matz Matsumoto
2013-03-14symbol length make size_t from mrb_int; cancel #993 monaka/pr-cleanup-symbol....Yukihiro Matz Matsumoto
2013-03-14Merge pull request #993 from monaka/pr-cleanup-symbol.c-20130312Yukihiro "Matz" Matsumoto
2013-03-14remove PARANOID from commentsYukihiro Matz Matsumoto
2013-03-14Merge pull request #987 from monaka/pr-clean-up-parse.y-20130312Yukihiro "Matz" Matsumoto
2013-03-13Merge pull request #1005 from mattn/remove_warningYukihiro "Matz" Matsumoto
2013-03-14Define type mrb_bool. It is typedef-ed to _Bool on C99, unsigned int on MSVC.Masaki Muranaka