index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2013-01-07
Merge pull request #703 from authorNari/skip_sweeping_old
Yukihiro "Matz" Matsumoto
2013-01-07
Skip sweeping old slots which don't contain any young object.
Narihiro Nakamura
2013-01-07
gc.c: Enable DEBUG(x) if GC_DEBUG is defined.
Masaki Muranaka
2013-01-07
Add the generational gc
Narihiro Nakamura
2013-01-07
These places need the write barrier
Narihiro Nakamura
2013-01-06
`unless` without `else` should return nil if the condition is true.
Masamitsu MURASE
2013-01-06
Modify NODE_IF handling.
Masamitsu MURASE
2013-01-04
add mrb_mod_method_defined
skandhas
2013-01-03
Rebuild CRuby based building script without Makefile
Yuichiro MASUI
2012-12-31
Fix a wrong comment
Narihiro Nakamura
2012-12-29
add mrb_mod_remove_method/remove_method
skandhas
2012-12-28
minor cosmetic change after #676
Yukihiro Matz Matsumoto
2012-12-28
fix correct stack postion for headless case
skandhas
2012-12-28
wrong stack position for headless case; close #675
Yukihiro Matz Matsumoto
2012-12-25
add mrb_mod_remove_cvar
skandhas
2012-12-23
add mrb_mod_cvar_defined
skandhas
2012-12-23
add mrb_mod_cv_defined and mrb_cv_defined
skandhas
2012-12-22
mruby should be throw a NameError, if class variable is not exist.
skandhas
2012-12-21
Merge pull request #662 from skandhas/pr-add-Module-class_variable_set
Yukihiro "Matz" Matsumoto
2012-12-22
should copy lineno info to child scope
Yukihiro Matz Matsumoto
2012-12-21
should save ciidx in exception raised from VM
Yukihiro Matz Matsumoto
2012-12-21
should raise error on return in block in top-level; close #664
Yukihiro Matz Matsumoto
2012-12-21
fix mrb_mod_cv_set and add test for Module#class_variable_set
skandhas
2012-12-21
add mrb_mod_cvar_set
skandhas
2012-12-21
add mrb_mod_cv_set, mrb_cv_set
skandhas
2012-12-20
refactor mrb_vm_cv_get
skandhas
2012-12-20
add check_cv_name
skandhas
2012-12-20
mrb_mod_cvar_get
skandhas
2012-12-20
add mrb_cv_get
skandhas
2012-12-20
add mrb_mod_cv_get
skandhas
2012-12-19
Modify String#bytes.
Masamitsu MURASE
2012-12-19
MSVC: include float header for _isnan and _finite
Cremno
2012-12-19
fix memory leak in fuction:make_cdump_irep
skandhas
2012-12-19
refactoring src/dump.c
Akira Yumiyama
2012-12-18
codedump should print relative offset for irep in OP_LAMBDA
Yukihiro Matz Matsumoto
2012-12-17
nextc() might have problem on bytes higer than 0x80; close #628
Yukihiro Matz Matsumoto
2012-12-17
should not ignore exception on top-level; close #635
Yukihiro Matz Matsumoto
2012-12-13
fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.
skandhas
2012-12-13
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-12-13
class of TT_VOIDP should be Object
Yukihiro Matz Matsumoto
2012-12-12
Merge pull request #623 from liancheng/master
Yukihiro "Matz" Matsumoto
2012-12-12
Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena ind...
Lian Cheng
2012-12-12
save lastpc on exception and use it in mruby stack trace
Yukihiro Matz Matsumoto
2012-12-12
new function mrb_obj_iv_ifnone()
Yukihiro Matz Matsumoto
2012-12-12
remove unused variable
Yukihiro Matz Matsumoto
2012-12-10
remove return at the bottom of void function
Yukihiro Matz Matsumoto
2012-12-10
Merge pull request #611 from tricknotes/stop-warning-of-proc
Yukihiro "Matz" Matsumoto
2012-12-10
add inline declaration
Yukihiro Matz Matsumoto
2012-12-10
Stop warning in compiling proc.c
Ryunosuke SATO
2012-12-10
add comment to clarify nregs=2 in cipush; close #610
Yukihiro Matz Matsumoto
[next]