summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)Author
2013-11-15add new function mrb_load_irep_file_cxt() and simplifies mruby.cYukihiro "Matz" Matsumoto
2013-11-15enum mrb_vtype varies on compile time configuration, namely MRB_NAN_BOXINGYukihiro "Matz" Matsumoto
2013-11-10cancel #1565 since it breaks mirb; instead add special treatment to heredocsYukihiro "Matz" Matsumoto
2013-11-09Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2013-11-08Merge pull request #1565 from Fleurer/fix1564Yukihiro "Matz" Matsumoto
2013-11-08allow irep to be GCedYukihiro "Matz" Matsumoto
2013-11-08nextc(): always return an '\n' at end of inputfleuria
2013-11-07wrong return value from read_lineno_record()Yukihiro "Matz" Matsumoto
2013-11-07irep->pool not to be GCedYukihiro "Matz" Matsumoto
2013-11-07modified to use irep->reps to reference child ireps. preparation forYukihiro "Matz" Matsumoto
2013-11-05resolved conflicts and updated to latest return value change of mrb_generate_...Yukihiro "Matz" Matsumoto
2013-11-03refactor mrb_context_run()fleuria
2013-11-03introduce mrb_context_run()fleuria
2013-11-02change return value from mrb_generate_code()Yukihiro "Matz" Matsumoto
2013-11-01changed argument type of mrb_ary_modify(); ref #1554Yukihiro "Matz" Matsumoto
2013-10-31add mrb_ary_modify(mrb,a); you have to ensure mrb_value a to be an array; ref...Yukihiro "Matz" Matsumoto
2013-10-27Uniquify the results of Object#methodsh2so5
2013-10-15better error position displayYukihiro "Matz" Matsumoto
2013-10-10add mrb_gv_remove(); untestedYukihiro "Matz" Matsumoto
2013-09-28Remove function delaration not implemented in codeDusan D. Majkic
2013-09-25Merge pull request #1509 from FUKUZAWA-Tadashi/heredoc-bugfixYukihiro "Matz" Matsumoto
2013-09-25change type of mrb->c->status from uint8_t to enum mrb_fiber_state; #1511Yukihiro "Matz" Matsumoto
2013-09-22fix bugs on HeredocumentFUKUZAWA-Tadashi
2013-09-21rename voidp to cptrYukihiro "Matz" Matsumoto
2013-09-21voidp should be an Object; close #1508Yukihiro "Matz" Matsumoto
2013-09-20rename node->filename to node->filename_indexYukihiro "Matz" Matsumoto
2013-09-16remove executable bit from include/mruby/dump.h fileThomas Schmidt
2013-09-03MSVC: compilation works again (+minor style fixes)Cremno
2013-09-02support c++ in mruby/debug.htake_cheeze
2013-09-02rename debug function nametake_cheeze
2013-09-02reduce node sizetake_cheeze
2013-09-02use uint16_t for line typetake_cheeze
2013-09-02support multiple filename in ireptake_cheeze
2013-09-02add verbose_backtracetake_cheeze
2013-08-29Removed unnecessary #undef ISPRINT in include/mruby.hPaolo Bosetti
2013-08-27Merge pull request #1491 from dmajkic/masterYukihiro "Matz" Matsumoto
2013-08-27Remove function delarations not implemented in codeDusan D. Majkic
2013-08-23add mrb_string_type().Tomoyuki Sahara
2013-08-15use newer DATA APIYukihiro "Matz" Matsumoto
2013-08-15redesign mruby/data.h API; use DATA_PTR() for raw data pointer, DATA_GET_PTR(...Yukihiro "Matz" Matsumoto
2013-08-15add compatibility macro mrb_class_new_instance()Yukihiro "Matz" Matsumoto
2013-08-13define Class#new in ruby to call #initializeYukihiro "Matz" Matsumoto
2013-08-12use CHAR_BIT instead of bare 8Yukihiro "Matz" Matsumoto
2013-08-12move (void) cast after declarationsYukihiro "Matz" Matsumoto
2013-08-10Silence 'unused parameter' warningsJonas Kulla
2013-08-08allow turning off GC generational mode by default by MRB_GC_TURN_OFF_GENERATI...Yukihiro "Matz" Matsumoto
2013-08-07use intptr_t instead of int64_t for 32bit platformsYukihiro "Matz" Matsumoto
2013-08-07rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby sourceYukihiro "Matz" Matsumoto
2013-08-04fix bugs in commentYuichi Nishiwaki
2013-08-04add commentary to value representationYuichi Nishiwaki