2005-08-29 21:20  mhoenicka

	* doc/libdbi-reference.sgml (1.14): fixed dbi_conn_connect() return
	value

2005-08-28 02:05  mhoenicka

	* README (1.14), README.osx (1.3): updated for 0.8.0 release

2005-08-28 01:30  mhoenicka

	* doc/include/doc-print.dsl (1.5): put table back into place

2005-08-28 01:29  mhoenicka

	* autogen.sh (1.3), doc/Makefile.am (1.18), src/dbi_main.c (1.73):
	Peter's OSX patches

2005-08-25 22:26  mhoenicka

	* src/dbi_main.c (1.72): directory separator fix for mingw

2005-08-25 22:25  mhoenicka

	* configure.in (1.39): set dll extension for mingw;bumped up
	version number

2005-08-25 22:24  mhoenicka

	* README.win32 (1.7): added Mingw instructions

2005-08-25 22:24  mhoenicka

	* README (1.13): added note about version numbers

2005-08-25 22:22  mhoenicka

	* NEWS (1.3): added news for 0.8.0

2005-08-25 22:19  mhoenicka

	* AUTHORS (1.14): rearranged and updated

2005-08-22 20:39  mhoenicka

	* src/dbi_main.c (1.71): Ashish's patch to set the default driver
	dir correctly for Mingw

2005-08-19 22:37  mhoenicka

	* src/: dbi_main.c (1.70), dbi_result.c (1.41): Ashish's Mingw
	patches

2005-08-17 21:25  mhoenicka

	* src/dbd_helper.c (1.35): fixed _dbd_escape_chars() based on
	Vadym's patch

2005-08-15 21:19  mhoenicka

	* src/dbi_main.c (1.69): added diagnostic message if dlopen() fails

2005-08-15 21:18  mhoenicka

	* include/dbi/dbd.h (1.29): rearranged prototypes according to
	check in dbi_main() - easier to check for completeness

2005-08-15 21:16  mhoenicka

	* doc/libdbi-reference.sgml (1.13): added
	dbi_conn_get_engine_version_string()

2005-08-14 23:02  mhoenicka

	* src/dbi_main.c (1.68): new function
	dbi_conn_get_engine_version_string()

2005-08-14 23:02  mhoenicka

	* include/dbi/: dbi-dev.h (1.39), dbi.h (1.60): moved definition of
	VERSIONSTRING_LENGTH from dbi-dev.h to dbi.h to make it accessible
	to programs

2005-08-09 00:39  mhoenicka

	* README.win32 (1.6): updated for current Cygwin versions

2005-08-08 01:35  mhoenicka

	* src/dbi_result.c (1.40): dbi_result_get_binary(),
	dbi_result_get_binary_idx(), dbi_result_get_binary_copy(),
	dbi_result_get_binary_copy_idx(): fixed signedness of error return
	strings

2005-08-08 01:32  mhoenicka

	* include/dbi/dbi.h (1.59), src/dbi_main.c (1.67):
	dbi_conn_qoute_binary_copy(): fixed signedness of attributes and
	local variables

2005-08-08 01:29  mhoenicka

	* include/dbi/: dbd.h (1.28), dbi-dev.h (1.38): dbd_quote_binary():
	fixed signedness of attributes

2005-08-04 23:34  mhoenicka

	* doc/driver-guide.sgml (1.1): initial version, replaces
	driver-guide.tmpl

2005-08-04 23:31  mhoenicka

	* include/dbi/: dbd.h (1.27), dbi-dev.h (1.37): added
	dbd_get_engine_version

2005-08-04 23:28  mhoenicka

	* doc/libdbi-reference.sgml (1.12), include/dbi/dbi.h (1.58),
	src/dbi_main.c (1.66): added dbi_conn_get_engine_version()

2005-08-04 23:24  mhoenicka

	* configure.in (1.38): bumped up version number

2005-07-28 21:40  mhoenicka

	* src/asprintf.c (1.4): removed malloc casts

2005-07-28 21:13  mhoenicka

	* src/: dbd_helper.c (1.34), dbi_main.c (1.65), dbi_result.c
	(1.39): removed malloc casts

2005-07-26 20:48  mhoenicka

	* src/dbi_main.c (1.64): added vasprintf() prototype

2005-07-26 01:32  mhoenicka

	* src/asprintf.c (1.3): added stdio.h as include file

2005-07-26 01:23  mhoenicka

	* src/: dbd_helper.c (1.33), dbi_result.c (1.38): initialize retval
	properly

2005-07-26 01:22  mhoenicka

	* src/dbi_main.c (1.63): added conditional asprintf() and
	vasprintf() prototypes; initialize prevoption properly

2005-07-20 22:04  mhoenicka

	* src/Makefile.am (1.13): changed CFLAGS to AM_CPPFLAGS so the
	configure.in CFLAGS definition will be used

