summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
AgeCommit message (Expand)Author
2014-02-14Give the type 'void' to functions have no argument.cubicdaiya
2014-02-14add a regression test for #1706Li Yazhou
2014-02-14keep stack with nlocals instead of nregs; fix #1706Li Yazhou
2014-02-14Merge pull request #1702 from cremno/hash-hash-ext-changesYukihiro "Matz" Matsumoto
2014-02-13mrb_str_cat2: deprecated since 0cedf8fcremno
2014-02-13hash / hash-ext: various small changescremno
2014-02-12 mruby-math: remove Cygwin compatibility macroscremno
2014-02-10resolve conflict in travis_config.rbYukihiro "Matz" Matsumoto
2014-02-09initialize ci->stackent at the top; #1691Yukihiro "Matz" Matsumoto
2014-02-09Merge pull request #1674 from cremno/mrb_bool-FALSE-TRUEYukihiro "Matz" Matsumoto
2014-02-08Merge pull request #1689 from Bovi-Li/remove-noticeYukihiro "Matz" Matsumoto
2014-02-08made mrb_define_class to return existing class, with heavy refactoringYukihiro "Matz" Matsumoto
2014-02-08Remove notice of early versionDaniel Bovensiepen
2014-02-07move version info from gems to core; ref #576 #1684Yukihiro "Matz" Matsumoto
2014-02-06introduce mrb_str_new_lit() to create strings from C string litralsYukihiro "Matz" Matsumoto
2014-02-05Fix MRUBY_BIRTH_YEARMATSUMOTO Ryosuke
2014-02-05Add global constant MRUBY_COPYRIGHTMATSUMOTO Ryosuke
2014-02-05replace Kernel.show_version with MRUBY_DESCRIPTIONMATSUMOTO Ryosuke
2014-02-05Fix release dateMATSUMOTO Ryosuke
2014-02-05Add pluggable versioning by mruby-versionMATSUMOTO Ryosuke
2014-02-04Remove warningmattn
2014-02-04fibers cannot cross C function boundary; close #1680Yukihiro "Matz" Matsumoto
2014-01-31use mrb_bool, FALSE and TRUE morecremno
2014-01-31rework mruby-objectspace and gc.[ch]cremno
2014-01-31Merge pull request #1671 from cremno/extern-cleanupYukihiro "Matz" Matsumoto
2014-01-31add missing declaration of mrb_str_formatcremno
2014-01-31clean up external symbolscremno
2014-01-30move Array#[] tests from mrbgems to test/t/array.rbYukihiro "Matz" Matsumoto
2014-01-29move range aware aget to array.c from mruby-array-ext gemYukihiro "Matz" Matsumoto
2014-01-23fix utf-8 codepageh2so5
2014-01-16Increase test coverage of mruby-structCarson McDonald
2014-01-10Merge pull request #1655 from pbosetti/master1.0.0Yukihiro "Matz" Matsumoto
2014-01-10String#length should be an alias of String#sizeh2so5
2014-01-10Added rewrite of Array#[] to mruby-array-ext gem, so that arrays can be slicedPaolo Bosetti
2014-01-07Merge pull request #1651 from h2so5/string-reverse-utf8Yukihiro "Matz" Matsumoto
2014-01-08add String#reverse, String#reverse! for UTF-8h2so5
2014-01-07remove superfluous includescremno
2014-01-07Remove duplicate testmattn
2014-01-07mruby-string-utf8: redefine String#size for UTF-8 string; #1646Yukihiro "Matz" Matsumoto
2014-01-07mruby-string-utf8: UTF-8 string may contail NUL; #1646Yukihiro "Matz" Matsumoto
2014-01-07Add mruby-string-utf8mattn
2014-01-02Merge pull request #1634 from cremno/use-mrb_fixnum_pYukihiro "Matz" Matsumoto
2014-01-02remove various preprocessor conditionalscremno
2014-01-02tiny word boxing optimizationcremno
2013-12-27add String#partition and String#rpartition.Tomoyuki Sahara
2013-12-01add mrb_intern_lit for creating symbol from string literaltake_cheeze
2013-11-29rename mrb_intern2() to mrb_intern(); huge API incompatibility; close #1513Yukihiro "Matz" Matsumoto
2013-11-16add regression for #1563fleuria
2013-11-16add regression for #1572fleuria
2013-11-16add regression for #1564fleuria