summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2012-07-14Remove unnecessary header inclusionJunji Sawada
2012-07-14Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-14mrb_load to set mrb->exc on errorsYukihiro Matsumoto
2012-07-14mrb_load_xxx to return undef + mrb_undef_pYukihiro Matsumoto
2012-07-13clean -Wunused-function when defined DISABLE_STDIOSelman ULUG
2012-07-13simpify mruby/mrbc using contextYukihiro Matsumoto
2012-07-13allow DISABLE/ENABLE_SATDIOYukihiro Matsumoto
2012-07-13add missing (empty) default for swtch; close #364Yukihiro Matsumoto
2012-07-13less <stdio.h>Yukihiro Matsumoto
2012-07-13remove comma from OP_ERRYukihiro Matsumoto
2012-07-13remove st.h inclusionYukihiro Matsumoto
2012-07-11local variable order was screwed up in parser_init_cxt(); close #360Yukihiro Matsumoto
2012-07-09Merge pull request #359 from masamitsu-murase/modify_array_clearYukihiro "Matz" Matsumoto
2012-07-09Merge pull request #357 from suzukaze/replace-tab-with-spacesYukihiro "Matz" Matsumoto
2012-07-10Add ary_modify to prevent corrupting shared array.Masamitsu MURASE
2012-07-10replace Tab with spaces in src/parse.ysuzukaze
2012-07-09should remove memset initialization; update 7496625Yukihiro Matsumoto
2012-07-09initialize stuctures on stack without memset(); close #350Yukihiro Matsumoto
2012-07-08Use mrb_calloc if you want zero cleard buffers.Masaki Muranaka
2012-07-07Merge pull request #353 from masamitsu-murase/modify_module_inclusionYukihiro "Matz" Matsumoto
2012-07-07Merge pull request #352 from monaka/pr-range-check-optimization-array.cYukihiro "Matz" Matsumoto
2012-07-07Merge pull request #351 from monaka/pr-brush-up-mrb_callocYukihiro "Matz" Matsumoto
2012-07-08small cosmetic changeYukihiro Matsumoto
2012-07-08proper type check when creating a range; #345Yukihiro Matsumoto
2012-07-07Improvement of Module#include.Masamitsu MURASE
2012-07-07Optimize range check.Masaki Muranaka
2012-07-07Add a check for unsigned integer wrapping.Masaki Muranaka
2012-07-07Fix underlying bugs. mrb_calloc will be crashed in case "nelem == 0" or "p ==...Masaki Muranaka
2012-07-07Range optimization. similar to #348Masaki Muranaka
2012-07-06remove MRB_TT_THREAD,MRB_TT_THREADGRPYukihiro Matsumoto
2012-07-06range optimization from @monaka; close #348Yukihiro Matsumoto
2012-07-06Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-06remove debug printf; close #345Yukihiro Matsumoto
2012-07-06Merge pull request #346 from monaka/pr-cleanup-dump.c-20120706Yukihiro "Matz" Matsumoto
2012-07-06write_pool_block(): reduce calling strlen(). refs #301.Masaki Muranaka
2012-07-05better object_id calculationYukihiro Matsumoto
2012-07-05move RDoc commentsYukihiro Matsumoto
2012-07-05Module#include should also include included modules; close #340Yukihiro Matsumoto
2012-07-05prepare for OP_TAILCALLYukihiro Matsumoto
2012-07-05restore arena_idx after initializing irepYukihiro Matsumoto
2012-07-05cdump.c: pool may contain fixnum valueYukihiro Matsumoto
2012-07-05big init function in cdump may overflow arenaYukihiro Matsumoto
2012-07-04add input check to readint_float()Yukihiro Matsumoto
2012-07-04input cast to unsigned char for unqualified tolower(); close #342Yukihiro Matsumoto
2012-07-04stop strtod() warning; add more checks; close #247Yukihiro Matsumoto
2012-07-03Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-03use new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03add new function mrb_parser_free()Yukihiro Matsumoto
2012-07-03raise SyntaxError only when capture_errors is setYukihiro Matsumoto
2012-07-03capture_errors can be specified by mrbc_contextYukihiro Matsumoto