| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-05 | Merge pull request #2194 from suzukaze/refactor-string.c2 | Yukihiro "Matz" Matsumoto | |
| Refactor string.c | |||
| 2014-05-05 | Merge pull request #2195 from suzukaze/fix-indent-string.c | Yukihiro "Matz" Matsumoto | |
| Fix indents in mrb_str_inspect() of string.c | |||
| 2014-05-05 | Fix indents in mrb_str_inspect() of string.c | Jun Hiroe | |
| 2014-05-05 | Refactor mrb_str_hash() | Jun Hiroe | |
| 2014-05-05 | Refacotr mrb_str_substr() | Jun Hiroe | |
| 2014-05-05 | Refactor mrb_str_upcase_bang | Jun Hiroe | |
| 2014-05-05 | Refactor mrb_str_split_m() | Jun Hiroe | |
| 2014-05-05 | Refactor mrb_str_downcase_bang() | Jun Hiroe | |
| 2014-05-05 | Refactor mrb_str_capitalize_bang() | Jun Hiroe | |
| 2014-05-04 | Don't reset ridx,eidx. And fix for #1949 | sasaki takeru | |
| 2014-05-04 | Merge pull request #2161 from nobu/embedded_document | Yukihiro "Matz" Matsumoto | |
| Embedded document | |||
| 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 | Fix comment of exc_inspect (and adjust spaces) | yui-knk | |
| 2014-05-04 | simply use `isfinite` | cremno | |
| 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 | 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 | 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 | add namespace prefix to `dump_irep` | cremno | |
| 2014-05-03 | Fix indent | Jun Hiroe | |
| 2014-05-03 | Refactor rshift | Jun Hiroe | |
| 2014-05-02 | Implement Struct#values_at and Array#values_at . | take_cheeze | |
| Add API `mrb_get_values_at()` to mruby/range.h . | |||
| 2014-05-02 | goto STOP if ridx==0 | sasaki takeru | |
| 2014-05-01 | On overflow, clear new stack space before mrb_raise | Carson McDonald | |
| 2014-04-30 | Added dump_irep in header. | Thiago Scalone | |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-30 | adjust indent | Nobuyoshi Nakada | |
| 2014-04-29 | indent codedump when file/line info is not available; ref #2147 | Yukihiro "Matz" Matsumoto | |
| 2014-04-29 | codedump for binary mrb files as well | Yukihiro "Matz" Matsumoto | |
| 2014-04-29 | Merge pull request #2158 from kyab/support_doubling_stack | Yukihiro "Matz" Matsumoto | |
| Add doubling stack extend, as fix for #2016 | |||
| 2014-04-29 | Merge pull request #2147 from take-cheeze/dump_line_file | Yukihiro "Matz" Matsumoto | |
| Print file name and line number in codedump if available. | |||
| 2014-04-29 | Add doubling stack extend, as fix for #2016 | kyab | |
| 2014-04-29 | Merge pull request #2156 from cremno/fix-disabled-stdio-2 | Yukihiro "Matz" Matsumoto | |
| fix disabled stdio | |||
| 2014-04-29 | Merge pull request #2155 from cremno/define-resize_capa-as-a-function | Yukihiro "Matz" Matsumoto | |
| define `resize_capa` as a function | |||
| 2014-04-29 | Merge pull request #2157 from cremno/remove-mrb_str_offset | Yukihiro "Matz" Matsumoto | |
| remove `mrb_str_offset` | |||
| 2014-04-29 | Merge pull request #2154 from cremno/dbl_dig | Yukihiro "Matz" Matsumoto | |
| remove `DBL_DIG` fallback definition | |||
| 2014-04-29 | remove `mrb_str_offset` | cremno | |
| 2014-04-29 | fix disabled stdio (and remove trailing spaces) | cremno | |
| 2014-04-29 | remove `DBL_DIG` fallback definition | cremno | |
