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
Age
Commit message (
Expand
)
Author
2014-08-18
refactor mruby method(fix indent. remove temporary value, duplicate procedure)
kkkkkt
2014-08-16
Merge pull request #2537 from chasonr/math-functions
Yukihiro "Matz" Matsumoto
2014-08-16
Merge pull request #2536 from kkkkkt/refactor-classc
Yukihiro "Matz" Matsumoto
2014-08-15
Improve replacement math functions for Visual C++.
chasonr
2014-08-16
use mrb_false_value instead of mrb_bool_value
go kikuta
2014-08-16
refactor class.c methods (fix indent, remove unneed temp value. )
go kikuta
2014-08-16
Merge pull request #2535 from kkkkkt/remove-unused-variable
Yukihiro "Matz" Matsumoto
2014-08-16
removed unused variable in range_beg_len
go kikuta
2014-08-15
Merge pull request #2533 from suzukaze/fix-indents
Yukihiro "Matz" Matsumoto
2014-08-15
Merge pull request #2534 from suzukaze/refactor-numeric.c
Yukihiro "Matz" Matsumoto
2014-08-15
Fix indents in numeric.c
Jun Hiroe
2014-08-15
Refactor flo_mod func in numeric.c
Jun Hiroe
2014-08-14
Merge pull request #2532 from chasonr/float-to-string
Yukihiro "Matz" Matsumoto
2014-08-13
Remove some roundoff from mrb_flo_to_str
chasonr
2014-08-13
need to add space for receiver to proc env; fix #2525
Yukihiro "Matz" Matsumoto
2014-08-13
add write barrier when iv is copied
Yukihiro "Matz" Matsumoto
2014-08-13
remove unnecessary mrb_float casting; ref #2531
Yukihiro "Matz" Matsumoto
2014-08-13
Merge pull request #2531 from kkkkkt/refactor-numeric-hash-method
Yukihiro "Matz" Matsumoto
2014-08-13
refactor mrb_hash_shift, num_pow, flo_eq, flo_finite_p method
kkkkkt
2014-08-12
Merge pull request #2529 from kkkkkt/change-string-method-mrb-aspec
Yukihiro "Matz" Matsumoto
2014-08-12
changed some string method's mrb-aspec
kkkkkt
2014-08-11
Merge pull request #2527 from iij/pr-remove-mrb_str_bytesize
Yukihiro "Matz" Matsumoto
2014-08-11
mrb_str_bytesize is a carbon copy of mrb_str_size. remove it.
Tomoyuki Sahara
2014-08-11
Merge pull request #2526 from iij/pr-test-only-gem
Yukihiro "Matz" Matsumoto
2014-08-11
fix build when neither src nor mrblib directory exists.
Tomoyuki Sahara
2014-08-11
Merge pull request #2524 from mattn/fix-succ
Yukihiro "Matz" Matsumoto
2014-08-11
Merge pull request #2523 from kkkkkt/changed_string_method_comment
Yukihiro "Matz" Matsumoto
2014-08-11
"-a-a-".succ should be "-a-b-"
mattn
2014-08-11
Fix String#succ. "-a-".succ should be "-b-"
mattn
2014-08-11
Fix String#succ. "-".succ should be "."
mattn
2014-08-11
changed mrb_str_size and mrb_str_bytesize comments.
kkkkkt
2014-08-09
Merge pull request #2503 from cremno/dont-always-generate-gem-functions
Yukihiro "Matz" Matsumoto
2014-08-09
Merge pull request #2522 from dycoon/debug_timer
Yukihiro "Matz" Matsumoto
2014-08-09
timer on windows bug fixed.
dycoon
2014-08-09
Merge pull request #2521 from kou/fix-class-variable-and-singleton-class-method
Yukihiro "Matz" Matsumoto
2014-08-09
Fix a bug that class variable can't be referenced from class method
Kouhei Sutou
2014-08-08
git push origin masterMerge branch 'mattn-string-succ'
Yukihiro "Matz" Matsumoto
2014-08-08
remove test for succ on Unicode (non-ASCII) char; #2520
Yukihiro "Matz" Matsumoto
2014-08-08
Merge branch 'string-succ' of https://github.com/mattn/mruby into mattn-strin...
Yukihiro "Matz" Matsumoto
2014-08-08
Add String#succ, String#succ!, String#next, String#next!
mattn
2014-08-08
Merge pull request #2519 from SatoshiOdawara/fix_context_of_eval
Yukihiro "Matz" Matsumoto
2014-08-08
fixed evaluation context of eval(string) and instance_eval(string)
Satoshi Odawara
2014-08-08
move StopIteration to core; close #2518
Yukihiro "Matz" Matsumoto
2014-08-08
Merge pull request #2517 from kkkkkt/remove_nonneed_space
Yukihiro "Matz" Matsumoto
2014-08-08
Merge pull request #2516 from suzukaze/fix-typo-gc
Yukihiro "Matz" Matsumoto
2014-08-07
removed non-need space
go kikuta
2014-08-07
Fix typo in gc.c
Jun Hiroe
2014-08-07
Merge pull request #2512 from suzukaze/gc-state-root
Yukihiro "Matz" Matsumoto
2014-08-07
Merge pull request #2513 from suzukaze/refactor-gc
Yukihiro "Matz" Matsumoto
2014-08-06
Refactor incremental_sweep_phase() in gc.c
Jun Hiroe
[next]