| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-13 | Support MRB_WIHTOUT_FLOAT to mruby-sprintf | YAMAMOTO Masaya | |
| 2017-08-25 | fix `String#% %d` test with `MRB_INT16` set | Tomasz Dąbrowski | |
| 2017-07-16 | added tests for #3736 | Christopher Aue | |
| 2017-06-28 | Avoid `mrb_funcall()` unless absolutely necessary; ref #3722 | Yukihiro "Matz" Matsumoto | |
| As a result, `#chr` is not called for ch < 0x80, so we need to update the "invalid chr" test. | |||
| 2017-05-08 | Fix segmentation fault ref: #3648 | ksss | |
| 2017-04-23 | Fix space flag when Inf/NaN and width==3 | Nobuyoshi Nakada | |
| While `"% 2f"` and `"% 4f"` result in `" Inf"` and `" Inf"` respectively, `"% 3f"` results in `"Inf"` (no space). | |||
| 2017-03-13 | Fix out-of-bound access | Nobuyoshi Nakada | |
| Get rid of out-of-bound access when single % at the end. | |||
| 2016-11-23 | Fix segfault when Fixnum#chr doesn't return a string | Bouke van der Bijl | |
| 2016-11-21 | Fix for sprintf test exceeding bounds with MRB_INT16 | Tomasz Dąbrowski | |
| 2015-11-19 | binary sprintf should not be restricted by mrb_int size; fix #3025 | Yukihiro "Matz" Matsumoto | |
| 2014-06-03 | add 'String#%'. | Tomoyuki Sahara | |
| 2013-03-04 | Separate Kernel#sprintf support from mruby core. It's moved to mrbgems. | Masaki Muranaka | |
