summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2015-06-19Fix typos in documentation and error messages [skip ci]Anton Davydov
2015-06-17Added a check for 64 bit time_t overflow; based on a patch from @kext; close ...Yukihiro "Matz" Matsumoto
2015-06-16Changed llrint to llroundLukas Joeressen
2015-06-15Rounding errors could make time_alloc impreciseLukas Joeressen
2015-06-13refactor code to call mrb_inspect() insteadcremno
2015-06-10Remove unused libterminfo detection code.Huei-Horng Yo
2015-06-09Detect if ncurses' backend is terminfo or termcap. fixes #2662Huei-Horng Yo
2015-06-02push only after OP_GETCONST in VAL mode; ref #2769cremno
2015-06-01update lex.def using gperf 3.0.4Yukihiro "Matz" Matsumoto
2015-06-01Compile mruby compiler as mrbgem.take_cheeze
2015-05-28remove unnecessary including of <ctype.h>cremno
2015-05-20NetBSD does not have libreadline but readline(3) is in libedit.Tomoyuki Sahara
2015-04-18Suppress warnings generated by -Wwrite-stringsKouhei Sutou
2015-03-31fix maximum value of the index when access breakpoints.Yuhei Okazaki
2015-03-22call C11's timespec_get()cremno
2015-02-19new API function mrb_fiber_resume(); ref #1269Yukihiro "Matz" Matsumoto
2015-02-19add description comment to mrb_fiber_yield()Yukihiro "Matz" Matsumoto
2015-02-07Remove eql_p variable in mrb_struct_eql funcJun Hiroe
2015-02-07Remove eql_p variable in mrb_struct_equal funcJun Hiroe
2015-02-06mruby-config supports MRUBY_LDFLAGS_BEFORE_LIBS in libmruby.flags.makMATSUMOTO Ryosuke
2015-01-19Merge pull request #2680 from sdottaka/add-fflushYukihiro "Matz" Matsumoto
2015-01-18mrdb: fix crash when stepping into Proc.callsdottaka
2015-01-13Add String#uptoJun Hiroe
2015-01-13Merge pull request #2700 from takahashim/string-ljustYukihiro "Matz" Matsumoto
2015-01-12add String#ljust into mruby-string-exttakahashim
2015-01-12fix Segmentation fault on Struct#inspect due to recursive Struct objecttakahashim
2015-01-10Merge pull request #2697 from cubicdaiya/use-sizeofYukihiro "Matz" Matsumoto
2015-01-03Removed duplicated declarations.Tatsuhiko Kubo
2015-01-03Use sizeof() instead of strlen().Tatsuhiko Kubo
2015-01-03fixed error-handling for mrb_open().Tatsuhiko Kubo
2015-01-03Add fflush() (2)sdottaka
2015-01-01Remove redundant NULL checks for mrb_malloc().Tatsuhiko Kubo
2014-12-27Avoid block_given? in mrbgem:enum.rb to reduce method callsJun Hiroe
2014-12-23mruby-eval: fix typosdottaka
2014-12-20mrdb: fix that break command cannot handle Windows pathssdottaka
2014-12-19now retrieves number of arguments of blocks from OP_ENTER op code; close #2671Yukihiro "Matz" Matsumoto
2014-12-19mrdb, mirb: Add fflush() so that a external program can read output immediately.sdottaka
2014-12-17mruby-eval: proc from env may be NULL; close #2676Yukihiro "Matz" Matsumoto
2014-12-17avoid out-of-bounds access of irep->lv; ref #2671, fix #2675Yukihiro "Matz" Matsumoto
2014-12-17mrb_str_new(mrb, "", len) creates an unmodifiable string object; ref #2674Yukihiro "Matz" Matsumoto
2014-12-17Add String#prependJun Hiroe
2014-12-17eval() should preserve stack in env properly; fix #2671Yukihiro "Matz" Matsumoto
2014-12-16Fix crash if #inspect does not return a string valueYukihiro "Matz" Matsumoto
2014-12-13Add String#insertJun Hiroe
2014-12-12Merge pull request #2667 from murasesyuka/usage_message_is_used_switches_inst...Yukihiro "Matz" Matsumoto
2014-12-12mirb dies if #inspect returns a non-string value; fix #2666Yukihiro "Matz" Matsumoto
2014-12-11fix usage messagemurase_syuka
2014-12-05String#[] accepts float.Tomoyuki Sahara
2014-11-29closing to Local Scopemurase_syuka
2014-11-27adhoc fix for pass buildmurase_syuka