<feed xmlns='http://www.w3.org/2005/Atom'>
<title>PROJ/src/proj_strtod.c, branch rfc4_dev</title>
<subtitle>Forked from https://github.com/OSGeo/PROJ</subtitle>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/'/>
<entry>
<title>cpp conversion: minimal steps to fix compilation errors, not warnings</title>
<updated>2018-12-26T09:08:53+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-12-18T19:24:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=610957f7035242f15743c399ffd429b92bc36206'/>
<id>610957f7035242f15743c399ffd429b92bc36206</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings found by clang with new warning flags to be added in later commit</title>
<updated>2018-05-30T09:48:28+00:00</updated>
<author>
<name>Even Rouault</name>
<email>even.rouault@spatialys.com</email>
</author>
<published>2018-05-29T20:45:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f773897a3025438326c1131e1586d9ddae080c4f'/>
<id>f773897a3025438326c1131e1586d9ddae080c4f</id>
<content type='text'>
Fixes consist in:
- no use of comma operator for multi statement purpose
- avoid confusing comma in for loops first and third clauses
- avoid implicit long to int casts by storing to long, or explicit bound checking before cast
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes consist in:
- no use of comma operator for multi statement purpose
- avoid confusing comma in for loops first and third clauses
- avoid implicit long to int casts by storing to long, or explicit bound checking before cast
</pre>
</div>
</content>
</entry>
<entry>
<title>Use proj_strtod.h for proj_strtod and proj_atof</title>
<updated>2018-05-23T17:07:49+00:00</updated>
<author>
<name>Kurt Schwehr</name>
<email>schwehr@google.com</email>
</author>
<published>2018-05-23T17:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=1d2d1ee73ed2100e5587f5070f97245fcc03cbee'/>
<id>1d2d1ee73ed2100e5587f5070f97245fcc03cbee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Linguistics: Clarify this and that, here and there (#632)</title>
<updated>2017-10-27T20:50:40+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-10-27T20:50:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=5646ff12f32adf78e2bc187e6557ce64e4e04b39'/>
<id>5646ff12f32adf78e2bc187e6557ce64e4e04b39</id>
<content type='text'>
* Linguistics: Clarify this and that, here and there

* Revert nullification of PJ_cart-&gt;fwd, inv
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Linguistics: Clarify this and that, here and there

* Revert nullification of PJ_cart-&gt;fwd, inv
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend proj_strtod test case collection and improve its strtod-replication</title>
<updated>2017-10-24T16:34:40+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2017-10-24T16:34:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=11e5226a96f2e77dac210d38b8afc11e34a2c196'/>
<id>11e5226a96f2e77dac210d38b8afc11e34a2c196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Silence proj_strtod</title>
<updated>2017-10-20T05:22:32+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-10-20T05:22:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=33c3549fa7a26d86388520c91b7f0fa38d51bfa1'/>
<id>33c3549fa7a26d86388520c91b7f0fa38d51bfa1</id>
<content type='text'>
Avoid printing output for succeeding tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid printing output for succeeding tests</pre>
</div>
</content>
</entry>
<entry>
<title>Improve proj_strtod test cases (#614)</title>
<updated>2017-10-20T05:11:23+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-10-20T05:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=4d7e3c59dfe7d66233352fd75d89f439713a604d'/>
<id>4d7e3c59dfe7d66233352fd75d89f439713a604d</id>
<content type='text'>
* Improve proj_strtod test cases

* Add missing stdlib.h include
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Improve proj_strtod test cases

* Add missing stdlib.h include
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach proj_strtod to understand corner cases 0 and 0. (#611)</title>
<updated>2017-10-19T16:33:08+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>busstoptaktik@users.noreply.github.com</email>
</author>
<published>2017-10-19T16:33:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=666c17ac7a9d3b958e5c74ed2649487cb0c9eb3f'/>
<id>666c17ac7a9d3b958e5c74ed2649487cb0c9eb3f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove trailing whitespace</title>
<updated>2017-10-12T12:40:17+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2017-10-10T13:56:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=f1e12f6bd6c12f08caee2cca15f34aec14f4615b'/>
<id>f1e12f6bd6c12f08caee2cca15f34aec14f4615b</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>gie.c and builtins.gie now able to reproduce internal test results</title>
<updated>2017-10-12T12:38:50+00:00</updated>
<author>
<name>Thomas Knudsen</name>
<email>thokn@sdfe.dk</email>
</author>
<published>2017-10-07T15:48:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.otimperi.dev/PROJ/commit/?id=973c87c5115e34c60d65f702815edee169fcdd1e'/>
<id>973c87c5115e34c60d65f702815edee169fcdd1e</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
