index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-sprintf
/
test
/
sprintf.rb
Age
Commit message (
Expand
)
Author
2020-10-12
Add tests for CRuby bug #9982
cremno
2020-05-07
Remove unnecessary `sprintf` test that fails since 91368c1.
Yukihiro "Matz" Matsumoto
2020-04-11
Supports some specifier flags with `mrb_float_to_str()`
dearblue
2019-01-03
Remove `Kernel#class_defined?` which is not available in CRuby; #3829
Yukihiro "Matz" Matsumoto
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
2017-05-08
Fix segmentation fault ref: #3648
ksss
2017-04-23
Fix space flag when Inf/NaN and width==3
Nobuyoshi Nakada
2017-03-13
Fix out-of-bound access
Nobuyoshi Nakada
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