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
Age
Commit message (
Expand
)
Author
2017-03-11
The width printf specifier may be negative; fix #3498
Yukihiro "Matz" Matsumoto
2017-03-11
fixup! Check return value from snprintf(); ref #3498
Yukihiro "Matz" Matsumoto
2017-03-11
Check return value from snprintf(); ref #3498
Yukihiro "Matz" Matsumoto
2017-02-11
Avoid integer overflow in sprintf(); fix #3439
Yukihiro "Matz" Matsumoto
2017-01-16
Dots is not needed for base 10 negative numbers; fix #3400
Yukihiro "Matz" Matsumoto
2016-12-21
One less argument for raisef(); fix #3355
Yukihiro "Matz" Matsumoto
2016-12-18
Check if width is zero or negative before fill; fix #3347
Yukihiro "Matz" Matsumoto
2016-12-18
Prohibit mixture of posarg and nextarg; ref #3347
Yukihiro "Matz" Matsumoto
2016-11-24
Fixes for compiling mruby as C++
Tomasz Dąbrowski
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
2016-07-01
Fix warning shift-negative-value
ksss
2016-04-23
mruby-sprintf:fix double negative signs in printf; fix #3148
Yukihiro "Matz" Matsumoto
2016-04-23
mruby-sprintf: format specifiers o,u,x,b ignore sign(+); ref #3148
Yukihiro "Matz" Matsumoto
2016-01-07
mruby-sprintf to use mrb_int formatting macros; ref #3076
Yukihiro "Matz" Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-11-19
formatting buffer should be bigger for negative dots; ref #3025
Yukihiro "Matz" Matsumoto
2015-11-19
binary format no longer need to preserve org_v
Yukihiro "Matz" Matsumoto
2015-11-19
integer range check was moved to mrb_flo_to_fixnum(); ref #3025
Yukihiro "Matz" Matsumoto
2015-11-19
negative binary format should not be masked by 10bits; ref #3025
Yukihiro "Matz" Matsumoto
2015-11-19
binary sprintf should not be restricted by mrb_int size; fix #3025
Yukihiro "Matz" Matsumoto
2015-09-03
unsigned long may be smaller than mrb_int; use uint64_t instead; fix #2935
Yukihiro "Matz" Matsumoto
2015-06-24
Remove unnecessary backticks.
Franck Verrot
2014-09-04
refactor MACRO to avoid local variable name conflict; ref #2585
Yukihiro "Matz" Matsumoto
2014-09-04
get rid of shadowing variables (mrbgems)
cremno
2014-07-12
remove spaces after open parens
Yukihiro "Matz" Matsumoto
2014-06-04
use is_a? Array for String#% argument check as the original PR did in #2349
Yukihiro "Matz" Matsumoto
2014-06-03
Special treatment for Hashes, not Arrays; ref #2349
Yukihiro "Matz" Matsumoto
2014-06-03
add 'String#%'.
Tomoyuki Sahara
2014-05-04
simply use `isfinite`
cremno
2014-04-25
Use mrb_int in mrbgem rest argument getting.
take_cheeze
2014-03-25
Use mrb_int instead of int
cubicdaiya
2014-03-22
Use bool-macro instead of magic-number
cubicdaiya
2014-03-17
move summary of mrbgems in default gembox to its spec
take_cheeze
2014-03-11
add MRB_INT_BIT
cremno
2014-03-06
make embed string when create literals
ksss
2014-03-06
embed small string
ksss
2014-02-28
cancel 313f6b; add fallthrough comment
Yukihiro "Matz" Matsumoto
2014-02-26
Implement sprintf("%c") for UTF-8.
chasonr
2014-02-27
forget to break in the switch statement
Yukihiro "Matz" Matsumoto
2014-02-26
use mrb_str_new_lit instead of mrb_str_new for C string literals
cubicdaiya
2014-01-31
add missing declaration of mrb_str_format
cremno
2014-01-02
remove various preprocessor conditionals
cremno
2013-07-23
"spec.author" is better for single-author gems.
Tomoyuki Sahara
2013-06-27
Visual Studio 2013 support + strtof + inline
Cremno
2013-05-18
removed unused variables / assigns never used
Julien Ammous
2013-05-10
change mrb_warn to get mrb_state and %S formatter
Yukihiro "Matz" Matsumoto
2013-04-25
rename every ARGS_XXX to MRB_ARGS_XXX; ref #1206
Yukihiro "Matz" Matsumoto
2013-03-29
Rename mrb_fix2str() to mrb_fixnum_to_str(). This is for naming consistency.
Masaki Muranaka
2013-03-29
Remove mrb_flt2big() as there is no bignum in the core.
Masaki Muranaka
[prev]
[next]