| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-08 | use mrb_field_write_barrier_value() in hash.c | Yukihiro "Matz" Matsumoto | |
| 2014-05-08 | use mrb_field_write_barrier_value() in array.c | Yukihiro "Matz" Matsumoto | |
| 2014-05-08 | Make Array#[]= raise IndexError. | yui-knk | |
| If second param is negative, Array#[] raise IndexError. | |||
| 2014-05-07 | Merge pull request #2204 from take-cheeze/kernel_fail | Yukihiro "Matz" Matsumoto | |
| Implement Kernel.fail and Kernel#fail . | |||
| 2014-05-07 | Move Kernel#fail definition to mruby-kernel-ext mrbgem. | take_cheeze | |
| 2014-05-06 | OP_ENTER fix variable assignment | ksss | |
| 2014-05-06 | Implement Kernel.fail and Kernel#fail . | take_cheeze | |
| 2014-05-05 | refactor fix_mod | Akira Kuroda | |
| fix unreachable condition use b | |||
| 2014-05-05 | Merge pull request #2200 from ↵ | Yukihiro "Matz" Matsumoto | |
| cremno/add-functions-for-safe-addition-and-subtraction Add functions for safe addition and subtraction | |||
| 2014-05-05 | Merge pull request #2199 from cremno/use-memmove | Yukihiro "Matz" Matsumoto | |
| fix memcpy-param-overlap | |||
| 2014-05-05 | add function for checked mrb_int subtraction | cremno | |
| 2014-05-05 | add function for checked mrb_int addition | cremno | |
| 2014-05-05 | Merge pull request #2196 from suzukaze/refactor-load.c | Yukihiro "Matz" Matsumoto | |
| Refactor read_lineno_record_1() in load.c | |||
| 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 | Refactor read_lineno_record_1() in load.c | Jun Hiroe | |
| 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-05 | fix memcpy-param-overlap | cremno | |
| 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 | |
