From 36ce9c9987f8f6e4795db541d9ba293f3fbeaedc Mon Sep 17 00:00:00 2001 From: Martin Desruisseaux Date: Thu, 31 May 2012 14:15:10 +0000 Subject: JNI: Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN constant. git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2211 4e78687f-474d-0410-85f9-8d5e500ac6b2 --- ChangeLog | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c9baf79..149cef86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-05-31 Martin Desruisseaux + + * Replaced usages of NAN C/C++ constant by the java.lang.Double.NaN constant. + This was done because not all C/C++ compilers define the NAN constant, and for + making sure that the bits pattern is exactly the one expected by Java. + 2012-03-25 Frank Warmerdam * src/Makefile.am: Add org_proj4_PJ.h to files to distribute. @@ -25,13 +31,13 @@ 2012-02-26 Frank Warmerdam - * src/PJ_geos.c, nad/testvarious: Added GEOS +sweep and add GEOS + * src/PJ_geos.c, nad/testvarious: Added GEOS +sweep and add GEOS to the test suite (#146) * nad/CH: added swiss datum related definitions from strk (#145) * src/Makefile.am, src/mutltistresstest.c: provide for building - multistresstest in the makefile, and slightly improve it. + multistresstest in the makefile, and slightly improve it. 2012-02-25 Frank Warmerdam @@ -39,7 +45,7 @@ 2012-02-20 Frank Warmerdam - * Prepare 4.8.0 Beta1. + * Prepare 4.8.0 Beta1. * src/PJ_isea.c: Add Icosahedral Snyder Equal Area projection (#111) @@ -65,7 +71,7 @@ 2012-02-01 Frank Warmerdam * src/pj_apply_gridshift.c: ensure we try to use grids as long as we - are within epsilon of the edge (#141). + are within epsilon of the edge (#141). 2012-01-31 Frank Warmerdam @@ -73,7 +79,7 @@ 2011-12-22 Frank Warmerdam - * src/pj_init.c; Only split arguments on pluses following spaces + * src/pj_init.c; Only split arguments on pluses following spaces in pj_init_plus() (#132) 2011-12-14 Frank Warmerdam @@ -83,7 +89,7 @@ 2011-12-13 Frank Warmerdam * src/PJ_healpix.c, etc: added healpix support contributed by - Landcare in New Zealand. + Landcare in New Zealand. 2011-11-22 Frank Warmerdam @@ -102,20 +108,20 @@ 2011-09-28 Frank Warmerdam - * nad/epsg: Upgrade to EPSG 7.9. Ideal datum selection rules also + * nad/epsg: Upgrade to EPSG 7.9. Ideal datum selection rules also changed a bit upstream. 2011-09-01 Martin Desruisseaux - * Updated jniwrap/build.xml Ant script and README file. + * Updated jniwrap/build.xml Ant script and README file. 2011-08-27 Martin Desruisseaux - * Fixed some (but not all) memory leaks in org.proj4.Projections JNI bindings + * Fixed some (but not all) memory leaks in org.proj4.Projections JNI bindings - * Deprecated org.proj4.Projections JNI bindings + * Deprecated org.proj4.Projections JNI bindings - * Added org.proj4.PJ JNI bindings in replacement of org.proj4.Projections + * Added org.proj4.PJ JNI bindings in replacement of org.proj4.Projections 2011-08-27 Frank Warmerdam -- cgit v1.2.3