summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2016-11-21Fix for sprintf test exceeding bounds with MRB_INT16Tomasz Dąbrowski
2016-11-21Merge pull request #3257 from ksss/range-sizeYukihiro "Matz" Matsumoto
2016-11-19Use mrb_float instead of doubleksss
2016-11-19Fix Range#size resultsksss
2016-11-17String#{strip,lstrip,rstrip} may cause OOB accessYukihiro "Matz" Matsumoto
2016-11-17Removed mruby-inline-struct gem from default.gembox; ref #3251Yukihiro "Matz" Matsumoto
2016-11-17renamed "inline" to "istruct" to represent inline struct; ref #3251Yukihiro "Matz" Matsumoto
2016-11-17inline structures data type for mruby (MRB_TT_INLINE) (fix #3237)Tomasz Dąbrowski
2016-11-16Correct argument specifications for few methods:Tomasz Dąbrowski
2016-11-16Fixed memory disclosure in String#linesYukihiro "Matz" Matsumoto
2016-11-16Fixed a memory problem in Array#to_hYukihiro "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-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-11Add regression test for Enumerable#cycleksss
2016-11-11Reimplement Enumerable#cycleksss
2016-11-11fixed a bug when number of LHS and RHS differs; fix #3239Yukihiro "Matz" Matsumoto
2016-11-08fixed a bug with [] in RHS of multiple assignments; fix #3236Yukihiro "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-09-28Removed trailing spacesNobuyoshi Nakada
2016-09-26Fix unexpected behavior with breakksss
2016-09-21Use non-underscore'ed namesU.Nakamura
2016-09-21Use underbar'ed name to get rid of warningsU.Nakamura
2016-09-21Not only for MINGW but also for Visual C++U.Nakamura
2016-09-06Fix SEGV when unshared envksss
2016-09-05Merge pull request #3203 from nozomiS/mrbc_filename-fixYukihiro "Matz" Matsumoto
2016-09-04- fix mrbc_filename leak; cxt->filename would not be freed until the state is...Nozomi SATO
2016-08-31Merge pull request #3192 from ksss/instance_evalYukihiro "Matz" Matsumoto
2016-08-30mruby-random: fixed typosYukihiro "Matz" Matsumoto
2016-08-30mruby-random: add reporting URL since we modified the sourceYukihiro "Matz" Matsumoto
2016-08-19parse.y: lparen_arg statementNobuyoshi Nakada
2016-08-17Fix String#ord failure which return a negative valueHiroshi Mimaki
2016-08-13parse.y: fix chained assignmentsNobuyoshi Nakada
2016-08-12parse.y: simplify 90e8ce5Nobuyoshi Nakada
2016-08-11parse.y: rescue modifiers for OP_ASGN should protect rhs onlyYukihiro "Matz" Matsumoto
2016-08-08instance_eval env should remake Fix #3191ksss
2016-08-08update copyright notice and license description for mt19937ar.[ch]Yukihiro "Matz" Matsumoto
2016-07-31intptr_t should be used instead of uint32_t to hold a pointer.Guo Xiao
2016-07-27Update mirb.cMalizia R
2016-07-27Reduce needless Array generation in some String methodsKouhei Sutou
2016-07-26Support to call without block to String#each_charksss
2016-07-26Merge pull request #3181 from sdottaka/fix-crash-on-mrb_parser_freeYukihiro "Matz" Matsumoto
2016-07-25Merge pull request #3179 from ksss/structYukihiro "Matz" Matsumoto
2016-07-25OP_ASGN vsp may be negativeYukihiro "Matz" Matsumoto
2016-07-25Fixed crash error when #initialize is redefined for Struct; fix #3177Yukihiro "Matz" Matsumoto
2016-07-23Fix crash in mrb_parser_free() due to freed memory accessTakashi Sawanaka