1 |
|
2007-03-12 Bram de Greve <[email protected]> |
2 |
|
|
3 |
|
* shapelib.c, shapelib.i: replaced shapelib.i by shapelib.c to use |
4 |
|
hand-crafted Python bindings instead of SWIG generated ones. |
5 |
|
|
6 |
|
* pyshapelib_common.h: New file with some common stuff for both |
7 |
|
shapelib and dbflib |
8 |
|
|
9 |
|
* pyshapelib_api.h, setup.py: import/build shapelib instead of shapelibc |
10 |
|
|
11 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
12 |
|
|
13 |
|
* dbflib_wrap.c, README: Checked for python version >= 2.4.0a0 |
14 |
|
before using &PyOS_ascii_atof. |
15 |
|
|
16 |
|
2006-09-24 Bernhard Reiter <[email protected]> |
17 |
|
|
18 |
|
Added dirty workaround to make dbflib agnostic |
19 |
|
against decimal_poinst != ".\0". |
20 |
|
|
21 |
|
* dbflib_wrap.c: Added call DBFSetatof_function(&PyOS_ascii_atof); |
22 |
|
to initdbflibc(). |
23 |
|
* README: noted that manual editing of dbflib_wrap.c is necessary now. |
24 |
|
|
25 |
2005-06-30 Bernhard Herzog <[email protected]> |
2005-06-30 Bernhard Herzog <[email protected]> |
26 |
|
|
27 |
* shapelib.i (new_SHPObject): Fix the test for the length of the |
* shapelib.i (new_SHPObject): Fix the test for the length of the |