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
2012-11-22
Deactivate / Activate GEMs Flag introduced into src/init.c
Daniel Bovensiepen
2012-11-22
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-21
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-11-21
handle return from blocks, especially from lambda blocks; close #561
Yukihiro Matz Matsumoto
2012-11-21
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-19
Merge pull request #563 from xxuejie/master
Yukihiro "Matz" Matsumoto
2012-11-19
Fix provided implementation of erf and erfc functions.
Xuejie Xiao
2012-11-19
fix lost const variable in class BasicObject
skandhas
2012-11-19
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-18
Merge pull request #560 from skandhas/pr-delete-redundant-__send__-definition
Yukihiro "Matz" Matsumoto
2012-11-18
delete redundant '__send__' definition
skandhas
2012-11-17
l/rshift width as int. It was unsigned long
Yuichiro MASUI
2012-11-17
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-17
int and mrb_int should not be mixed under -DMRB_INT64; may fix #557
Yukihiro Matz Matsumoto
2012-11-16
should look for outermost scope to return; close #547
Yukihiro Matz Matsumoto
2012-11-16
prepare metaclass of metaclass when retrieving by singleton_class(); close #540
Yukihiro Matz Matsumoto
2012-11-14
should print SCLASS as modules and classes
Yukihiro Matz Matsumoto
2012-11-14
zero initialize singleton_class iv
Yukihiro Matz Matsumoto
2012-11-14
init_copy should copy IV of SCLASS, HASH, DATA as well
Yukihiro Matz Matsumoto
2012-11-14
out of bound access in iv seglist
Yukihiro Matz Matsumoto
2012-11-14
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-11-14
make mrb_hash_keys() non static function
Yukihiro Matz Matsumoto
2012-11-13
Merge pull request #548 from monaka/pr-remove-redundant-char
Yukihiro "Matz" Matsumoto
2012-11-13
fix the issue String#slice with Range may return broken String.
Tomoyuki Sahara
2012-11-13
Remove a redundant "%".
Masaki Muranaka
2012-11-12
modify aspec
skandhas
2012-11-12
Merge branch 'add-cvars' into pr-add-class-variables
skandhas
2012-11-12
should wrap associ in aref_args; close #529
Yukihiro Matz Matsumoto
2012-11-09
add Module#class_variables
skandhas
2012-11-09
fix incorrect mrb->irep initialization
skandhas
2012-11-09
Merge remote-tracking branch 'upstream/master' into mrbgems
Daniel Bovensiepen
2012-11-09
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matz Matsumoto
2012-11-09
should initialize irep->flags
Yukihiro Matz Matsumoto
2012-11-08
Merge pull request #541 from xxuejie/master
Yukihiro "Matz" Matsumoto
2012-11-08
Merge pull request #537 from iij/pr-adjust-length-after-chomp
Yukihiro "Matz" Matsumoto
2012-11-08
Fix build on c++ compiler
Xuejie Xiao
2012-11-08
Merge new change
Daniel Bovensiepen
2012-11-08
adjust string length after String#chomp!
Akira Yumiyama
2012-11-08
avoid local variable declaration in the middle
nkshigeru
2012-11-07
Merge pull request #530 from skandhas/pr_fix_instance_variables_result_contai...
Yukihiro "Matz" Matsumoto
2012-11-07
Merge pull request #534 from skandhas/pr-compatible-with-msvc
Yukihiro "Matz" Matsumoto
2012-11-07
Ruby and align the behavior.
Akira Yumiyama
2012-11-07
fix 'undefined method' error message.
Akira Yumiyama
2012-11-07
compatible with MSVC
skandhas
2012-11-06
The output of Object#instance_variables contains instance variables and class...
skandhas
2012-11-05
inline include/mruby/object.h
Yukihiro Matz Matsumoto
2012-11-04
replace RBASIC by mrb_basic
Yukihiro Matz Matsumoto
2012-11-04
remove FL_XXX macros
Yukihiro Matz Matsumoto
2012-11-04
replace SYM2ID() by mrb_symbol()
Yukihiro Matz Matsumoto
2012-11-04
remove reference to ruby_verbose and ruby_debug
Yukihiro Matz Matsumoto
[next]