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
/
src
/
fmt_fp.c
Age
Commit message (
Expand
)
Author
2021-07-26
fmt_fp.c: add implicit cast from `mrb_float` to `int8_t`.
Yukihiro "Matz" Matsumoto
2021-07-25
Remove redundant include headers.
Yukihiro "Matz" Matsumoto
2021-06-16
Run pre-commit with GitHub Actions
John Bampton
2021-05-26
fmt_fp.c: move mruby specific `mrb_float_to_str` to `numeric.c`
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: truncate precision to prevent buffer overflow.
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: use constant that depends on `mrb_float` size.
Yukihiro "Matz" Matsumoto
2021-05-25
fmt_fp.c: use a const int instead of a macro constant.
Yukihiro "Matz" Matsumoto
2021-05-24
fmt_fp.c: exponential may be bigger than `100`.
Yukihiro "Matz" Matsumoto
2021-05-22
Fix typo in `src/fmt_fp.c` [ci skip]
KOBAYASHI Shuji
2021-05-22
fp_fmt.c: remove `mrb_float_to_cstr()`.
Yukihiro "Matz" Matsumoto
2021-05-22
fmt_fp.c: replace with public domain float format routine; ref #5448
Yukihiro "Matz" Matsumoto
2021-05-21
fmt_fp.c: remove `fmt` argument from `mrb_float_to_str()`.
Yukihiro "Matz" Matsumoto
2021-05-21
numeric.h: remove 2 functions from `MRB_API`
Yukihiro "Matz" Matsumoto
2021-04-16
feat(CI): add the GitHub Super Linter
John Bampton
2021-01-02
Avoid double inclusion on `<mruby.h>`.
Yukihiro "Matz" Matsumoto
2020-11-26
Include `mruby.h` instead of `mrbconf.h` directly.
Yukihiro "Matz" Matsumoto
2020-11-24
Add `#include <mrbconf.h>` at the head of `fmt_fp.c`; #5185
Yukihiro "Matz" Matsumoto
2020-11-21
Rename `MRB_{ENABLE,DISABLE}_` to `MRB_{USE,NO}_`; close #5163
KOBAYASHI Shuji
2020-10-12
Rename float configuration option names.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper cast.
Yukihiro "Matz" Matsumoto
2020-06-05
Add proper casts to silence VC warnings.
Yukihiro "Matz" Matsumoto
2020-04-11
Add `mrb_float_to_cstr()` MRB_API function
dearblue
2020-04-11
Supports some specifier flags with `mrb_float_to_str()`
dearblue
2020-04-11
Supports width specifier with `mrb_float_to_str()`
dearblue
2020-04-11
Add missing `MRB_API`
dearblue
2020-01-01
Do not include `stdint.h` before `mruby.h`; ref #4750
dearblue
2019-04-03
Modify `#else` and `#endif` annotations in `src/fmt_fp.c` [ci skip]
KOBAYASHI Shuji
2019-03-15
Use `fmt_fp()` for portable float representation.
Yukihiro "Matz" Matsumoto
2018-11-07
Wrong pool data length for negative floating value in a mrb file.
Hiroshi Mimaki
2018-08-01
Simply use `snprintf` instead of custom `fmt_fp`,
Yukihiro "Matz" Matsumoto
2017-11-04
Avoid compiling `fmt_fp.c` if `MRB_WITHOUT_FLOAT` is set; #3827
Yukihiro "Matz" Matsumoto
2017-08-25
fix fmt_fp.c(329) : warning C4244: 'return' : conversion from 'ptrdiff_t' to ...
Tomasz Dąbrowski
2017-08-25
fix fmt_fp.c(251) : warning C4244: '=' : conversion from '__int64' to 'int', ...
Tomasz Dąbrowski
2017-08-25
fix fmt_fp.c(224) : warning C4244: '=' : conversion from 'ptrdiff_t' to 'int'...
Tomasz Dąbrowski
2017-08-25
fix fmt_fp.c(220) : warning C4244: '=' : conversion from '__int64' to 'int', ...
Tomasz Dąbrowski
2017-08-25
fix fmt_fp.c(206) : warning C4244: 'initializing' : conversion from 'ptrdiff_...
Tomasz Dąbrowski
2017-08-25
fix fmt_fp.c(178) : warning C4244: 'return' : conversion from 'ptrdiff_t' to ...
Tomasz Dąbrowski
2017-08-25
fix fmt_fp.c(123) : warning C4244: 'return' : conversion from 'ptrdiff_t' to ...
Tomasz Dąbrowski
2017-08-19
Reduce signed/unsigned warnings in dump.c
Yukihiro "Matz" Matsumoto
2017-08-19
Reduce signed/unsigned warnings in fmt_fp.c
Yukihiro "Matz" Matsumoto
2017-08-19
Use `ptrdiff_t` instead of `int`.
Yukihiro "Matz" Matsumoto
2017-08-18
Separate `mrb_str_buf_new` and `mrb_str_new_capa`.
Yukihiro "Matz" Matsumoto
2017-08-12
Reduce integer type mismatch warnings in VC.
Yukihiro "Matz" Matsumoto
2016-09-28
Removed trailing spaces
Nobuyoshi Nakada
2015-12-22
fix build on VS2012
Yasuhiro Matsumoto
2015-11-27
include changed from by quotes ("") to by brackets (<>); close #3032
Yukihiro "Matz" Matsumoto
2015-07-29
always call frexp() instead of frexpl()
cremno
2015-07-16
64bit Cygwin also doesn't have frexpl(3)
takkaw
2015-07-06
fix androideabi cross-compile error : undefined reference to 'frexpl'
xuejianqing
2015-06-06
Fix build on MIPS of linux
Nobuhiro Iwamatsu
[next]