summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2014-08-16Merge pull request #2535 from kkkkkt/remove-unused-variableYukihiro "Matz" Matsumoto
2014-08-16removed unused variable in range_beg_lengo kikuta
2014-08-15Merge pull request #2533 from suzukaze/fix-indentsYukihiro "Matz" Matsumoto
2014-08-15Merge pull request #2534 from suzukaze/refactor-numeric.cYukihiro "Matz" Matsumoto
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
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
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
2014-08-12changed some string method's mrb-aspeckkkkkt
2014-08-11Merge pull request #2527 from iij/pr-remove-mrb_str_bytesizeYukihiro "Matz" Matsumoto
2014-08-11mrb_str_bytesize is a carbon copy of mrb_str_size. remove it.Tomoyuki Sahara
2014-08-11Merge pull request #2526 from iij/pr-test-only-gemYukihiro "Matz" Matsumoto
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
2014-08-11Merge pull request #2523 from kkkkkt/changed_string_method_commentYukihiro "Matz" Matsumoto
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
2014-08-09Merge pull request #2522 from dycoon/debug_timerYukihiro "Matz" Matsumoto
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
2014-08-09Fix a bug that class variable can't be referenced from class methodKouhei Sutou
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 mattn-strin...Yukihiro "Matz" Matsumoto
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
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
2014-08-08Merge pull request #2516 from suzukaze/fix-typo-gcYukihiro "Matz" Matsumoto
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
2014-08-07Merge pull request #2513 from suzukaze/refactor-gcYukihiro "Matz" Matsumoto
2014-08-06Refactor incremental_sweep_phase() in gc.cJun Hiroe
2014-08-06Merge pull request #2511 from bggd/patch-5Yukihiro "Matz" Matsumoto
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
2014-08-06Merge pull request #2509 from suzukaze/refactor-gcYukihiro "Matz" Matsumoto
2014-08-05Refactor obj_free() in gc.cJun Hiroe