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-08-13
Merge pull request #1470 from carsonmcdonald/morefixfor1467
Yukihiro "Matz" Matsumoto
2013-08-13
This check and class change is redundant because it is done in class.c#mrb_in...
Carson McDonald
2013-08-13
Remove debug printf
Carson McDonald
2013-08-14
ci->target_class should point to ICLASS, not MODULE; close #1467
Yukihiro "Matz" Matsumoto
2013-08-13
define Class#new in ruby to call #initialize
Yukihiro "Matz" Matsumoto
2013-08-12
fix #1459
fleuria
2013-08-11
Merge pull request #1458 from suzukaze/fix-iso-no-in-string-class
Yukihiro "Matz" Matsumoto
2013-08-11
I fix ISO No in String class in comparison with ISO_IEC_30170_2012(E)-Charact...
Jun Hiroe
2013-08-09
Merge pull request #1450 from Fleurer/cleanup-warninigs
Yukihiro "Matz" Matsumoto
2013-08-09
def statement and define_method now return symbol a la Ruby2.1
Yukihiro "Matz" Matsumoto
2013-08-09
clean up the warnings when GC_PROFILE is on
fleuria
2013-08-09
remove duplicated incremental_gc_until() in generational GC; #1449
Yukihiro "Matz" Matsumoto
2013-08-09
add comments for major GC
fleuria
2013-08-09
parse.y: fixed bison 3.0 warning
Cremno
2013-08-08
finish half-baked GC cycle before starting full GC; #1447
Yukihiro "Matz" Matsumoto
2013-08-08
allow turning off GC generational mode by default by MRB_GC_TURN_OFF_GENERATI...
Yukihiro "Matz" Matsumoto
2013-08-07
Merge pull request #1445 from cremno/no_strcpy_and_strcat
Yukihiro "Matz" Matsumoto
2013-08-07
class.c and numeric.c: fixed MSVC warnings
Cremno
2013-08-07
parse.y: don't use strcat
Cremno
2013-08-07
Merge pull request #1444 from Fleurer/issue1442
Yukihiro "Matz" Matsumoto
2013-08-07
fix #1442
fleuria
2013-08-07
return statement should terminate execution of a method defined by define_method
Yukihiro "Matz" Matsumoto
2013-08-07
rename mrb_value_p() to mrb_ptr() since _p means predicate in mruby source
Yukihiro "Matz" Matsumoto
2013-08-04
revert one of the API changes: MRB_SET_VALUE_P no longer used
Yuichi Nishiwaki
2013-08-03
add read barrier to value.p
Yuichi Nishiwaki
2013-08-02
End loop if nextc is -1
Carson McDonald
2013-08-01
Merge pull request #1426 from Fleurer/clear-all-old
Yukihiro "Matz" Matsumoto
2013-08-01
revise the comment in mrb_full_gc()
fleuria
2013-08-01
add comment for clear_all_old()
fleuria
2013-08-01
remove unused inspect_range
Yukihiro "Matz" Matsumoto
2013-08-01
ci->target_class should be updated as well; #1418
Yukihiro "Matz" Matsumoto
2013-07-31
move mrb_gc_arena_restore() after cipop(); a bug found by Kilo Kawai
Yukihiro "Matz" Matsumoto
2013-07-31
stop storing target_class info for C defined methods
Yukihiro "Matz" Matsumoto
2013-07-31
remove unused mrb_proc_new_with_target()
Yukihiro "Matz" Matsumoto
2013-07-30
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-07-30
forget to re-initialize target_class for top-level eval; close #1418
Yukihiro "Matz" Matsumoto
2013-07-29
Merge pull request #1421 from carsonmcdonald/fixfor1419
Yukihiro "Matz" Matsumoto
2013-07-28
Remove pop that was done when not a return val
Carson McDonald
2013-07-27
Merge branch 'master' of github.com:mruby/mruby
Yukihiro "Matz" Matsumoto
2013-07-25
refactor out longjmp() to a function
Yukihiro "Matz" Matsumoto
2013-07-25
replace assert with mrb_assert
fleuria
2013-07-25
replace gc_assert with mrb_assert
fleuria
2013-07-24
remove an unused local variable
Yukihiro "Matz" Matsumoto
2013-07-24
revise gc_mark_gray_list() not to cause SEGV on Ubuntu 32bit
Yukihiro "Matz" Matsumoto
2013-07-24
restore once removed mrb_garbage_collect()
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1409 from suzukaze/fix-typos-in-variable.c
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1408 from Fleurer/fix-warning-get-valid-iv-sym
Yukihiro "Matz" Matsumoto
2013-07-24
Merge pull request #1407 from Fleurer/gc-introduce-incremental-gc-step
Yukihiro "Matz" Matsumoto
2013-07-24
I fix typos in variable.c.
Jun Hiroe
2013-07-24
suppress the warnings from get_valid_iv_sym()
fleuria
[next]