summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2014-05-05Merge pull request #2198 from suzukaze/add-hash.keep_ifYukihiro "Matz" Matsumoto
Add Hash#keep_if
2014-05-05Merge pull request #2196 from suzukaze/refactor-load.cYukihiro "Matz" Matsumoto
Refactor read_lineno_record_1() in load.c
2014-05-05Merge pull request #2194 from suzukaze/refactor-string.c2Yukihiro "Matz" Matsumoto
Refactor string.c
2014-05-05Add Hash#keep_ifJun Hiroe
2014-05-05Merge pull request #2195 from suzukaze/fix-indent-string.cYukihiro "Matz" Matsumoto
Fix indents in mrb_str_inspect() of string.c
2014-05-05Merge pull request #2193 from suzukaze/refactor-string.cYukihiro "Matz" Matsumoto
Use mrb_bool instead of mrb_int in string.c
2014-05-05Merge pull request #2192 from suzukaze/add-hash.invertYukihiro "Matz" Matsumoto
Add Hash#invert
2014-05-05Refactor read_lineno_record_1() in load.cJun Hiroe
2014-05-05Fix indents in mrb_str_inspect() of string.cJun Hiroe
2014-05-05Refactor mrb_str_hash()Jun Hiroe
2014-05-05Refacotr mrb_str_substr()Jun Hiroe
2014-05-05Refactor mrb_str_upcase_bangJun Hiroe
2014-05-05Refactor mrb_str_split_m()Jun Hiroe
2014-05-05Refactor mrb_str_downcase_bang()Jun Hiroe
2014-05-05Refactor mrb_str_capitalize_bang()Jun Hiroe
2014-05-05Add Hash#invertJun Hiroe
2014-05-05fix memcpy-param-overlapcremno
2014-05-05Merge pull request #2191 from yui-knk/refactor-exc-testYukihiro "Matz" Matsumoto
Refactoring exception test.
2014-05-05Refactoring exception test.yui-knk
Change to use assert_equal explicitly.
2014-05-05test fixnum overflow for add, sub and mulcremno
2014-05-05add Mrbtest::FIXNUM_{MAX,MIN,BIT}cremno
2014-05-04Merge pull request #2188 from takeru/dont_reset_ridx_eidxYukihiro "Matz" Matsumoto
Don't reset ridx,eidx. And fix for #1949
2014-05-04Don't reset ridx,eidx. And fix for #1949sasaki takeru
2014-05-04Merge pull request #2187 from take-cheeze/header_searcher_docYukihiro "Matz" Matsumoto
Add document of header searcher of compiler.
2014-05-04Add document of header searcher of compiler.take_cheeze
2014-05-04Merge pull request #2186 from suzukaze/add-hash.flattenYukihiro "Matz" Matsumoto
Add Hash#flatten
2014-05-04Add Hash#flattenJun Hiroe
2014-05-04Merge pull request #2161 from nobu/embedded_documentYukihiro "Matz" Matsumoto
Embedded document
2014-05-04Merge pull request #2185 from suzukaze/hash-commentsYukihiro "Matz" Matsumoto
Add Hash comments
2014-05-04Merge pull request #2184 from yui-knk/fix-typoYukihiro "Matz" Matsumoto
Fix typo.
2014-05-04Add Hash commentsJun Hiroe
2014-05-04Fix typo.yui-knk
2014-05-04Merge pull request #2183 from yui-knk/fix-error-commentYukihiro "Matz" Matsumoto
Fix comment of exc_inspect (and adjust spaces)
2014-05-04Merge pull request #2182 from cremno/use-isfiniteYukihiro "Matz" Matsumoto
simply use `isfinite`
2014-05-04Merge pull request #2181 from suzukaze/add-hash_delete_ifYukihiro "Matz" Matsumoto
Add Hash#delete_if
2014-05-04Fix comment of exc_inspect (and adjust spaces)yui-knk
2014-05-04simply use `isfinite`cremno
2014-05-04Add Hash#delete_ifJun Hiroe
2014-05-03Merge pull request #2180 from yui-knk/fix-docYukihiro "Matz" Matsumoto
Fix docs path.
2014-05-03Merge pull request #2179 from take-cheeze/readline_warningYukihiro "Matz" Matsumoto
Suppress warning when using readline in mirb.
2014-05-03Merge branch 'take-cheeze-values_at'Yukihiro "Matz" Matsumoto
2014-05-03refactoring mruby-structYukihiro "Matz" Matsumoto
2014-05-03new macro mrb_int(mrb,x) to retrieve mrb_int from mrb_value with conversion ↵Yukihiro "Matz" Matsumoto
if needed
2014-05-03use proper length for mrb_get_values_at()Yukihiro "Matz" Matsumoto
separate mrb_range_beg_len() into two: the one truncates range into the sequence size, and the one does not. #values_at uses the latter.
2014-05-03Fix docs path.yui-knk
2014-05-03Suppress warning when using readline in mirb.take_cheeze
2014-05-03reindent elseYukihiro "Matz" Matsumoto
2014-05-03convert range edges to integersYukihiro "Matz" Matsumoto
2014-05-03do not raise error in mrb_range_beg_len()Yukihiro "Matz" Matsumoto
2014-05-03raise TypeError instead of ArgumentError when argument of wrong type given ↵Yukihiro "Matz" Matsumoto
to the values_at