2005-07-20 22:03  mhoenicka

	* include/dbi/dbi.h (1.57): added fallback definitions for
	SIZE_T_MAX and ULLONG_MAX

2005-07-20 22:02  mhoenicka

	* doc/Makefile.am (1.17): added doc sources to EXTRA_DIST

2005-07-20 22:01  mhoenicka

	* configure.in (1.37): added std gnu99 to CFLAGS

2005-07-17 23:20  mhoenicka

	* doc/include/doc-print.dsl (1.4): fixed page margins to print on
	both Letter and A4 paper; print varlistentry term in boldface

2005-07-17 23:17  mhoenicka

	* NEWS (1.2), README (1.12), doc/libdbi-reference.sgml (1.11):
	updated for 0.8.0

2005-07-17 02:44  mhoenicka

	* src/dbi_main.c (1.62): dbi_conn_select_db(): dbd_conn_select_db()
	now returns a const char ptr

2005-07-17 02:43  mhoenicka

	* src/dbd_helper.c (1.32): renamed dbd_quote_chars() to
	dbd_escape_chars(); fixed attribs type in _dbd_parse_datetime()

2005-07-17 02:41  mhoenicka

	* include/dbi/dbi-dev.h (1.36): changed return type of
	dbd_select_db()

2005-07-17 02:40  mhoenicka

	* include/dbi/dbd.h (1.26): changed return type of dbd_select_db()
	to const char;fixed attrib type in _dbd_parse_datetime; renamed
	dbd_quote_chars() to dbd_escape_chars()

2005-07-17 02:38  mhoenicka

	* doc/libdbi-reference.sgml (1.10): adapted to latest lib changes

2005-07-17 02:36  mhoenicka

	* doc/libdbi-quickstart.sgml (1.5): added table with get and bind
	functions;minor fixes

2005-07-17 02:35  mhoenicka

	* doc/example-program.sgml (1.12): use new function names

2005-07-17 02:34  mhoenicka

	* doc/Makefile.am (1.16): moved doc building entirely over to
	openjade

2005-07-17 02:33  mhoenicka

	* configure.in (1.36): bumped up version number

2005-07-17 02:33  mhoenicka

	* README (1.11): minor fixes

2005-07-17 02:32  mhoenicka

	* drivers/example/: AUTHORS (1.1), Makefile.am (1.1), README (1.1),
	TODO (1.1), dbd_example.c (1.1), dbd_example.h (1.1),
	dbd_example.sgml (1.1): initial version

2005-07-17 02:30  mhoenicka

	* Makefile.am (1.22): added example driver to dist files

2005-07-15 00:07  mhoenicka

	* Makefile.am (1.21): added NEWS

2005-07-15 00:07  mhoenicka

	* NEWS (1.1): initial version

2005-07-13 22:29  mhoenicka

	* src/dbi_result.c (1.37): field indexes and attributes are now
	int; changed bind helpers from long to int; fixed row and field
	index argument names;use new error codes from dbi.h; added couple
	of error checks

2005-07-13 22:24  mhoenicka

	* src/dbi_main.c (1.61): string lengths are now size_t; added a
	bunch of error checks;attributes are now int

2005-07-13 22:22  mhoenicka

	* src/dbd_helper.c (1.31): field indexes are now int; fixed row and
	field index argument names

2005-07-13 22:20  mhoenicka

	* include/dbi/dbi.h (1.56): added return codes for type retrieval,
	attribute retrieval, field, field-flag, and bind functions;string
	lengths are now size_t; fixed row and field index argument names;
	added int and uint replacements for long and ulong getters and
	binders

2005-07-13 22:16  mhoenicka

	* include/dbi/dbi-dev.h (1.35): changed dbi_data_u type of d_long
	to int;attributes and field indexes are now unsigned int; string
	sizes are now size_t

2005-07-13 22:14  mhoenicka

	* include/dbi/dbd.h (1.25): fixed row and field index argument
	names;field indexes are now unsigned int

2005-07-10 21:31  mhoenicka

	* src/dbi_result.c (1.36): changed return type of _find_field(),
	_parse_field_formatstr(); added tons of error checks

2005-07-10 21:27  mhoenicka

	* src/dbi_main.c (1.60): changed return type and values of
	dbi_driver_quote_string_copy(), dbi_driver_quote_string(),
	dbi_conn_quote_string_copy(), dbi_conn_quote_string(); added
	dbi_conn_quote_binary_copy

2005-07-10 21:23  mhoenicka

	* src/dbd_helper.c (1.30): changed field_sizes to size_t; changed
	return type of _dbd_quote_chars() to size_t and fixed argument
	list; added _dbd_encode_binary() and _dbd_decode_binary()

