| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-05 | fix memcpy-param-overlap | cremno | |
| 2014-05-05 | Merge pull request #2191 from yui-knk/refactor-exc-test | Yukihiro "Matz" Matsumoto | |
| Refactoring exception test. | |||
| 2014-05-05 | Refactoring exception test. | yui-knk | |
| Change to use assert_equal explicitly. | |||
| 2014-05-05 | test fixnum overflow for add, sub and mul | cremno | |
| 2014-05-05 | add Mrbtest::FIXNUM_{MAX,MIN,BIT} | cremno | |
| 2014-05-04 | Merge pull request #2188 from takeru/dont_reset_ridx_eidx | Yukihiro "Matz" Matsumoto | |
| Don't reset ridx,eidx. And fix for #1949 | |||
| 2014-05-04 | Don't reset ridx,eidx. And fix for #1949 | sasaki takeru | |
| 2014-05-04 | Merge pull request #2187 from take-cheeze/header_searcher_doc | Yukihiro "Matz" Matsumoto | |
| Add document of header searcher of compiler. | |||
| 2014-05-04 | Add document of header searcher of compiler. | take_cheeze | |
| 2014-05-04 | Merge pull request #2186 from suzukaze/add-hash.flatten | Yukihiro "Matz" Matsumoto | |
| Add Hash#flatten | |||
| 2014-05-04 | Add Hash#flatten | Jun Hiroe | |
| 2014-05-04 | Merge pull request #2161 from nobu/embedded_document | Yukihiro "Matz" Matsumoto | |
| Embedded document | |||
| 2014-05-04 | Merge pull request #2185 from suzukaze/hash-comments | Yukihiro "Matz" Matsumoto | |
| Add Hash comments | |||
| 2014-05-04 | Merge pull request #2184 from yui-knk/fix-typo | Yukihiro "Matz" Matsumoto | |
| Fix typo. | |||
| 2014-05-04 | Add Hash comments | Jun Hiroe | |
| 2014-05-04 | Fix typo. | yui-knk | |
| 2014-05-04 | Merge pull request #2183 from yui-knk/fix-error-comment | Yukihiro "Matz" Matsumoto | |
| Fix comment of exc_inspect (and adjust spaces) | |||
| 2014-05-04 | Merge pull request #2182 from cremno/use-isfinite | Yukihiro "Matz" Matsumoto | |
| simply use `isfinite` | |||
| 2014-05-04 | Merge pull request #2181 from suzukaze/add-hash_delete_if | Yukihiro "Matz" Matsumoto | |
| Add Hash#delete_if | |||
| 2014-05-04 | Fix comment of exc_inspect (and adjust spaces) | yui-knk | |
| 2014-05-04 | simply use `isfinite` | cremno | |
| 2014-05-04 | Add Hash#delete_if | Jun Hiroe | |
| 2014-05-03 | Merge pull request #2180 from yui-knk/fix-doc | Yukihiro "Matz" Matsumoto | |
| Fix docs path. | |||
| 2014-05-03 | Merge pull request #2179 from take-cheeze/readline_warning | Yukihiro "Matz" Matsumoto | |
| Suppress warning when using readline in mirb. | |||
| 2014-05-03 | Merge branch 'take-cheeze-values_at' | Yukihiro "Matz" Matsumoto | |
| 2014-05-03 | refactoring mruby-struct | Yukihiro "Matz" Matsumoto | |
| 2014-05-03 | new macro mrb_int(mrb,x) to retrieve mrb_int from mrb_value with conversion ↵ | Yukihiro "Matz" Matsumoto | |
| if needed | |||
| 2014-05-03 | use 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-03 | Fix docs path. | yui-knk | |
| 2014-05-03 | Suppress warning when using readline in mirb. | take_cheeze | |
| 2014-05-03 | reindent else | Yukihiro "Matz" Matsumoto | |
| 2014-05-03 | convert range edges to integers | Yukihiro "Matz" Matsumoto | |
| 2014-05-03 | do not raise error in mrb_range_beg_len() | Yukihiro "Matz" Matsumoto | |
| 2014-05-03 | raise TypeError instead of ArgumentError when argument of wrong type given ↵ | Yukihiro "Matz" Matsumoto | |
| to the values_at | |||
| 2014-05-03 | Merge branch 'values_at' of https://github.com/take-cheeze/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| take-cheeze-values_at | |||
| 2014-05-03 | remove each from range.c | Yukihiro "Matz" Matsumoto | |
| 2014-05-03 | Merge pull request #2178 from cremno/rename-dump_irep | Yukihiro "Matz" Matsumoto | |
| add namespace prefix to `dump_irep` | |||
| 2014-05-03 | Merge pull request #2177 from cremno/math-domain-error | Yukihiro "Matz" Matsumoto | |
| mruby-math: define and use `Math::DomainError` | |||
| 2014-05-03 | Merge pull request #2176 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/msvc-treat-implicit-function-declaration-as-error MSVC: treat implicit function decl. as error | |||
| 2014-05-03 | Merge pull request #2174 from suzukaze/fix-indent | Yukihiro "Matz" Matsumoto | |
| Fix indent | |||
| 2014-05-03 | Merge pull request #2173 from suzukaze/delete-unuse-variable | Yukihiro "Matz" Matsumoto | |
| Delete unused variable in Array#delete_if | |||
| 2014-05-03 | count skipped line numbers | Nobuyoshi Nakada | |
| 2014-05-03 | skip to the next line and reset column after `=end` | Nobuyoshi Nakada | |
| 2014-05-03 | fix char after `=end` | Nobuyoshi Nakada | |
| skips() advance after the string skipped. | |||
| 2014-05-03 | fix embedded documents | Nobuyoshi Nakada | |
| tabs are allowed after `=begin` and `=end`. raise `SyntaxError` if no =end is found. | |||
| 2014-05-03 | fix condition for the rest of input | Nobuyoshi Nakada | |
| the input must rest the length of a string to be peeked at least. fixes parse error at embedded documents by string eval, and `-e` command line options. | |||
| 2014-05-02 | mruby-math: define and use `Math::DomainError` | cremno | |
| Domain errors are detected as per ISO C99 and may differ from CRuby. | |||
| 2014-05-02 | add namespace prefix to `dump_irep` | cremno | |
| 2014-05-02 | MSVC: treat implicit function decl. as error | cremno | |
| As equivalent to GCC's `-Werror-implicit-function-declaration`. | |||
| 2014-05-03 | Fix indent | Jun Hiroe | |
