]> granicus.if.org Git - postgis/commit
Complete alternate implementation of vsnprintf, vasprintf for non-C99 systems. (...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 12 Mar 2012 21:27:39 +0000 (21:27 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 12 Mar 2012 21:27:39 +0000 (21:27 +0000)
commit8be09879c7c5062e604624d7a49a126091ae40ed
treeb9914c4caa6476f34a0b9c60867ab2e7da953ac6
parent03de589457493ca5b34b380cbd212abc718eec2d
Complete alternate implementation of vsnprintf, vasprintf for non-C99 systems. (#1668)

git-svn-id: http://svn.osgeo.org/postgis/trunk@9477 b70326c6-7e19-0410-871a-916f4a2858ee
14 files changed:
configure.ac
liblwgeom/Makefile.in
liblwgeom/cunit/cu_out_kml.c
liblwgeom/liblwgeom.h.in
liblwgeom/liblwgeom_internal.h
liblwgeom/lwgeom_geos.c
liblwgeom/snprintf.c [new file with mode: 0644]
liblwgeom/stringbuffer.c
liblwgeom/vsprintf.c
libpgcommon/lwgeom_pg.c
macros/snprintf.m4 [new file with mode: 0644]
postgis/compat.h [deleted file]
postgis_config.h.in
raster/rt_pg/rt_pg.c