| Age | Commit message (Collapse) | Author |
|
This solves the problem of incorrect bytecode generated by mrbc
for single files on Windows platform (which is by default text-mode)
|
|
|
|
|
|
|
|
#1243
|
|
|
|
|
|
|
|
|
|
Show version only once with '-v' option in mruby/mrbc
|
|
|
|
|
|
|
|
|
|
|
|
Added debug infomation section into .mrb file
|
|
|
|
|
|
|
|
It is safer than applying 1bit bit-fields to signed int.
For forward compatibility, you should substiture only 1 or 0 for the variable typed mrb_bool.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Tested CRuby 1.8.6 and 1.9.3
You can see building configuration in build_config.rb
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
line number. mrbc_context argument has been added to mrb_parse_xxx() functions. Normally, you just to need to add NULL (or 0) to the last argument of the above functions.
|
|
|