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
2021-09-14
sprintf.c: `width` may have been `INT_MAX`.
Yukihiro "Matz" Matsumoto
2021-09-07
string.h: rename `mrb_str_to_inum` to `mrb_str_to_integer`.
Yukihiro "Matz" Matsumoto
2021-09-01
mruby.h: obsolete `mrb_to_str()`.
Yukihiro "Matz" Matsumoto
2021-08-21
Organize the include of header files
dearblue
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-06-11
readint.c: add new function `mrb_int_read`.
Yukihiro "Matz" Matsumoto
2021-06-10
sprintf.c: check value range before type casting.
Yukihiro "Matz" Matsumoto
2021-06-07
sprintf.c: fix `mrb_int` and `int` mixture errors.
Yukihiro "Matz" Matsumoto
2021-05-30
sprintf.c: avoid object allocation in integer formatting.
Yukihiro "Matz" Matsumoto
2021-05-30
numeric.c: introduce `mrb_int_to_cstr()` to dump `mrb_int`.
Yukihiro "Matz" Matsumoto
2021-05-22
mruby-sprintf: reduce float digits to avoid test failure.
Yukihiro "Matz" Matsumoto
2021-05-22
fp_fmt.c: remove `mrb_float_to_cstr()`.
Yukihiro "Matz" Matsumoto
2021-05-21
sprintf.c: remove specifiers `%a` and `%A`.
Yukihiro "Matz" Matsumoto
2021-05-17
Global renaming regarding `integer` and `float`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_fixnum_to_str` to `mrb_integer_to_str`.
Yukihiro "Matz" Matsumoto
2021-05-17
Rename `mrb_flo_to_fixnum` to `mrb_float_to_integer`.
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-02-07
Fix tests to work with `MRB_USE_FLOAT32`; fix #5329
Yukihiro "Matz" Matsumoto
2021-01-26
Revert "Minimize the changes in #5277"
Yukihiro "Matz" Matsumoto
2021-01-22
Minimize the changes in #5277
Yukihiro "Matz" Matsumoto
2021-01-11
Avoid including `presym.inc` in existing header files
KOBAYASHI Shuji
2021-01-05
Remove duplicated `remove_sign_bits()` call.
Yukihiro "Matz" Matsumoto
2021-01-02
Allow negative integer value formatting in base 8 and 16.
Yukihiro "Matz" Matsumoto
2020-12-13
Fix spelling
John Bampton
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-22
Prohibit array changes by "a"/"*" specifier of `mrb_get_args()`
dearblue
2020-10-12
Fix `mrb_int_mul_overflow()` to check either operand being zero.
Yukihiro "Matz" Matsumoto
2020-10-12
Embed debug information to resolve Windows VC's issue.
Yukihiro "Matz" Matsumoto
2020-10-12
Adjust backslash position in multi-line macros.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `MRB_INT_MAX` instead of `INT_MAX` according to variable type.
Yukihiro "Matz" Matsumoto
2020-10-12
Restore old function names for compatibility; ref #5070
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_int_value()` instead of `mrb_fixnum_value()`.
Yukihiro "Matz" Matsumoto
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
"backport" CRuby r46756; ref #3500
Yukihiro "Matz" Matsumoto
2020-10-12
"backport" CRuby r46656; #2500
Yukihiro "Matz" Matsumoto
2020-10-12
Rename `MRB_TT_FIXNUM` to `MRB_TT_INTEGER`.
Yukihiro "Matz" Matsumoto
2020-10-12
change linkage to internal
cremno
2020-10-12
define sprintf and format as global functions
cremno
2020-10-12
move mrbgem initialization into sprintf.c
cremno
2020-10-12
Add tests for CRuby bug #9982
cremno
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-10-12
Use `mrb_funcall_id()` extensively.
Yukihiro "Matz" Matsumoto
2020-06-20
Fix potential buffer overflow in `sprintf.c`.
Yukihiro "Matz" Matsumoto
2020-05-27
Move `fmt_setup` until absolutely necessary.
Yukihiro "Matz" Matsumoto
2020-05-26
Integer format can be bigger than `32` on 64bit platforms.
Yukihiro "Matz" Matsumoto
2020-05-07
Remove unnecessary `sprintf` test that fails since 91368c1.
Yukihiro "Matz" Matsumoto
2020-05-07
Avoid `mrb_funcall` if `MRB_UFT8_STRING` is not set.
Yukihiro "Matz" Matsumoto
2020-04-11
Support `MRB_DISABLE_STDIO` for mruby-sprintf; ref #4954
dearblue
2020-04-11
Supports some specifier flags with `mrb_float_to_str()`
dearblue
2020-03-08
Add configuration guard for `MRB_DISABLE_STDIO`
dearblue
[next]