summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-01-30Merge pull request #1667 from h2so5/backtrace-linenoYukihiro "Matz" Matsumoto
more accurate backtrace lineno
2014-01-30Array#[]= is now range awareYukihiro "Matz" Matsumoto
2014-01-30move Array#[] tests from mrbgems to test/t/array.rbYukihiro "Matz" Matsumoto
2014-01-30more accurate backtrace linenoh2so5
2014-01-29move range aware aget to array.c from mruby-array-ext gemYukihiro "Matz" Matsumoto
2014-01-25Merge pull request #1664 from h2so5/clone-class-moduleYukihiro "Matz" Matsumoto
clone Class/Module rightly
2014-01-25clone Class/Module rightlyh2so5
2014-01-23add callback invocation from OP_DEBUGYukihiro "Matz" Matsumoto
2014-01-23add enable_debug to build_config.rbYukihiro "Matz" Matsumoto
2014-01-22Merge pull request #1663 from h2so5/fix-utf8-codepageYukihiro "Matz" Matsumoto
fix utf8 codepage
2014-01-23fix utf-8 codepageh2so5
2014-01-22Merge pull request #1662 from h2so5/fix-string-inspectYukihiro "Matz" Matsumoto
escape non-ascii characters correctly in String#inspect
2014-01-21escape non-ascii characters correctly in String#inspecth2so5
2014-01-21describe call stack overwritten problem of mrb_get_backtrace; close #1661Yukihiro "Matz" Matsumoto
2014-01-16Merge pull request #1659 from carsonmcdonald/threestructtestsYukihiro "Matz" Matsumoto
Increase test coverage of mruby-struct
2014-01-16Increase test coverage of mruby-structCarson McDonald
2014-01-16Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-01-16hash value of enumerable should be obtained from its elements; close #1658Yukihiro "Matz" Matsumoto
2014-01-16hash value of enumerable should be obtained from its elements; close #1658Yukihiro "Matz" Matsumoto
2014-01-13Now the drive letter is returned as leading path element by File#dirname on ↵Paolo Bosetti
Windows
2014-01-10Merge pull request #1655 from pbosetti/master1.0.0Yukihiro "Matz" Matsumoto
Added rewrite of Array#[] to mruby-array-ext gem
2014-01-10Merge pull request #1656 from h2so5/string-length-utf8Yukihiro "Matz" Matsumoto
String#length should be an alias of String#size
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
with Ranges (as a[1..-2])
2014-01-09Merge pull request #1654 from iij/pr-not-match-operatorYukihiro "Matz" Matsumoto
add operator "!~".
2014-01-09Merge pull request #1653 from iij/pr-fix-iso-ref-string-matchYukihiro "Matz" Matsumoto
fix ISO reference number of String#=~.
2014-01-10add operator "!~".Tomoyuki Sahara
2014-01-10fix ISO reference number of String#=~.Tomoyuki Sahara
2014-01-09Merge pull request #6 from schmurfy/testlessTomoyuki Sahara
removed mtest dependency
2014-01-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-01-08adjust lineno after continuing script files using mrb_partial_hook; close #1652Yukihiro "Matz" Matsumoto
2014-01-07Merge pull request #1650 from cremno/remove-str_mod_checkYukihiro "Matz" Matsumoto
string.c: remove str_mod_check
2014-01-07Merge pull request #1651 from h2so5/string-reverse-utf8Yukihiro "Matz" Matsumoto
add String#reverse, String#reverse! for UTF-8
2014-01-07Merge pull request #1649 from cremno/include-cleanupYukihiro "Matz" Matsumoto
remove superfluous includes
2014-01-08add String#reverse, String#reverse! for UTF-8h2so5
2014-01-07string.c: remove str_mod_checkcremno
Clang 3.4 emits '-Wunused-function' - and it's really unused! But according to the description this seems to be a bug: >Warn whenever a static function is declared but not defined or >a non-inline static function is unused. This warning is enabled by -Wall. Source: <http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html>
2014-01-07remove superfluous includescremno
- reduce compile time by a little bit (full-core: ~0.7s for me) - thanks to 'include-what-you-use' for some help - include Standard C header files before any other (coding style)
2014-01-08skip "trace:" header if no backtrace line existsYukihiro "Matz" Matsumoto
2014-01-08Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-01-08dump.c: wrong filename table dump for multiple script files; close #1648Yukihiro "Matz" Matsumoto
2014-01-07Merge branch 'master' of https://github.com/iij/mruby-ioPaolo Bosetti
2014-01-07Merge pull request #1647 from mattn/remove_duplicate_test_for_mruby_string_utf8Yukihiro "Matz" Matsumoto
Remove duplicate test for mruby-string-utf8
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-07Merge branch 'mruby-string-utf8' of https://github.com/mattn/mruby into ↵Yukihiro "Matz" Matsumoto
mattn-mruby-string-utf8
2014-01-07Add mruby-string-utf8mattn
2014-01-07Merge branch 'master' of github.com:mruby/mrubyYukihiro "Matz" Matsumoto
2014-01-06Merge pull request #1645 from iij/pr-case-expression-testYukihiro "Matz" Matsumoto
tests for "case" expression.
2014-01-06small refactoring (dedup mrb_vm_cv_set)Yukihiro "Matz" Matsumoto