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
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
2015-05-20
NetBSD (6.1.5) does not have frexpl(3).
Tomoyuki Sahara
2015-05-07
Defining static version of frexpl also fro MIPS platforms.
Paolo Bosetti
2015-04-18
Suppress warnings generated by -Wwrite-strings
Kouhei Sutou
2015-03-16
I have added the #ifdef __CYGWIN32__ to modify the fmt_fp.c
Tarosa
2015-03-16
I modified the undefined frexpl in cygwin of make
Tarosa
2015-02-27
fix MSVC initialization issue by a patch from @dyama; close #2734
Yukihiro "Matz" Matsumoto
2015-02-16
silence warnings in fmt_fp.c
Yukihiro "Matz" Matsumoto
2015-02-13
re-implement mrb_float_to_str()
cremno