[patches] clean doc, warnings & abi

Nirgal <[email protected]> Thu, 1 Sep 2011 07:30:38 +0000
Newsgroups gmane.comp.db.mdb-tools.devel
Message-ID <[email protected]>
--Boundary-00=_rSzXO+q1qPeBdzL
Content-Type: Text/Plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit

Attached are 3 patches:

01_cleandoc.diff
make clean in doc/ removes .1 files

02_warning4.diff
put back container initialisation from previous warning patch

03_abi.diff
More simple map files without revisions.
Add ODBCINST*.

--Boundary-00=_rSzXO+q1qPeBdzL
Content-Type: text/x-patch;
  charset="utf-8";
  name="01_cleandoc.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
	filename="01_cleandoc.diff"

Author: Jean-Michel Vourg=C3=A8re <[email protected]>
Date: 20110830
Description: make clean in doc/ removes .1 files

Index: mdbtools-0.6~pre1/doc/Makefile.am
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- mdbtools-0.6~pre1.orig/doc/Makefile.am
+++ mdbtools-0.6~pre1/doc/Makefile.am
@@ -6,7 +6,7 @@
=20
 dist_man_MANS	=3D mdb-tables.1 mdb-ver.1 mdb-export.1 mdb-schema.1 mdb-sql=
=2E1 \
 	mdb-array.1 mdb-header.1 mdb-hexdump.1 mdb-parsecsv.1 mdb-prop.1 gmdb2.1
=2D
+DISTCLEANFILES =3D ${dist_man_MANS}
 EXTRA_DIST	=3D mdb-tables.txt mdb-ver.txt mdb-export.txt mdb-schema.txt md=
b-sql.txt faq.html txt2man install.sgml
=20
 html:	install.tgz

--Boundary-00=_rSzXO+q1qPeBdzL
Content-Type: text/x-patch;
  charset="utf-8";
  name="02_warning4.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
	filename="02_warning4.diff"

Author: Jean-Michel Vourg=C3=A8re <[email protected]>
Date: 20110831
Description: put back container initialisation from previous warning patch
Index: mdbtools-0.6~pre1/src/gmdb2/debug.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- mdbtools-0.6~pre1.orig/src/gmdb2/debug.c
+++ mdbtools-0.6~pre1/src/gmdb2/debug.c
@@ -652,7 +652,7 @@
 			row_len =3D (get_uint16(fbuf+offset+10+(i-1)*2)=20
 				& 0x0FFF) - row_start;
 		str =3D g_strdup_printf("Row %d", i+1);
=2D		/*container =3D */gmdb_debug_add_item(store, NULL, str,
+		container =3D gmdb_debug_add_item(store, NULL, str,
 			row_start, row_len);=20
 	=09
 		/* usage pages have parent id of 0 (database) and do not=20

--Boundary-00=_rSzXO+q1qPeBdzL
Content-Type: text/x-patch;
  charset="utf-8";
  name="03_abi.diff"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline;
	filename="03_abi.diff"

Author: Jean-Michel Vourg=C3=A8re <[email protected]>
Date: 20110901
Description: More simple map file without revisions. Add ODBCINST*.
Index: mdbtools-0.6~pre1/src/libmdb/libmdb.map
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- mdbtools-0.6~pre1.orig/src/libmdb/libmdb.map
+++ mdbtools-0.6~pre1/src/libmdb/libmdb.map
@@ -1,8 +1,4 @@
=2DLIBMDB_1.0 {
=2D# global:
=2D# 	*;
=2D# }
=2D# LIBMDB_2.0 {
+{
 global:
 	mdb_*;
 	_mdb_put_int16;
Index: mdbtools-0.6~pre1/src/odbc/libmdbodbc.map
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- mdbtools-0.6~pre1.orig/src/odbc/libmdbodbc.map
+++ mdbtools-0.6~pre1/src/odbc/libmdbodbc.map
@@ -1,10 +1,7 @@
=2DLIBMDBODBC_0.0 {
=2D#global:
=2D#	*;
=2D#}
=2D#LIBMDBODBC_1.0 {
+{
 global:
 	SQL*;
+	ODBCINST*;
=20
 local:
 	*;
Index: mdbtools-0.6~pre1/src/sql/libmdbsql.map
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
=2D-- mdbtools-0.6~pre1.orig/src/sql/libmdbsql.map
+++ mdbtools-0.6~pre1/src/sql/libmdbsql.map
@@ -1,8 +1,4 @@
=2DLIBMDBSQL_1.0 {
=2D#global:
=2D#	*;
=2D#}
=2D#LIBMDBSQL_2.0 {
+{
 global:
 	mdb_sql_*;
=20

--Boundary-00=_rSzXO+q1qPeBdzL
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
--Boundary-00=_rSzXO+q1qPeBdzL
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
mdbtools-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mdbtools-dev

--Boundary-00=_rSzXO+q1qPeBdzL--