summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2014-05-21break in blocks cannot cross C function boundaries; fix #2298Yukihiro "Matz" Matsumoto
2014-05-20Merge pull request #2295 from ksss/module-initializeYukihiro "Matz" Matsumoto
Implement Module#initialize (15.2.2.4.31)
2014-05-19Move `Kernel.local_variables` to core.take_cheeze
2014-05-19mrb_include_module support class and moduleksss
that not have methods each other
2014-05-19Implement Module#initialize (15.2.2.4.31)ksss
2014-05-19UINT16_MAX as symbol length is reserved; ref #2294Yukihiro "Matz" Matsumoto
2014-05-19allow NULL (no variable) in lvar section of mrb format; fix #2294Yukihiro "Matz" Matsumoto
This fix use UINT16_MAX for NULL symbol tag, that means maximum symbol length is not UINT16_MAX-1.
2014-05-18support class define in singleton classksss
2014-05-18Merge pull request #2287 from yui-knk/add-spaceYukihiro "Matz" Matsumoto
Add a space aftre bracket.
2014-05-18Merge pull request #2285 from suzukaze/fix-indentYukihiro "Matz" Matsumoto
Fix indent in mrb_hash_to_hash()
2014-05-18Add a space aftre bracket.yui-knk
2014-05-18Use boolean macro in kernel.cJun Hiroe
2014-05-18Fix indent in mrb_hash_to_hash()Jun Hiroe
2014-05-18Use boolean macro in exc_equal.yui-knk
2014-05-18Change range_check before mrb_obj_alloc.yui-knk
2014-05-17Merge pull request #2276 from yui-knk/add-commentYukihiro "Matz" Matsumoto
Add comment to Fixnum Class.
2014-05-17Add comment to Fixnum Class.yui-knk
2014-05-17Refactor mrb_str_intern() in string.cJun Hiroe
2014-05-17Refactor mrb_str_equal_m in string.cJun Hiroe
2014-05-17Refactor mrb_str_new() in string.cJun Hiroe
2014-05-17Merge pull request #2273 from suzukaze/refactor-range.cYukihiro "Matz" Matsumoto
Use boolean macro in mrb_range_initialize()
2014-05-17Merge pull request #2270 from suzukaze/refactor-class.cYukihiro "Matz" Matsumoto
Use boolean macro
2014-05-17Use boolean macro in mrb_range_initialize()Jun Hiroe
2014-05-17Use boolean macroJun Hiroe
2014-05-17Delete unnecessary semicolonJun Hiroe
2014-05-17Fix indentsJun Hiroe
2014-05-17Merge pull request #2265 from suzukaze/refactorYukihiro "Matz" Matsumoto
Add new line behind return type
2014-05-17Merge pull request #2264 from ksss/const_missingYukihiro "Matz" Matsumoto
const_missing error message more detail
2014-05-17Merge pull request #2262 from ksss/doc-opcodeYukihiro "Matz" Matsumoto
[DOC] fix op code doc
2014-05-16Add new line behind return typeJun Hiroe
2014-05-16const_missing error message more detailksss
2014-05-16include/mruby/opcode.h fix operation docksss
src/vm.c fix operation doc [ci skip]
2014-05-16Fix #2259 .take_cheeze
2014-05-16register<nlocals may not have a local variable name (e.g. a block arg); fix ↵Yukihiro "Matz" Matsumoto
#2258
2014-05-15move mrb_irep_remove_lv from etc.c to mruby-bin-strip gemYukihiro "Matz" Matsumoto
2014-05-15Support `LVAR` section removing.take_cheeze
2014-05-14print_r() and print_lv() should only be compiled in for ENABLE_STDIOMitchell Blank Jr
2014-05-14mv opcode.h -> include/mruby/opcode.h and remove duplication from mruby-eval gemYukihiro "Matz" Matsumoto
2014-05-14resize register number in LVAR section from 32bits to 16bitsYukihiro "Matz" Matsumoto
2014-05-14Merge branch 'dump_lv' of https://github.com/take-cheeze/mruby into ↵Yukihiro "Matz" Matsumoto
take-cheeze-dump_lv
2014-05-13Consolidate muliptlication into one placeCarson McDonald
2014-05-13Make sure c is large enough if there is an overflowCarson McDonald
2014-05-13Merge pull request #2246 from take-cheeze/fix_codedumpYukihiro "Matz" Matsumoto
Remove unnecessary newline in `OP_GETGLOBAL` codedump.
2014-05-13fix overflow error like #2244 on MRB_WORD_BOXINGYukihiro "Matz" Matsumoto
2014-05-13Remove unnecessary newline in `OP_GETGLOBAL` codedump.take_cheeze
2014-05-13protect argument array from GC in OP_ENTERYukihiro "Matz" Matsumoto
2014-05-13convert &arg using to_proc; fix #2242Yukihiro "Matz" Matsumoto
2014-05-12Rename e to exception, scr_e to script_error.yui-knk
2014-05-11Add scr_e, to not reassign to e.yui-knk
2014-05-11Merge pull request #2234 from suzukaze/refactorYukihiro "Matz" Matsumoto
Refactor functions in kernel.c