Commits

Ted Kremenek committed 3fff062f8d0
Extend print(Double) precision to 15 digits. Double's like '0.9999999' were being printed as '1.0'. 'print' isn't a first-class I/O library anyway; it's main use right now is accurate reporting in the REPL. Fixes <rdar://problem/16603548>. Swift SVN r16305