summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2016-11-16Fixed rindex calling into mrb_equal bugYukihiro "Matz" Matsumoto
2016-11-16Fixed memory disclosure in String#linesYukihiro "Matz" Matsumoto
2016-11-16make String#[]= to take Ranges as position argumentYukihiro "Matz" Matsumoto
2016-11-16Fixed a memory problem in Array#to_hYukihiro "Matz" Matsumoto
2016-11-15class/module statement should re-open; fix #3225Yukihiro "Matz" Matsumoto
2016-11-13move mrb_str_dup() to mrb_class_path; ref #2470Yukihiro "Matz" Matsumoto
2016-11-13rename mruby-module-ext to mruby-class-ext; ref #2470Yukihiro "Matz" Matsumoto
2016-11-13Implement Module#name.take_cheeze
2016-11-12Hash#[] to call Hash#defaultYukihiro "Matz" Matsumoto
2016-11-11Merge pull request #3224 from ksss/define_methodYukihiro "Matz" Matsumoto
2016-11-11do not dump_node if parser failedYukihiro "Matz" Matsumoto
2016-11-11node_dump() to print NODE_HEREDOC terminatorYukihiro "Matz" Matsumoto
2016-11-11HEREDOC could fail with NUL terminated lines; fix#3244Yukihiro "Matz" Matsumoto
2016-11-11Merge pull request #3246 from ksss/cycleYukihiro "Matz" Matsumoto
2016-11-11Add regression test for Enumerable#cycleksss
2016-11-11Reimplement Enumerable#cycleksss
2016-11-11Merge pull request #3240 from dabroz/feature-fixtestYukihiro "Matz" Matsumoto
2016-11-11Merge pull request #3234 from AltimitSystems/mrb.class_under_definedYukihiro "Matz" Matsumoto
2016-11-10Merge branch 'master' into android.rake-ndk-clangFelix Jones
2016-11-10Merge branch 'mrb.class_under_defined'Felix Jones
2016-11-10Renamed class_under_defined to class_defined_underFelix Jones
2016-11-11fixed a bug when number of LHS and RHS differs; fix #3239Yukihiro "Matz" Matsumoto
2016-11-10test/assert.rb should not use putsTomasz Dąbrowski
2016-11-08class variables in higher order have a priority; fix #3235Yukihiro "Matz" Matsumoto
2016-11-08fixed a bug with [] in RHS of multiple assignments; fix #3236Yukihiro "Matz" Matsumoto
2016-11-07fixed wrong stack adjustment for ensure clauses; fix #3175Yukihiro "Matz" Matsumoto
2016-11-06mrb_class_under_defined docs renamed parent and child to outer and innerFelix Jones
2016-11-06Added mrb_class_under_definedFelix Jones
2016-11-05associate REnv to the executing block; fix #3214Yukihiro "Matz" Matsumoto
2016-11-04add quoted symbol tests; ref #3231Yukihiro "Matz" Matsumoto
2016-11-03Merge pull request #3232 from lukaselmer/patch-1Yukihiro "Matz" Matsumoto
2016-11-02Update documentation of fetchLukas Elmer
2016-11-02allow single quoted labels in hashes; ref #3231Yukihiro "Matz" Matsumoto
2016-11-02allow quoted labels in hashes; fix #3231Yukihiro "Matz" Matsumoto
2016-10-28should not unshare() reclaimed env objects; fix #3230Yukihiro "Matz" Matsumoto
2016-10-24macro mrb_bool() may evaluate arg multiple times; ref #3228Yukihiro "Matz" Matsumoto
2016-10-24Merge pull request #3228 from ksss/respond_to_missingYukihiro "Matz" Matsumoto
2016-10-23Kernel#respond_to? should return true|false onlyksss
2016-10-20Move to_proc conversion from OP_ENTER to OP_SENDB; fix #3227Yukihiro "Matz" Matsumoto
2016-10-13raise an exception when we cannot close "fd" but can close "fd2".Tomoyuki Sahara
2016-10-12Module#define_method supports proc argumentksss
2016-10-08Merge pull request #3223 from AltimitSystems/android.rake-ndk-clangYukihiro "Matz" Matsumoto
2016-10-08Merge branch 'master' of github.com:mruby/mrubyFelix Jones
2016-10-08Removed GCC TODOFelix Jones
2016-10-08Android GCC support re-addedFelix Jones
2016-10-08Merge pull request #3222 from AltimitSystems/android.rake-ndk-clangYukihiro "Matz" Matsumoto
2016-10-08Fixed mips and mips64: GCC Toolchain now points to GCC.Felix Jones
2016-10-07Android task: NDK default search paths now favour ndk-bundle. Added macOS NDK...Felix Jones
2016-09-30eof? should raise an IOError if it is not opened for reading.Tomoyuki Sahara
2016-09-30reimplement #eof. fixes #66.Tomoyuki Sahara