aboutsummaryrefslogtreecommitdiff
path: root/src/proj_strtod.c
AgeCommit message (Collapse)Author
2017-10-27Linguistics: Clarify this and that, here and there (#632)Thomas Knudsen
* Linguistics: Clarify this and that, here and there * Revert nullification of PJ_cart->fwd, inv
2017-10-24Extend proj_strtod test case collection and improve its strtod-replicationThomas Knudsen
2017-10-20Silence proj_strtodThomas Knudsen
Avoid printing output for succeeding tests
2017-10-20Improve proj_strtod test cases (#614)Thomas Knudsen
* Improve proj_strtod test cases * Add missing stdlib.h include
2017-10-19Teach proj_strtod to understand corner cases 0 and 0. (#611)Thomas Knudsen
2017-10-12remove trailing whitespaceThomas Knudsen
Add missing prototype for opt_strip_path() A bunch of minor oops cleanups Remove unused functiion cloumn() Fighting the good fight trying to be *both* POSIX *and* Windows compatible A few more improvements: 2 missing casts and a potentially uninitialized variable
2017-10-12gie.c and builtins.gie now able to reproduce internal test resultsThomas Knudsen
improved docs, improved strtod - avoid precision loss for very long fractions Switch gie.c to use same framework as cct.c numerous improvements in proj_strtod.c and gie.c Add gie to the build system
2017-09-28Introducing the cct 'Coordinate Conversion and Transformation' program (#574)Thomas Knudsen
* Introducing the cct 'Coordinate Conversion and Transformation' program * cct: Add some rudimentary documentation * Removed documentation again, moving to a separate doc PR * Minor corrections in response to a review by @kbevers