| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-01-31 | Merge pull request #1668 from cremno/etc-c-cleanup | Yukihiro "Matz" Matsumoto | |
| etc.c: small cleanup | |||
| 2014-01-30 | Merge pull request #1670 from cremno/remove-mrb_str_format-declaration | Yukihiro "Matz" Matsumoto | |
| remove mrb_str_format declaration | |||
| 2014-01-31 | reindent parse.y | h2so5 | |
| 2014-01-31 | add missing declaration of mrb_str_format | cremno | |
| 2014-01-31 | clean up external symbols | cremno | |
| remove unused and unneeded: - sysexit_status - type (a global variable) add mrb_ prefix to: - codedump_all - class_instance_method_list - parser_dump make various functions static, incl.: - yyparse - make_exception | |||
| 2014-01-30 | mruby.h: remove mrb_str_format declaration | cremno | |
| The function mrb_str_format is only defined when the mrbgem mruby-sprintf was activated. That might not always be the case (by default it currently is). mrb_str_format still has external linkage, so from now on mrbgem authors have to declare it in their source code if they want or need to call it. | |||
| 2014-01-30 | Happy new year! (update copyright year) | cremno | |
| Let's not wait until May this time (f0a9b95af3d542ac1db7fcb4a3d77990a284c185)! | |||
| 2014-01-30 | etc.c: small cleanup (delete unused functions) | cremno | |
| mrb_data_object_alloc: unnecessary cast mrb_lastline_get: mruby doesn't support $_, weird and unused code mrb_exec_recursive: see 4e46abb86914b36e70b5f3ad0826d0b648e9b4ef mrb_block_proc: unused, doesn't really do anything (or needs to be rewritten) mrb_obj_to_sym: actually use id (and MSVC detected unreachable code) | |||
| 2014-01-31 | refactor parser lineno adjustment; ref #1667 | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | add semicolon after the statements | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | Merge pull request #1667 from h2so5/backtrace-lineno | Yukihiro "Matz" Matsumoto | |
| more accurate backtrace lineno | |||
| 2014-01-30 | Array#[]= is now range aware | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | move Array#[] tests from mrbgems to test/t/array.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-30 | more accurate backtrace lineno | h2so5 | |
| 2014-01-29 | move range aware aget to array.c from mruby-array-ext gem | Yukihiro "Matz" Matsumoto | |
| 2014-01-25 | Merge pull request #1664 from h2so5/clone-class-module | Yukihiro "Matz" Matsumoto | |
| clone Class/Module rightly | |||
| 2014-01-25 | clone Class/Module rightly | h2so5 | |
| 2014-01-23 | add callback invocation from OP_DEBUG | Yukihiro "Matz" Matsumoto | |
| 2014-01-23 | add enable_debug to build_config.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-22 | Merge pull request #1663 from h2so5/fix-utf8-codepage | Yukihiro "Matz" Matsumoto | |
| fix utf8 codepage | |||
| 2014-01-23 | fix utf-8 codepage | h2so5 | |
| 2014-01-22 | Merge pull request #1662 from h2so5/fix-string-inspect | Yukihiro "Matz" Matsumoto | |
| escape non-ascii characters correctly in String#inspect | |||
| 2014-01-21 | escape non-ascii characters correctly in String#inspect | h2so5 | |
| 2014-01-21 | describe call stack overwritten problem of mrb_get_backtrace; close #1661 | Yukihiro "Matz" Matsumoto | |
| 2014-01-16 | Merge pull request #1659 from carsonmcdonald/threestructtests | Yukihiro "Matz" Matsumoto | |
| Increase test coverage of mruby-struct | |||
| 2014-01-16 | Increase test coverage of mruby-struct | Carson McDonald | |
| 2014-01-16 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-01-16 | hash value of enumerable should be obtained from its elements; close #1658 | Yukihiro "Matz" Matsumoto | |
| 2014-01-16 | hash value of enumerable should be obtained from its elements; close #1658 | Yukihiro "Matz" Matsumoto | |
| 2014-01-13 | Now the drive letter is returned as leading path element by File#dirname on ↵ | Paolo Bosetti | |
| Windows | |||
| 2014-01-10 | Merge pull request #1655 from pbosetti/master1.0.0 | Yukihiro "Matz" Matsumoto | |
| Added rewrite of Array#[] to mruby-array-ext gem | |||
| 2014-01-10 | Merge pull request #1656 from h2so5/string-length-utf8 | Yukihiro "Matz" Matsumoto | |
| String#length should be an alias of String#size | |||
| 2014-01-10 | String#length should be an alias of String#size | h2so5 | |
| 2014-01-10 | Added rewrite of Array#[] to mruby-array-ext gem, so that arrays can be sliced | Paolo Bosetti | |
| with Ranges (as a[1..-2]) | |||
| 2014-01-09 | Merge pull request #1654 from iij/pr-not-match-operator | Yukihiro "Matz" Matsumoto | |
| add operator "!~". | |||
| 2014-01-09 | Merge pull request #1653 from iij/pr-fix-iso-ref-string-match | Yukihiro "Matz" Matsumoto | |
| fix ISO reference number of String#=~. | |||
| 2014-01-10 | add operator "!~". | Tomoyuki Sahara | |
| 2014-01-10 | fix ISO reference number of String#=~. | Tomoyuki Sahara | |
| 2014-01-09 | Merge pull request #6 from schmurfy/testless | Tomoyuki Sahara | |
| removed mtest dependency | |||
| 2014-01-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-01-08 | adjust lineno after continuing script files using mrb_partial_hook; close #1652 | Yukihiro "Matz" Matsumoto | |
| 2014-01-07 | Merge pull request #1650 from cremno/remove-str_mod_check | Yukihiro "Matz" Matsumoto | |
| string.c: remove str_mod_check | |||
| 2014-01-07 | Merge pull request #1651 from h2so5/string-reverse-utf8 | Yukihiro "Matz" Matsumoto | |
| add String#reverse, String#reverse! for UTF-8 | |||
| 2014-01-07 | Merge pull request #1649 from cremno/include-cleanup | Yukihiro "Matz" Matsumoto | |
| remove superfluous includes | |||
| 2014-01-08 | add String#reverse, String#reverse! for UTF-8 | h2so5 | |
| 2014-01-07 | string.c: remove str_mod_check | cremno | |
| 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-07 | remove superfluous includes | cremno | |
| - 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-08 | skip "trace:" header if no backtrace line exists | Yukihiro "Matz" Matsumoto | |
| 2014-01-08 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-01-08 | dump.c: wrong filename table dump for multiple script files; close #1648 | Yukihiro "Matz" Matsumoto | |
