]> granicus.if.org Git - postgis/commit
Moved PG_LWGEOM WKB I/O and SRID get/set funx
authorSandro Santilli <strk@keybit.net>
Fri, 30 Dec 2005 17:40:37 +0000 (17:40 +0000)
committerSandro Santilli <strk@keybit.net>
Fri, 30 Dec 2005 17:40:37 +0000 (17:40 +0000)
commit4bca41833682c6f157dbd4da51a8cf364387cf8c
tree46a04225c3c222bc86250ccd18875cfec777392e
parentf3d9f92a90ad1ed5308be79b01e958fc99b082b4
Moved PG_LWGEOM WKB I/O and SRID get/set funx
from lwgeom_api.c to lwgeom_pg.c.
Made lwgeom_from_ewkb directly invoke grammar parser rather then invoke
the PG_LWGEOM-specific function.
Cleaned up signedness-related and comments-related warnings for the files
being committed (more to do on other files)

git-svn-id: http://svn.osgeo.org/postgis/trunk@2243 b70326c6-7e19-0410-871a-916f4a2858ee
16 files changed:
CHANGES
Version.config
lwgeom/liblwgeom.h
lwgeom/lwgeom.c
lwgeom/lwgeom_api.c
lwgeom/lwgeom_chip.c
lwgeom/lwgeom_estimate.c
lwgeom/lwgeom_functions_analytic.c
lwgeom/lwgeom_gist.c
lwgeom/lwgeom_inout.c
lwgeom/lwgeom_ogc.c
lwgeom/lwgeom_pg.c
lwgeom/lwgeom_pg.h
lwgeom/lwgparse.c
lwgeom/lwpoly.c
lwgeom/wktparse.h