Package: dbf2mysql / 1.14a-5.1

Metadata

Package Version Patches format
dbf2mysql 1.14a-5.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
05 foxpro.patch | (download)

dbf.c | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 no description.

10 mysql.patch | (download)

dbf2mysql.c | 62 35 + 27 - 0 !
1 file changed, 35 insertions(+), 27 deletions(-)

 no description.

15 README.patch | (download)

README | 3 3 + 0 - 0 !
1 file changed, 3 insertions(+)

 no description.

20 u char.patch | (download)

dbf.c | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 no description.


25 mysql real connect.patch | (download)

mysql2dbf.c | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 switch from using mysql_connect to mysql_real_connect, for mysql 5.0


30 makefile | (download)

Makefile | 26 15 + 11 - 0 !
1 file changed, 15 insertions(+), 11 deletions(-)

---
35_gcc 7.patch | (download)

dbf2mysql.c | 6 2 + 4 - 0 !
mysql2dbf.c | 6 2 + 4 - 0 !
2 files changed, 4 insertions(+), 8 deletions(-)

 make strtoupper/strtolower static inline
 This seems to have been intended,
 and the static makes gcc 7 happy.