- 30 Jan, 2014 7 commits
-
-
cremno authored
mrb_data_object_alloc: unnecessary cast mrb_lastline_get: mruby doesn't support $_, weird and unused code mrb_exec_recursive: see 4e46abb8 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)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
more accurate backtrace lineno
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
h2so5 authored
-
- 29 Jan, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
-
- 25 Jan, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
clone Class/Module rightly
-
- 24 Jan, 2014 1 commit
-
-
h2so5 authored
-
- 23 Jan, 2014 3 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
fix utf8 codepage
-
- 22 Jan, 2014 2 commits
-
-
h2so5 authored
-
Yukihiro "Matz" Matsumoto authored
escape non-ascii characters correctly in String#inspect
-
- 21 Jan, 2014 2 commits
-
-
h2so5 authored
-
Yukihiro "Matz" Matsumoto authored
-
- 17 Jan, 2014 1 commit
-
-
Yukihiro "Matz" Matsumoto authored
Increase test coverage of mruby-struct
-
- 16 Jan, 2014 4 commits
-
-
Carson McDonald authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 10 Jan, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
Added rewrite of Array#[] to mruby-array-ext gem
-
Yukihiro "Matz" Matsumoto authored
String#length should be an alias of String#size
-
h2so5 authored
-
Paolo Bosetti authored
with Ranges (as a[1..-2])
-
Yukihiro "Matz" Matsumoto authored
add operator "!~".
-
Yukihiro "Matz" Matsumoto authored
fix ISO reference number of String#=~.
-
Tomoyuki Sahara authored
-
Tomoyuki Sahara authored
-
- 08 Jan, 2014 2 commits
-
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-
- 07 Jan, 2014 8 commits
-
-
Yukihiro "Matz" Matsumoto authored
string.c: remove str_mod_check
-
Yukihiro "Matz" Matsumoto authored
add String#reverse, String#reverse! for UTF-8
-
Yukihiro "Matz" Matsumoto authored
remove superfluous includes
-
h2so5 authored
-
cremno authored
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>
-
cremno authored
- 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)
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
-