aboutsummaryrefslogtreecommitdiff
path: root/src/pj_strtod.c
AgeCommit message (Collapse)Author
2016-01-06#warning pragma fix for Visual C++Micah Cochran
This is to address PR #341 in which Visual C++ stops compile due to encountering a #warning.
2015-07-07Make pj_init() locale safe and no longer modify locale (#226)Even Rouault
Remove setlocale() use in pj_init_ctx(), and replace uses of atof() & strtod() by their locale safe variants pj_atof() and pj_strtod(). Proj versions from now advertize #define PJ_LOCALE_SAFE 1 in proj_api.h and export pj_atof() & pj_strtod()