Commits

Ted Kremenek committed def1f53b7dc
Make printing of double's locale-insensitive. I've never used 'newlocale' before, so I may be using it wrong. Also, this may not be 100% thread safe; worst case we create multiple locale objects when swift_doubleToString() is called at the same time. We can fix this if we care. Swift SVN r18201