- 31 Jan, 2014 10 commits
-
-
Yukihiro "Matz" Matsumoto authored
rework mruby-objectspace and gc.[ch]
-
cremno authored
- functions should have C linkage (for C++ code) - add prefix to each_object_callback - use more appropriate variable types / initialization - ObjectSpace::count_objects has 1 opt. arg. - prefer mrb_intern_lit to mrb_intern_cstr for str. lit. - mruby/value.h is included by mruby.h - adjust coding style
-
Yukihiro "Matz" Matsumoto authored
-
Yukihiro "Matz" Matsumoto authored
clean up external symbols
-
Yukihiro "Matz" Matsumoto authored
update copyright year
-
Yukihiro "Matz" Matsumoto authored
etc.c: small cleanup
-
Yukihiro "Matz" Matsumoto authored
remove mrb_str_format declaration
-
h2so5 authored
-
cremno authored
-
cremno authored
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
-
- 30 Jan, 2014 9 commits
-
-
cremno authored
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.
-
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 6 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#=~.
-