summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-08-16removed unused variable in range_beg_lengo kikuta
2014-08-15Merge pull request #2533 from suzukaze/fix-indentsYukihiro "Matz" Matsumoto
Fix indents in numeric.c
2014-08-15Merge pull request #2534 from suzukaze/refactor-numeric.cYukihiro "Matz" Matsumoto
Refactor flo_mod func in numeric.c
2014-08-15Fix indents in numeric.cJun Hiroe
2014-08-15Refactor flo_mod func in numeric.cJun Hiroe
2014-08-14Merge pull request #2532 from chasonr/float-to-stringYukihiro "Matz" Matsumoto
Remove some roundoff from mrb_flo_to_str
2014-08-13Remove some roundoff from mrb_flo_to_strchasonr
2014-08-13need to add space for receiver to proc env; fix #2525Yukihiro "Matz" Matsumoto
2014-08-13add write barrier when iv is copiedYukihiro "Matz" Matsumoto
2014-08-13remove unnecessary mrb_float casting; ref #2531Yukihiro "Matz" Matsumoto
2014-08-13Merge pull request #2531 from kkkkkt/refactor-numeric-hash-methodYukihiro "Matz" Matsumoto
refactor mrb_hash_shift, num_pow, flo_eq, flo_finite_p method
2014-08-13refactor mrb_hash_shift, num_pow, flo_eq, flo_finite_p methodkkkkkt
2014-08-12Merge pull request #2529 from kkkkkt/change-string-method-mrb-aspecYukihiro "Matz" Matsumoto
changed some string method's mrb-aspec
2014-08-12changed some string method's mrb-aspeckkkkkt
2014-08-11Merge pull request #2527 from iij/pr-remove-mrb_str_bytesizeYukihiro "Matz" Matsumoto
mrb_str_bytesize is a carbon copy of mrb_str_size. remove it.
2014-08-11mrb_str_bytesize is a carbon copy of mrb_str_size. remove it.Tomoyuki Sahara
mruby core does not support any character encodings but ASCII.
2014-08-11Merge pull request #2526 from iij/pr-test-only-gemYukihiro "Matz" Matsumoto
fix build when neither src nor mrblib directory exists.
2014-08-11fix build when neither src nor mrblib directory exists.Tomoyuki Sahara
2014-08-11Merge pull request #2524 from mattn/fix-succYukihiro "Matz" Matsumoto
Fix String#succ. "-".succ should be "."
2014-08-11Merge pull request #2523 from kkkkkt/changed_string_method_commentYukihiro "Matz" Matsumoto
changed mrb_str_size and mrb_str_bytesize comments.
2014-08-11"-a-a-".succ should be "-a-b-"mattn
2014-08-11Fix String#succ. "-a-".succ should be "-b-"mattn
2014-08-11Fix String#succ. "-".succ should be "."mattn
2014-08-11changed mrb_str_size and mrb_str_bytesize comments.kkkkkt
2014-08-09Merge pull request #2503 from cremno/dont-always-generate-gem-functionsYukihiro "Matz" Matsumoto
don't always generate gem functions
2014-08-09Merge pull request #2522 from dycoon/debug_timerYukihiro "Matz" Matsumoto
timer on windows bug fixed.
2014-08-09timer on windows bug fixed.dycoon
2014-08-09Merge pull request #2521 from kou/fix-class-variable-and-singleton-class-methodYukihiro "Matz" Matsumoto
Fix a bug that class variable can't be referenced from class method
2014-08-09Fix a bug that class variable can't be referenced from class methodKouhei Sutou
Class method defined in singleton class should be evaluated in class context not singleton class context. fix #2515
2014-08-08git push origin masterMerge branch 'mattn-string-succ'Yukihiro "Matz" Matsumoto
2014-08-08remove test for succ on Unicode (non-ASCII) char; #2520Yukihiro "Matz" Matsumoto
2014-08-08Merge branch 'string-succ' of https://github.com/mattn/mruby into ↵Yukihiro "Matz" Matsumoto
mattn-string-succ
2014-08-08Merge pull request #23 from jbreeden/masterTomoyuki Sahara
Correcting E_NOTIMP_ERROR reference
2014-08-08Add String#succ, String#succ!, String#next, String#next!mattn
2014-08-08Merge pull request #2519 from SatoshiOdawara/fix_context_of_evalYukihiro "Matz" Matsumoto
fixed evaluation context of eval(string) and instance_eval(string)
2014-08-08fixed evaluation context of eval(string) and instance_eval(string)Satoshi Odawara
2014-08-08move StopIteration to core; close #2518Yukihiro "Matz" Matsumoto
2014-08-08Merge pull request #2517 from kkkkkt/remove_nonneed_spaceYukihiro "Matz" Matsumoto
removed non-need space
2014-08-08Merge pull request #2516 from suzukaze/fix-typo-gcYukihiro "Matz" Matsumoto
Fix typo in gc.c
2014-08-07removed non-need spacego kikuta
2014-08-07Fix typo in gc.cJun Hiroe
2014-08-07Merge pull request #2512 from suzukaze/gc-state-rootYukihiro "Matz" Matsumoto
Rename GC_STATE_NONE GC_STATE_ROOT
2014-08-07Merge pull request #2513 from suzukaze/refactor-gcYukihiro "Matz" Matsumoto
Refactor incremental_sweep_phase() in gc.c
2014-08-06Refactor incremental_sweep_phase() in gc.cJun Hiroe
2014-08-06Merge pull request #2511 from bggd/patch-5Yukihiro "Matz" Matsumoto
Fix a typo in etc.c
2014-08-06Rename GC_STATE_NONE GC_STATE_ROOTJun Hiroe
2014-08-06Fix a typo in etc.cbggd
2014-08-06Merge pull request #2510 from cremno/mruby-strip-use-mrb_open_coreYukihiro "Matz" Matsumoto
mruby-strip doesn't need mrbgems
2014-08-06Merge pull request #2509 from suzukaze/refactor-gcYukihiro "Matz" Matsumoto
Refactor obj_free() in gc.c
2014-08-05Refactor obj_free() in gc.cJun Hiroe