2005-07-10 21:19  mhoenicka

	* include/dbi/dbi.h (1.55): include limits.h; added
	DBI_ERROR_BADPTR to dbi_error_flag; added DBI_LENGTH_ERROR,
	DBI_ROW_ERROR; changed return types of dbi_driver_quote_string(),
	dbi_driver_quote_string_copy(), dbi_conn_quote_string(),
	dbi_conn_quote_string_copy(), dbi_conn_quote_binary_copy(),
	dbi_result_get_field_size(), dbi_result_get_field_length(),
	dbi_result_get_field_length_idx(), dbi_result_get_field_size_idx()
	to size_t; changed return type of dbi_result_get_fields(),
	dbi_result_bind_fields() to unsigned long

2005-07-10 21:13  mhoenicka

	* include/dbi/dbi-dev.h (1.34): changed field_sizes to size_t;
	changed return type of quote_string,conn_quote_string,quote_binary
	to size_t;

2005-07-10 21:11  mhoenicka

	* include/dbi/dbd.h (1.24): changed return type of
	dbd_quote_string(), dbd_conn_quote_string(); dbd_quote_binary to
	size_t; added _dbd_quote_chars(), _dbd_encode_binary(),
	_dbd_decode_binary()

2005-07-10 21:05  mhoenicka

	* doc/include/doc-print.dsl (1.3): define page-height and margins
	to print on both A4 and letter paper

2005-07-10 21:04  mhoenicka

	* doc/example-program.sgml (1.11): added comment about compile
	options

2005-07-10 21:03  mhoenicka

	* doc/Makefile.am (1.15): use openjade/jadetex to build docs

2005-07-10 21:00  mhoenicka

	* configure.in (1.35): changed AM_PROG_LIBTOOL to AC_PROG_LIBTOOL

2005-07-06 22:23  mhoenicka

	* doc/example-program.sgml (1.10): added error checks

2005-07-03 23:57  mhoenicka

	* doc/libdbi-reference.sgml (1.9): initial version

2005-07-03 23:54  mhoenicka

	* doc/Makefile.am (1.14): add libdbi-reference.sgml as source; add
	dependencies

2005-07-03 21:43  mhoenicka

	* include/dbi/dbd.h (1.23), include/dbi/dbi-dev.h (1.33),
	include/dbi/dbi.h (1.54), src/dbd_helper.c (1.29), src/dbi_result.c
	(1.35): use unsigned long int for numfields and for indexes

2005-07-03 02:53  mhoenicka

	* doc/: example-program.sgml (1.9), libdbi-quickstart.sgml (1.4),
	programmers-guide.sgml (1.11): updated to current code

2005-05-22 22:03  mhoenicka

	* include/dbi/dbi.h (1.53), src/dbi_main.c (1.59): added
	dbi_driver_encoding_from_iana() and dbi_driver_encoding_to_iana()

2005-05-22 22:02  mhoenicka

	* include/dbi/dbi-dev.h (1.32): added pointers to
	dbd_encoding_from_iana() and dbd_encoding_to_iana()

2005-05-22 22:01  mhoenicka

	* include/dbi/dbd.h (1.22): added dbd_encoding_from_iana() and
	dbd_encoding_to_iana();added dbd_conn_quote_string()

2005-05-19 20:00  mhoenicka

	* src/dbi_result.c (1.34): James Sella's memory leak patch

2005-05-18 22:53  mhoenicka

	* src/dbd_helper.c (1.28): AMD64 patch by Daniel O'Neill

2005-05-16 22:51  mhoenicka

	* debian/: changelog (1.12), control (1.10), copyright (1.5),
	libdbi0-dev.dirs (1.4), libdbi0-dev.doc-base.driver (1.5),
	libdbi0-dev.doc-base.programmer (1.3), libdbi0-dev.docs (1.6),
	libdbi0-dev.files (1.5), libdbi0.dirs (1.4), libdbi0.docs (1.8),
	libdbi0.files (1.4), libdbi0.shlibs (1.8), rules (1.8),
	shlibs.local (1.4): updated for cvs build

2005-05-16 18:45  mhoenicka

	* src/dbi_main.c (1.58): added dbi_conn_quote_string_copy(),
	dbi_conn_quote_string()

2005-05-16 18:43  mhoenicka

	* include/dbi/dbi-dev.h (1.31): added dbd_conn_quote_string()
	function to struct

2005-05-16 18:42  mhoenicka

	* include/dbi/dbi.h (1.52): added prototype of new function
	dbd_conn_quote_string()

2005-05-16 16:41  mhoenicka

	* include/dbi/dbd.h (1.21): added prototype of dbd_get_encoding()

2004-11-23 10:08  dap24

	* src/dbi_main.c (1.57): only set error string if it's wanted

2004-08-25 10:01  dap24

	* include/dbi/dbi-dev.h (1.30), include/dbi/dbi.h (1.51),
	src/dbd_helper.c (1.27), src/dbi_result.c (1.33): cms's is_null and
	flags metadata stuff

2004-01-17 01:39  dap24

	* ChangeLog (1.18): 0.7.2 release

